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 Vertex
createNew()
Create a new vertex (without registering on this class)Vertex
registerNew()
Create and register new entity-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
-