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.network.virtual Virtual network component object classes -
-
Uses of DirectedVertexImpl in org.goplanit.graph.directed
Subclasses of DirectedVertexImpl in org.goplanit.graph.directed Modifier and Type Class Description class
ConjugateDirectedVertexImpl
Conjugate directed vertex representation connected to one or more entry and exit conjugate edgesMethods in org.goplanit.graph.directed that return DirectedVertexImpl Modifier and Type Method Description DirectedVertexImpl<E>
DirectedVertexImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.DirectedVertexImpl<E>
DirectedVertexImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type DirectedVertexImpl Constructor Description DirectedVertexImpl(DirectedVertexImpl<E> directedVertexImpl, boolean deepCopy)
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
ConjugateNodeImpl
Conjugate node representation connected to one or more conjugate (entry and exit) conjugate links.class
NodeImpl<LS extends EdgeSegment>
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.network.virtual
Subclasses of DirectedVertexImpl in org.goplanit.network.virtual Modifier and Type Class Description class
CentroidVertexImpl
The vertex with a direct relation to a centroid (for a given layer)class
ConjugateConnectoidNodeImpl
Conjugate node representation connected to one or more conjugate (entry and exit) conjugate links.Constructors in org.goplanit.network.virtual with parameters of type DirectedVertexImpl Constructor Description CentroidVertexImpl(DirectedVertexImpl<ConnectoidSegment> other, boolean deepCopy)
Copy constructor
-