ConjugateLink |
Conjugate link representing two adjacent directed edges in original network and connecting two conjugated nodes
|
ConjugateLinkFactory |
Factory interface for creating undirected turns, i.e., conjugate links
|
ConjugateLinks |
Primary managed container class for conjugate links with access to factory capable of creating new conjugate links and registering them on the container
directly
|
ConjugateLinkSegment |
Interface for a turn, i.e.
|
ConjugateLinkSegmentFactory |
Factory to create conjugate link segments and register them on its container
|
ConjugateLinkSegments |
Primary managed container for conjugate linkSegments explicitly and create them on the container via
its dedicated factory class
|
ConjugateNode |
Conjugate Node is the conjugate of a normal link.
|
ConjugateNodeFactory |
Factory interface for creating conjugate node instances
|
ConjugateNodes |
Container class for primary managed nodes container and access to factory to create and register them on this instance
|
Link |
Link interface which extends the Edge interface with a unique id (not all edges are links) as
well as an external id
|
LinkFactory<L extends Link> |
Factory interface for creating links.
|
Links<L extends Link> |
Primary managed container class for links with access to factory capable of creating new links and registering them on the container
directly
|
LinkSegment |
Interface for link segments (directional) part of link (non-directional).
|
LinkSegmentFactory |
Factory to create link segments and register them on its container
|
LinkSegments |
Primary managed container for linkSegments explicitly and create them on the container via
its dedicated factory class
|
Node |
Node is a vertex but not all vertices are nodes.
|
NodeFactory |
Factory interface for creating node instances
|
Nodes |
Container class for primary managed nodes container and access to factory to create and register them on this instance
|
PhysicalLayer |
Physical topological Network consisting of nodes, links and link segments
|
UntypedPhysicalLayer<N extends Node,L extends Link,LS extends LinkSegment> |
Physical topological Network consisting of nodes, links and link segments
|