Uses of Class
org.goplanit.graph.VertexImpl
-
Packages that use VertexImpl Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed org.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.zoning -
-
Uses of VertexImpl in org.goplanit.graph
Methods in org.goplanit.graph that return VertexImpl Modifier and Type Method Description VertexImpl
VertexImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type VertexImpl Constructor Description VertexImpl(VertexImpl vertexImpl)
Copy constructor. -
Uses of VertexImpl in org.goplanit.graph.directed
Subclasses of VertexImpl in org.goplanit.graph.directed Modifier and Type Class Description class
DirectedVertexImpl
vertex representation connected to one or more entry and exit edges -
Uses of VertexImpl in org.goplanit.network.layer.physical
Subclasses of VertexImpl in org.goplanit.network.layer.physical Modifier and Type Class Description class
NodeImpl
Node representation connected to one or more entry and exit links -
Uses of VertexImpl in org.goplanit.network.layer.service
Subclasses of VertexImpl in org.goplanit.network.layer.service Modifier and Type Class Description 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 VertexImpl in org.goplanit.zoning
Subclasses of VertexImpl in org.goplanit.zoning Modifier and Type Class Description class
CentroidImpl
Centroid implementation
-