Uses of Class
org.cristalise.kernel.graph.model.GraphModel
Packages that use GraphModel
Package
Description
Collections are Item local objects that reference other Items.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of GraphModel in org.cristalise.kernel.collection
Fields in org.cristalise.kernel.collection declared as GraphModelMethods in org.cristalise.kernel.collection that return GraphModelMethods in org.cristalise.kernel.collection with parameters of type GraphModel -
Uses of GraphModel in org.cristalise.kernel.graph.layout
Methods in org.cristalise.kernel.graph.layout with parameters of type GraphModelModifier and TypeMethodDescriptionstatic voidDefaultGraphLayoutGenerator.layoutGraph(GraphModel graphModel) -
Uses of GraphModel in org.cristalise.kernel.graph.model
Fields in org.cristalise.kernel.graph.model declared as GraphModelMethods in org.cristalise.kernel.graph.model that return GraphModelModifier and TypeMethodDescriptionGraphable.getChildrenGraphModel()GraphableVertex.getChildrenGraphModel()Vertex.getChildrenGraphModel()GraphModelManager.getModel()Methods in org.cristalise.kernel.graph.model with parameters of type GraphModelModifier and TypeMethodDescriptionvoidGraphModelManager.replace(GraphModel newModel) voidGraphableVertex.setChildrenGraphModel(GraphModel childrenGraph) Sets the childrenGraph.voidGraphModelManager.setModel(GraphModel newModel) Constructors in org.cristalise.kernel.graph.model with parameters of type GraphModel -
Uses of GraphModel in org.cristalise.kernel.graph.traversal
Methods in org.cristalise.kernel.graph.traversal with parameters of type GraphModelModifier and TypeMethodDescriptionstatic Vertex[]GraphTraversal.getTraversal(GraphModel graphModel, Vertex startVertex, int direction, boolean ignoreBackLinks) static Vertex[]GraphTraversal.getTraversal(GraphModel graphModel, Vertex startVertex, Vertex endVertex, int direction, boolean ignoreBackLinks) -
Uses of GraphModel in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle with parameters of type GraphModelModifier and TypeMethodDescriptionCompositeActivityDef.findRefActDefs(GraphModel graph, TransactionKey transactionKey) voidCompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph) voidCompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph, TransactionKey transactionKey) -
Uses of GraphModel in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance with parameters of type GraphModelModifier and TypeMethodDescriptionvoidCompositeActivity.setChildrenGraphModel(GraphModel childrenGraph) -
Uses of GraphModel in org.cristalise.kernel.lifecycle.renderer
Constructors in org.cristalise.kernel.lifecycle.renderer with parameters of type GraphModel