public interface BusinessServiceGraph extends edu.uci.ics.jung.graph.DirectedGraph<GraphVertex,GraphEdge>
Modifier and Type | Method and Description |
---|---|
GraphEdge |
getGraphEdgeByEdgeId(Long id) |
Set<String> |
getReductionKeys() |
GraphVertex |
getVertexByApplicationId(Integer id) |
GraphVertex |
getVertexByBusinessServiceId(Long id) |
GraphVertex |
getVertexByEdgeId(Long id) |
GraphVertex |
getVertexByIpServiceId(Integer id) |
GraphVertex |
getVertexByReductionKey(String reductionKey) |
Set<GraphVertex> |
getVerticesByLevel(int level) |
addEdge, addEdge, getDest, getEndpoints, getInEdges, getOpposite, getOutEdges, getPredecessorCount, getPredecessors, getSource, getSuccessorCount, getSuccessors, inDegree, isDest, isPredecessor, isSource, isSuccessor, outDegree
addEdge, addEdge, addVertex, containsEdge, containsVertex, degree, findEdge, findEdgeSet, getDefaultEdgeType, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdgeType, getIncidentCount, getIncidentEdges, getIncidentVertices, getNeighborCount, getNeighbors, getVertexCount, getVertices, isIncident, isNeighbor, removeEdge, removeVertex
Set<GraphVertex> getVerticesByLevel(int level)
GraphVertex getVertexByBusinessServiceId(Long id)
GraphVertex getVertexByReductionKey(String reductionKey)
GraphVertex getVertexByIpServiceId(Integer id)
GraphVertex getVertexByApplicationId(Integer id)
GraphVertex getVertexByEdgeId(Long id)
Copyright © 2021. All rights reserved.