Package org.planit.network.physical
Physical network component object classes
-
Interface Summary Interface Description PhysicalNetworkBuilder<N extends Node,L extends Link,LS extends LinkSegment> builder and modifier for physical networks of given parameterised types. -
Class Summary Class Description LinkImpl Link class connecting two nodes via some geometry.LinkSegmentImpl Link segment object representing physical links in the network and storing their propertiesLinkSegmentsImpl<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 onLinksImpl<L extends Link> Links implementation wrapper that simply utilises passed in edges of the desired generic type to delegate registration and creation of its links onNodeImpl Node representation connected to one or more entry and exit linksNodesImpl<N extends Node> Nodes implementation wrapper that simply utilises passed in vertices of the desired generic type to delegate registration and creation of its nodes onPhysicalNetwork<N extends Node,L extends Link,LS extends LinkSegment> Model free Network consisting of nodes and links, each of which can be iterated over.PhysicalNetworkBuilderImpl Create network entities for a physical network simulation model