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 ConjugateConnectoidSegmentImplConjugateConnectoidSegmentFactoryImpl. create(ConjugateConnectoidEdge parent, boolean directionAb)Create but not register conjugate connectoid segment in AB direction on containerConjugateConnectoidSegmentImplConjugateConnectoidSegmentImpl. 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.ConjugateConnectoidSegmentImplConjugateConnectoidSegmentFactoryImpl. registerNew(ConjugateConnectoidEdge parent, boolean directionAb, boolean registerOnNodeAndLink)Create and register connectoid segment in AB direction on containerConjugateConnectoidSegmentImplConjugateConnectoidSegmentImpl. 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
-