| Link |
Link interface which extends the Edge interface with a unique id (not all edges are links) as
well as an external id
|
| LinkFactory |
Factory interface for creating links.
|
| Links |
rimary 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
|