Uses of Class
org.goplanit.graph.directed.ConjugateDirectedEdgeImpl
-
Packages that use ConjugateDirectedEdgeImpl Package Description org.goplanit.graph.directed org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConjugateDirectedEdgeImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return ConjugateDirectedEdgeImpl Modifier and Type Method Description ConjugateDirectedEdgeImpl<V,ES>
ConjugateDirectedEdgeImpl. 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.ConjugateDirectedEdgeImpl<V,ES>
ConjugateDirectedEdgeImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type ConjugateDirectedEdgeImpl Constructor Description ConjugateDirectedEdgeImpl(ConjugateDirectedEdgeImpl<V,ES> other, boolean deepCopy)
Copy Constructor. -
Uses of ConjugateDirectedEdgeImpl in org.goplanit.network.virtual
Subclasses of ConjugateDirectedEdgeImpl in org.goplanit.network.virtual Modifier and Type Class Description class
ConjugateConnectoidEdgeImpl
Conjugate (non-directional) connectoid edge class connecting two conjugate nodes.
-