Uses of Class
org.goplanit.network.layer.physical.ConjugateLinksImpl
-
Packages that use ConjugateLinksImpl Package Description org.goplanit.network.layer.physical Physical network component object classes -
-
Uses of ConjugateLinksImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return ConjugateLinksImpl Modifier and Type Method Description ConjugateLinksImplConjugateLinksImpl. deepClone()Deep clone implementationConjugateLinksImplConjugateLinksImpl. deepCloneWithMapping(BiConsumer<ConjugateLink,ConjugateLink> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConjugateLinksImplConjugateLinksImpl. shallowClone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.layer.physical with parameters of type ConjugateLinksImpl Constructor Description ConjugateLinksImpl(ConjugateLinksImpl other, boolean deepCopy, BiConsumer<ConjugateLink,ConjugateLink> mapper)Copy constructor, also creates new factory with this as its underlying container
-