Package org.planit.utils.network.physical
Physical network oriented utility classes
-
Interface Summary Interface Description Link Link interface which extends the Edge interface with a unique id (not all edges are links) as well as an external idLinks<L extends Link> wrapper around edges interface to support Links explicitly rather than edgesLinkSegment Interface for direction link segment part of non-directional link.LinkSegments<LS extends LinkSegment> wrapper around EdgeSegments interface to support LinkSegments explicitly rather than EdgeSegmentsNode Node is a vertex but not all vertices are nodes.Nodes<N extends Node> wrapper around vertices interface to support Nodes explicitly rather than vertices