Uses of Interface
org.goplanit.utils.graph.ConjugateVertexFactory
-
Packages that use ConjugateVertexFactory Package Description org.goplanit.graph Network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of ConjugateVertexFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement ConjugateVertexFactory Modifier and Type Class Description class
ConjugateVertexFactoryImpl
Factory for creating vertices on vertices container -
Uses of ConjugateVertexFactory in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return ConjugateVertexFactory Modifier and Type Method Description ConjugateVertexFactory
ConjugateVertices. getFactory()
Collect the conjugate vertex factory to use for creating instances
-