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 class
VertexImpl.EdgeSegmentsImpl
EdgeSegment containerFields in org.planit.graph declared as Vertex.EdgeSegments Modifier and Type Field Description protected Vertex.EdgeSegments
VertexImpl. entryEdgeSegments
entryEdgeSegment containerprotected Vertex.EdgeSegments
VertexImpl. exitEdgeSegments
exitEdgeSegmentcontainerMethods in org.planit.graph that return Vertex.EdgeSegments Modifier and Type Method Description Vertex.EdgeSegments
VertexImpl. getEntryEdgeSegments()
#Collect the entry edge segments of this vertexVertex.EdgeSegments
VertexImpl. 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.EdgeSegments
Vertex. getEntryEdgeSegments()
Collect the entry edge segments of this vertexVertex.EdgeSegments
Vertex. getExitEdgeSegments()
Collect the exit edge segments of this vertex
-