Uses of Interface
org.goplanit.utils.graph.Vertices
-
Packages that use Vertices Package Description org.goplanit.graph Network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of Vertices in org.goplanit.graph
Classes in org.goplanit.graph that implement Vertices Modifier and Type Class Description class
VerticesImpl
Vertices implementation container and factory accessConstructors in org.goplanit.graph with parameters of type Vertices Constructor Description VertexFactoryImpl(IdGroupingToken groupId, Vertices vertices)
Constructor -
Uses of Vertices in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return Vertices Modifier and Type Method Description Vertices
Vertices. deepClone()
deep clone verticesVertices
Vertices. deepCloneWithMapping(BiConsumer<Vertex,Vertex> mapper)
Deep clone implementation with mapping retained between original and copies createdVertices
Vertices. shallowClone()
shallow clone vertices
-