Interface VertexFactory
- All Known Implementing Classes:
AggregationVertexFactory
public interface VertexFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidsetCreationContext(Object newContext)
-
Method Details
-
create
void create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) throws Exception - Throws:
Exception
-
setCreationContext
-