Class ControlFlowGraph
java.lang.Object
org.jgrapht.graph.AbstractGraph<V,E>
 
org.jgrapht.graph.AbstractBaseGraph<V,E>
 
org.jgrapht.graph.DefaultDirectedGraph<CfgVertex,CfgEdge>
 
com.github._1c_syntax.bsl.languageserver.cfg.ControlFlowGraph
- All Implemented Interfaces:
- Serializable,- Cloneable,- Graph<CfgVertex,- CfgEdge> 
- See Also:
- 
Field SummaryFields inherited from interface org.jgrapht.GraphDEFAULT_EDGE_WEIGHT
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddEdge(CfgVertex source, CfgVertex target, CfgEdgeType type) voidsetEntryPoint(CfgVertex entryPoint) Methods inherited from class org.jgrapht.graph.DefaultDirectedGraphcreateBuilder, createBuilderMethods inherited from class org.jgrapht.graph.AbstractBaseGraphaddEdge, addEdge, addVertex, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeSource, getEdgeSupplier, getEdgeTarget, getEdgeWeight, getType, getVertexSupplier, incomingEdgesOf, inDegreeOf, iterables, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeSupplier, setEdgeWeight, setVertexSupplier, vertexSetMethods inherited from class org.jgrapht.graph.AbstractGraphassertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSetsMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jgrapht.GraphcontainsEdge, removeAllEdges, removeAllEdges, removeAllVertices, setEdgeWeight
- 
Method Details- 
addEdge
- 
getEntryPoint
- 
getExitPoint
- 
setEntryPoint
 
-