Package org.goplanit.utils.graph
Interface VertexFactory
-
- All Superinterfaces:
GraphEntityFactory<Vertex>,ManagedIdEntityFactory<Vertex>
- All Known Implementing Classes:
VertexFactoryImpl
public interface VertexFactory extends GraphEntityFactory<Vertex>
Factory interface for creating vertex instances- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VertexcreateNew()Create a new vertex (without registering on this class)VertexregisterNew()Create and register new entity-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueCopyOf, getIdGroupingToken, setIdGroupingToken
-
-