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 class
VertexFactoryImpl
Factory for creating vertices on vertices containerMethods in org.goplanit.graph that return VertexFactory Modifier and Type Method Description VertexFactory
VerticesImpl. 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 VertexFactory
Vertices. getFactory()
Collect the vertex factory to use for creating instances
-