Package org.goplanit.network.layer.physical
Physical network component object classes
-
Class Summary Class Description ConjugateLinkFactoryImpl Factory for creating conjugate links on conjugate links containerConjugateLinkImpl Conjugate (non-directional) link class connecting two conjugate nodes.ConjugateLinkSegmentFactoryImpl Factory for creating conjugate link segments on containerConjugateLinkSegmentImpl Conjugate Link segment object representing conjugate of original network's adjacent link segment pair, i.e.ConjugateLinkSegmentsImpl Link segments primary managed container implementationConjugateLinksImpl Conjugated links primary managed container implementationConjugateNodeFactoryImpl Factory for creating nodes on conjugate nodes container.ConjugateNodeImpl Conjugate node representation connected to one or more conjugate (entry and exit) conjugate links.ConjugateNodesImpl Conjugate nodes primary managed container implementation.LinkFactoryImpl Factory for creating links on links containerLinkImpl<N extends DirectedVertex,LS extends EdgeSegment> Link class connecting two nodes via some geometry.LinkSegmentBase<L extends Link> Link segment object representing physical links in the network and storing their propertiesLinksImpl<L extends Link> Links primary managed container implementationNodeFactoryImpl Factory for creating nodes on nodes containerNodeImpl<LS extends EdgeSegment> Node representation connected to one or more entry and exit linksNodesImpl Nodes primary managed container implementationUntypedPhysicalLayerImpl<N extends Node,L extends Link,LS extends LinkSegment> Model free Network consisting of managed nodes, links, and link segments, each of which can be iterated over.