Uses of Class
org.cristalise.kernel.graph.model.TypeNameAndConstructionInfo
Packages that use TypeNameAndConstructionInfo
Package
Description
Collections are Item local objects that reference other Items.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of TypeNameAndConstructionInfo in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return TypeNameAndConstructionInfoMethods in org.cristalise.kernel.collection with parameters of type TypeNameAndConstructionInfoModifier and TypeMethodDescriptionvoidAggregationVertexFactory.create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) -
Uses of TypeNameAndConstructionInfo in org.cristalise.kernel.graph.model
Methods in org.cristalise.kernel.graph.model with parameters of type TypeNameAndConstructionInfoModifier and TypeMethodDescriptionvoidEdgeFactory.create(GraphModelManager graphModelManager, Vertex origin, Vertex terminus, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidVertexFactory.create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidGraphModel.createDirectedEdge(Vertex origin, Vertex terminus, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidGraphModel.createVertex(GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) -
Uses of TypeNameAndConstructionInfo in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return TypeNameAndConstructionInfoModifier and TypeMethodDescriptionCompositeActivityDef.getEdgeTypeNameAndConstructionInfo()CompositeActivityDef.getVertexTypeNameAndConstructionInfo() -
Uses of TypeNameAndConstructionInfo in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return TypeNameAndConstructionInfoModifier and TypeMethodDescriptionWorkflow.getEdgeTypeNameAndConstructionInfo()getVertexTypeNameAndConstructionInfo() added by SteveWorkflow.getVertexTypeNameAndConstructionInfo()getVertexTypeNameAndConstructionInfo() added by Steve