Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowNodeObject
Package
Description
Provides interfaces of all data objects.
-
Uses of NESTWorkflowNodeObject in de.uni_trier.wi2.procake.data.object
Modifier and TypeMethodDescriptionDataObjectUtils.createNESTWorkflowNodeObject()
DataObjectUtils.createNESTWorkflowNodeObject
(DataObject semanticDescriptor) DataObjectUtils.createNESTWorkflowNodeObject
(String id) DataObjectUtils.createNESTWorkflowNodeObject
(String id, DataObject semanticDescriptor) DataObjectUtils.createNESTWorkflowNodeObject
(String id, DataObject semanticDescriptor, String className) -
Uses of NESTWorkflowNodeObject in de.uni_trier.wi2.procake.data.object.nest
Modifier and TypeMethodDescriptionNESTAbstractWorkflowObject.getWorkflowNode()
Returns the WorkflowNode, if there is any -
Uses of NESTWorkflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.impl
Modifier and TypeClassDescriptionclass
Definition of a Workflow-Node of a NEST-graph. -
Uses of NESTWorkflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils
Modifier and TypeMethodDescriptionNESTAbstractWorkflowModifier.insertNewWorkflowNode
(DataObject semanticDescriptor) Creates a new workflow node within the graph with the given semantic description.NESTAbstractWorkflowModifier.insertNewWorkflowNode
(String workflowNodeClassName, DataObject semanticDescriptor) Creates a new workflow node within the graph with the given semantic description. -
Uses of NESTWorkflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Modifier and TypeMethodDescriptionNESTAbstractWorkflowModifierImpl.insertNewWorkflowNode
(DataObject semanticDescriptor) NESTAbstractWorkflowModifierImpl.insertNewWorkflowNode
(String workflowNodeClassName, DataObject semanticDescriptor)