Uses of Interface
org.planit.utils.graph.EdgeSegments
-
Packages that use EdgeSegments Package Description org.planit.graph Network component object classesorg.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classesorg.planit.utils.graph Utilities for setting up graphsorg.planit.utils.network.physical Physical network oriented utility classes -
-
Uses of EdgeSegments in org.planit.graph
Classes in org.planit.graph that implement EdgeSegments Modifier and Type Class Description class
EdgeSegmentsImpl<ES extends EdgeSegment>
Fields in org.planit.graph declared as EdgeSegments Modifier and Type Field Description protected EdgeSegments<ES>
DirectedGraphImpl. edgeSegments
class instance containing all edge segmentsMethods in org.planit.graph that return EdgeSegments Modifier and Type Method Description EdgeSegments<ES>
DirectedGraphImpl. getEdgeSegments()
Collect edges segments of graphMethods in org.planit.graph with parameters of type EdgeSegments Modifier and Type Method Description void
DirectedGraphBuilder. recreateIds(EdgeSegments<? extends ES> edgeSegments)
recreate the ids for all passed in edge segmentsvoid
DirectedGraphBuilderImpl. recreateIds(EdgeSegments<? extends EdgeSegment> edgeSegments)
recreate the ids for all passed in edge segments -
Uses of EdgeSegments in org.planit.network.macroscopic.physical
Methods in org.planit.network.macroscopic.physical with parameters of type EdgeSegments Modifier and Type Method Description void
MacroscopicPhysicalNetworkBuilderImpl. recreateIds(EdgeSegments<? extends MacroscopicLinkSegment> macroscopicinkSegments)
recreate the ids for all passed in edge segments -
Uses of EdgeSegments in org.planit.network.physical
Classes in org.planit.network.physical that implement EdgeSegments Modifier and Type Class Description class
LinkSegmentsImpl<LS extends LinkSegment>
Links implementation wrapper that simply utilises passed in edges of the desired generic type to delegate registration and creation of its links onMethods in org.planit.network.physical with parameters of type EdgeSegments Modifier and Type Method Description void
PhysicalNetworkBuilderImpl. recreateIds(EdgeSegments<? extends LinkSegment> linkSegments)
recreate the ids for all passed in edge segmentsConstructors in org.planit.network.physical with parameters of type EdgeSegments Constructor Description LinkSegmentsImpl(EdgeSegments<LS> edgeSegments)
Constructor -
Uses of EdgeSegments in org.planit.utils.graph
Methods in org.planit.utils.graph that return EdgeSegments Modifier and Type Method Description EdgeSegments<ES>
DirectedGraph. getEdgeSegments()
Collect edges segments of graph -
Uses of EdgeSegments in org.planit.utils.network.physical
Subinterfaces of EdgeSegments in org.planit.utils.network.physical Modifier and Type Interface Description interface
LinkSegments<LS extends LinkSegment>
wrapper around EdgeSegments interface to support LinkSegments explicitly rather than EdgeSegments
-