Uses of Class
org.goplanit.network.virtual.ConnectoidEdgesImpl
-
Packages that use ConnectoidEdgesImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConnectoidEdgesImpl in org.goplanit.network.virtual
Fields in org.goplanit.network.virtual declared as ConnectoidEdgesImpl Modifier and Type Field Description protected ConnectoidEdgesImplVirtualNetworkImpl. connectoidEdgesContainer for connectoid edgesMethods in org.goplanit.network.virtual that return ConnectoidEdgesImpl Modifier and Type Method Description ConnectoidEdgesImplConnectoidEdgesImpl. deepClone()Deep clone implementationConnectoidEdgesImplConnectoidEdgesImpl. deepCloneWithMapping(BiConsumer<ConnectoidEdge,ConnectoidEdge> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConnectoidEdgesImplConnectoidEdgesImpl. 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.virtual with parameters of type ConnectoidEdgesImpl Constructor Description ConnectoidEdgesImpl(ConnectoidEdgesImpl other, boolean deepCopy, BiConsumer<ConnectoidEdge,ConnectoidEdge> mapper)Copy constructor, also creates new factory with this as its underlying container
-