Uses of Class
org.goplanit.network.virtual.ConjugateConnectoidSegmentImpl
-
Packages that use ConjugateConnectoidSegmentImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConjugateConnectoidSegmentImpl in org.goplanit.network.virtual
Methods in org.goplanit.network.virtual that return ConjugateConnectoidSegmentImpl Modifier and Type Method Description ConjugateConnectoidSegmentImpl
ConjugateConnectoidSegmentFactoryImpl. create(ConjugateConnectoidEdge parent, boolean directionAb)
Create but not register conjugate connectoid segment in AB direction on containerConjugateConnectoidSegmentImpl
ConjugateConnectoidSegmentImpl. 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.ConjugateConnectoidSegmentImpl
ConjugateConnectoidSegmentFactoryImpl. registerNew(ConjugateConnectoidEdge parent, boolean directionAb, boolean registerOnNodeAndLink)
Create and register connectoid segment in AB direction on containerConjugateConnectoidSegmentImpl
ConjugateConnectoidSegmentImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.virtual with parameters of type ConjugateConnectoidSegmentImpl Constructor Description ConjugateConnectoidSegmentImpl(ConjugateConnectoidSegmentImpl other, boolean deepCopy)
Copy constructor
-