Uses of Interface
org.goplanit.utils.graph.directed.DirectedVertexFactory
-
Packages that use DirectedVertexFactory Package Description org.goplanit.graph.directed org.goplanit.utils.graph.directed -
-
Uses of DirectedVertexFactory in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement DirectedVertexFactory Modifier and Type Class Description class
DirectedVertexFactoryImpl
Factory for creating vertices on vertices containerMethods in org.goplanit.graph.directed that return DirectedVertexFactory Modifier and Type Method Description DirectedVertexFactory
DirectedVerticesImpl. getFactory()
Collect the vertex factory to use for creating instancesConstructors in org.goplanit.graph.directed with parameters of type DirectedVertexFactory Constructor Description DirectedVerticesImpl(IdGroupingToken groupId, DirectedVertexFactory directedVertexFactory)
Constructor -
Uses of DirectedVertexFactory in org.goplanit.utils.graph.directed
Methods in org.goplanit.utils.graph.directed that return DirectedVertexFactory Modifier and Type Method Description default DirectedVertexFactory
DirectedVertices. getFactory()
Collect the vertex factory to use for creating instances
-