Uses of Interface
org.goplanit.utils.graph.directed.ConjugateDirectedVertexFactory
-
Packages that use ConjugateDirectedVertexFactory Package Description org.goplanit.graph.directed org.goplanit.utils.graph.directed -
-
Uses of ConjugateDirectedVertexFactory in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement ConjugateDirectedVertexFactory Modifier and Type Class Description class
ConjugateDirectedVertexFactoryImpl
Factory for creating vertices on vertices container -
Uses of ConjugateDirectedVertexFactory in org.goplanit.utils.graph.directed
Methods in org.goplanit.utils.graph.directed that return ConjugateDirectedVertexFactory Modifier and Type Method Description default ConjugateDirectedVertexFactory
ConjugateDirectedVertices. getFactory()
Collect the vertex factory to use for creating instances
-