Uses of Class
org.goplanit.network.virtual.CentroidVerticesImpl
-
Packages that use CentroidVerticesImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of CentroidVerticesImpl in org.goplanit.network.virtual
Fields in org.goplanit.network.virtual declared as CentroidVerticesImpl Modifier and Type Field Description protected CentroidVerticesImpl
VirtualNetworkImpl. centroidVertices
Container for centroid verticesMethods in org.goplanit.network.virtual that return CentroidVerticesImpl Modifier and Type Method Description CentroidVerticesImpl
CentroidVerticesImpl. deepClone()
Deep clone implementationCentroidVerticesImpl
CentroidVerticesImpl. deepCloneWithMapping(BiConsumer<CentroidVertex,CentroidVertex> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperCentroidVerticesImpl
CentroidVerticesImpl. 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 CentroidVerticesImpl Constructor Description CentroidVerticesImpl(CentroidVerticesImpl other, boolean deepCopy, BiConsumer<CentroidVertex,CentroidVertex> mapper)
Copy constructor, also creates new factory with this as its underlying container
-