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
ConjugateConnectoidSegmentImpl
Conjugate connectoid segment object representing conjugate of original network's adjacent connectoid segment pair, i.e.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
ConjugateConnectoidSegment
Conjugate connectoid segment represents a directional virtual segment connecting two conjugate connectoid nodes, however, one is a dummy and one of the original underlying link segments is null.interface
ConnectoidSegment
Connectoid segment represents a directional virtual segment connecting a centroid and a physical node.
-