Uses of Interface
org.goplanit.utils.graph.ConjugateVertices
-
Packages that use ConjugateVertices Package Description org.goplanit.graph Network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of ConjugateVertices in org.goplanit.graph
Constructors in org.goplanit.graph with parameters of type ConjugateVertices Constructor Description ConjugateVertexFactoryImpl(IdGroupingToken groupId, ConjugateVertices conjugateVertices)Constructor -
Uses of ConjugateVertices in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return ConjugateVertices Modifier and Type Method Description ConjugateVerticesConjugateVertices. deepClone()deep clone conjugate verticesConjugateVerticesConjugateVertices. deepCloneWithMapping(BiConsumer<ConjugateVertex,ConjugateVertex> mapper)Deep clone implementation with mapping retained between original and copies createdConjugateVerticesConjugateVertices. shallowClone()shallow clone conjugate vertices
-