Uses of Interface
org.goplanit.utils.graph.VertexFactory
-
Packages that use VertexFactory Package Description org.goplanit.graph Network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of VertexFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement VertexFactory Modifier and Type Class Description classVertexFactoryImplFactory for creating vertices on vertices containerMethods in org.goplanit.graph that return VertexFactory Modifier and Type Method Description VertexFactoryVerticesImpl. getFactory()Collect the vertex factory to use for creating instancesConstructors in org.goplanit.graph with parameters of type VertexFactory Constructor Description VerticesImpl(IdGroupingToken groupId, VertexFactory vertexFactory)Constructor -
Uses of VertexFactory in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return VertexFactory Modifier and Type Method Description VertexFactoryVertices. getFactory()Collect the vertex factory to use for creating instances
-