Package org.goplanit.network.layer
-
Interface Summary Interface Description NetworkLayerGenerator A network layer generator generates a (non-empty) network based on its type and or configuration on-the-fly.Unlike a Network reader it is not meant to read anything from disk, but instead generate it based on some pattern of sorts. -
Class Summary Class Description NetworkLayerImpl Implementation of NetworkLayer interface with only bare-bones functionality to support ids and modes.TopologicalLayerImpl An transport layer that is of a topological nature, i.e., it has node, links, etc.UntypedNetworkLayerImpl<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment> Model free network layer consisting of containers for vertices, edges, and edge segments each of which can be typed separately.