Uses of Class
org.goplanit.graph.directed.DirectedVertexImpl
-
Packages that use DirectedVertexImpl Package Description org.goplanit.graph.directed org.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.zoning -
-
Uses of DirectedVertexImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return DirectedVertexImpl Modifier and Type Method Description DirectedVertexImpl
DirectedVertexImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type DirectedVertexImpl Constructor Description DirectedVertexImpl(DirectedVertexImpl directedVertexImpl)
Copy constructor -
Uses of DirectedVertexImpl in org.goplanit.network.layer.physical
Subclasses of DirectedVertexImpl 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 DirectedVertexImpl in org.goplanit.network.layer.service
Subclasses of DirectedVertexImpl 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 DirectedVertexImpl in org.goplanit.zoning
Subclasses of DirectedVertexImpl in org.goplanit.zoning Modifier and Type Class Description class
CentroidImpl
Centroid implementation
-