Uses of Class
org.goplanit.network.Network
-
Packages that use Network Package Description org.goplanit.network org.goplanit.network.virtual Virtual network component object classesorg.goplanit.osm.physical.network.macroscopic -
-
Uses of Network in org.goplanit.network
Subclasses of Network in org.goplanit.network Modifier and Type Class Description class
MacroscopicNetwork
Macroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network.class
ServiceNetwork
A service network is a network built on top of a topological (physical) transport network providing services leveraging this underlying network.class
TopologicalLayerNetwork<T extends TopologicalLayer,U extends TopologicalLayers<T>>
A network with topological transport layers, meaning that apart from representing a physical reality the result is topologically meaningful, has nodes, links, and some geographic notion via a coordinate reference systemclass
TransportLayerNetwork<U extends TransportLayer,T extends TransportLayers<U>>
A transport network with one or more layers.class
UntypedPhysicalNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>>
A network that comprises physical topological transport network elements, i.e., roads, rail, etc.Methods in org.goplanit.network that return Network Modifier and Type Method Description Network
Network. clone()
Clone the networkConstructors in org.goplanit.network with parameters of type Network Constructor Description Network(Network network)
Copy constructor -
Uses of Network in org.goplanit.network.virtual
Subclasses of Network in org.goplanit.network.virtual Modifier and Type Class Description class
VirtualNetwork
Model free virtual network which is part of the zoning and holds all the virtual infrastructure connecting the zones to the physical road network. -
Uses of Network in org.goplanit.osm.physical.network.macroscopic
Subclasses of Network in org.goplanit.osm.physical.network.macroscopic Modifier and Type Class Description class
PlanitOsmNetwork
Macroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki
-