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.network.virtual Virtual network component object classes -
-
Uses of VertexImpl in org.goplanit.graph
Subclasses of VertexImpl in org.goplanit.graph Modifier and Type Class Description classConjugateVertexImplConjugate vertex representation connected to one or more entry and exit conjugate edgesMethods in org.goplanit.graph that return VertexImpl Modifier and Type Method Description VertexImpl<E>VertexImpl. 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.VertexImpl<E>VertexImpl. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type VertexImpl Constructor Description VertexImpl(VertexImpl<E> other, boolean deepCopy)Copy constructor. -
Uses of VertexImpl in org.goplanit.graph.directed
Subclasses of VertexImpl in org.goplanit.graph.directed Modifier and Type Class Description classConjugateDirectedVertexImplConjugate directed vertex representation connected to one or more entry and exit conjugate edgesclassDirectedVertexImpl<E extends EdgeSegment>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 classConjugateNodeImplConjugate node representation connected to one or more conjugate (entry and exit) conjugate links.classNodeImpl<LS extends EdgeSegment>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 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 VertexImpl in org.goplanit.network.virtual
Subclasses of VertexImpl in org.goplanit.network.virtual Modifier and Type Class Description classCentroidVertexImplThe vertex with a direct relation to a centroid (for a given layer)classConjugateConnectoidNodeImplConjugate node representation connected to one or more conjugate (entry and exit) conjugate links.
-