Uses of Class
org.planit.network.physical.PhysicalNetwork.LinkSegments
-
Packages that use PhysicalNetwork.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 PhysicalNetwork.LinkSegments in org.planit.network.physical
Fields in org.planit.network.physical declared as PhysicalNetwork.LinkSegments Modifier and Type Field Description PhysicalNetwork.LinkSegments
PhysicalNetwork. linkSegments
internal class instance containing all link segment specific functionality -
Uses of PhysicalNetwork.LinkSegments in org.planit.output.adapter
Methods in org.planit.output.adapter that return PhysicalNetwork.LinkSegments Modifier and Type Method Description PhysicalNetwork.LinkSegments
LinkOutputTypeAdapter. getPhysicalLinkSegments()
Return a Link segments for this assignmentPhysicalNetwork.LinkSegments
LinkOutputTypeAdapterImpl. getPhysicalLinkSegments()
Provide access to the available link segments
-