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 class
EdgeImpl
Edge class connecting two vertices via some geometry.class
VertexImpl
Vertex 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 class
DirectedEdgeImpl
Edge class connecting two vertices via some geometry.class
DirectedVertexImpl
vertex representation connected to one or more entry and exit edgesclass
EdgeSegmentImpl
EdgeSegment 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 class
MacroscopicLinkSegmentImpl
Link 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 class
LinkImpl
Link class connecting two nodes via some geometry.class
LinkSegmentImpl
Link segment object representing physical links in the network and storing their propertiesclass
NodeImpl
Node 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 class
ServiceLegImpl
A service leg connects two service nodes.class
ServiceLegSegmentImpl
A service leg segment implementation.class
ServiceNodeImpl
A 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 class
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual linksclass
ConnectoidSegmentImpl
The 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 class
CentroidImpl
Centroid implementation
-