Uses of Interface
org.planit.utils.graph.Vertex.EdgeSegments
-
Packages that use Vertex.EdgeSegments Package Description org.planit.graph Network component object classesorg.planit.utils.graph Utilities for setting up graphs -
-
Uses of Vertex.EdgeSegments in org.planit.graph
Classes in org.planit.graph that implement Vertex.EdgeSegments Modifier and Type Class Description classVertexImpl.EdgeSegmentsImplEdgeSegment containerFields in org.planit.graph declared as Vertex.EdgeSegments Modifier and Type Field Description protected Vertex.EdgeSegmentsVertexImpl. entryEdgeSegmentsentryEdgeSegment containerprotected Vertex.EdgeSegmentsVertexImpl. exitEdgeSegmentsexitEdgeSegmentcontainerMethods in org.planit.graph that return Vertex.EdgeSegments Modifier and Type Method Description Vertex.EdgeSegmentsVertexImpl. getEntryEdgeSegments()#Collect the entry edge segments of this vertexVertex.EdgeSegmentsVertexImpl. getExitEdgeSegments()#Collect the exit edge segments of this vertex -
Uses of Vertex.EdgeSegments in org.planit.utils.graph
Methods in org.planit.utils.graph that return Vertex.EdgeSegments Modifier and Type Method Description Vertex.EdgeSegmentsVertex. getEntryEdgeSegments()Collect the entry edge segments of this vertexVertex.EdgeSegmentsVertex. getExitEdgeSegments()Collect the exit edge segments of this vertex
-