Uses of Class
org.goplanit.graph.GraphEntityImpl
-
Packages that use GraphEntityImpl Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.network.virtual Virtual network component object classesorg.goplanit.zoning -
-
Uses of GraphEntityImpl in org.goplanit.graph
Subclasses of GraphEntityImpl in org.goplanit.graph Modifier and Type Class Description classEdgeImplEdge class connecting two vertices via some geometry.classVertexImplVertex representation connected to one or more entry and exit edgesConstructors in org.goplanit.graph with parameters of type GraphEntityImpl Constructor Description GraphEntityImpl(GraphEntityImpl other)Copy constructor -
Uses of GraphEntityImpl in org.goplanit.graph.directed
Subclasses of GraphEntityImpl in org.goplanit.graph.directed Modifier and Type Class Description classDirectedEdgeImplEdge class connecting two vertices via some geometry.classDirectedVertexImplvertex representation connected to one or more entry and exit edgesclassEdgeSegmentImplEdgeSegment represents an edge in a particular (single) direction. -
Uses of GraphEntityImpl in org.goplanit.network.layer.macroscopic
Subclasses of GraphEntityImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description classMacroscopicLinkSegmentImplLink segment for macroscopic transport networks. -
Uses of GraphEntityImpl in org.goplanit.network.layer.physical
Subclasses of GraphEntityImpl in org.goplanit.network.layer.physical Modifier and Type Class Description classLinkImplLink class connecting two nodes via some geometry.classLinkSegmentImplLink segment object representing physical links in the network and storing their propertiesclassNodeImplNode representation connected to one or more entry and exit links -
Uses of GraphEntityImpl in org.goplanit.network.layer.service
Subclasses of GraphEntityImpl in org.goplanit.network.layer.service Modifier and Type Class Description classServiceLegImplA service leg connects two service nodes.classServiceLegSegmentImplA service leg segment implementation.classServiceNodeImplA ServiceNode is used in a ServiceNetwork where it holds a reference to a DirectedNode of the ServiceNetworkLayer's underlying physical network layer. -
Uses of GraphEntityImpl in org.goplanit.network.virtual
Subclasses of GraphEntityImpl in org.goplanit.network.virtual Modifier and Type Class Description classConnectoidEdgeImplEdge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual linksclassConnectoidSegmentImplThe link segment that connects a zone to the physical network is not a physical link segment. -
Uses of GraphEntityImpl in org.goplanit.zoning
Subclasses of GraphEntityImpl in org.goplanit.zoning Modifier and Type Class Description classCentroidImplCentroid implementation
-