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 classEdgeSegmentsImpl<ES extends EdgeSegment>Fields in org.planit.graph declared as EdgeSegments Modifier and Type Field Description protected EdgeSegments<ES>DirectedGraphImpl. edgeSegmentsclass 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 voidDirectedGraphBuilder. recreateIds(EdgeSegments<? extends ES> edgeSegments)recreate the ids for all passed in edge segmentsvoidDirectedGraphBuilderImpl. 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 voidMacroscopicPhysicalNetworkBuilderImpl. 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 classLinkSegmentsImpl<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 voidPhysicalNetworkBuilderImpl. 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 interfaceLinkSegments<LS extends LinkSegment>wrapper around EdgeSegments interface to support LinkSegments explicitly rather than EdgeSegments
-