Uses of Interface
org.goplanit.utils.pcu.PcuCapacitated
-
Packages that use PcuCapacitated Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.network.layer.macroscopic org.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of PcuCapacitated in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement PcuCapacitated Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks. -
Uses of PcuCapacitated in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement PcuCapacitated Modifier and Type Class Description class
ConnectoidSegmentImpl
The link segment that connects a zone to the physical network is not a physical link segment. -
Uses of PcuCapacitated in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of PcuCapacitated in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interface
MacroscopicLinkSegment
Macroscopic traffic modeling oriented link segment. -
Uses of PcuCapacitated in org.goplanit.utils.network.virtual
Subinterfaces of PcuCapacitated in org.goplanit.utils.network.virtual Modifier and Type Interface Description interface
ConnectoidSegment
Connectoid segment represents a directional virtual segment connecting a centroid and a physical node.
-