Uses of Interface
org.planit.utils.network.physical.LinkSegments
-
Packages that use LinkSegments Package Description org.planit.network.physical Physical network component object classesorg.planit.output.adapter Output Adapter and Output Type Adapter classes and interfaces -
-
Uses of LinkSegments in org.planit.network.physical
Classes in org.planit.network.physical that implement LinkSegments 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 onFields in org.planit.network.physical declared as LinkSegments Modifier and Type Field Description LinkSegments<LS>
PhysicalNetwork. linkSegments
class instance containing all link segment specific functionalityMethods in org.planit.network.physical that return LinkSegments Modifier and Type Method Description LinkSegments<LS>
PhysicalNetwork. getLinkSegments()
alternative to using the linkSegments public member -
Uses of LinkSegments in org.planit.output.adapter
Methods in org.planit.output.adapter that return LinkSegments Modifier and Type Method Description LinkSegments<? extends LinkSegment>
LinkOutputTypeAdapter. getPhysicalLinkSegments(long infrastructureLayerId)
Return a Link segments for this assignmentLinkSegments<? extends LinkSegment>
LinkOutputTypeAdapterImpl. getPhysicalLinkSegments(long infrastructureLayerId)
Provide access to the macroscopic link segments
-