Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.WorkflowObject
-
-
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl with parameters of type WorkflowObject Modifier and Type Method Description protected voidWorkflowWriterImpl. writeReasoningWorkflow(WorkflowObject value, XMLSchemaBasedWriter writer)Writes the complete workflow-content of the given AdaptationCase-object. -
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that return WorkflowObject Modifier and Type Method Description WorkflowObjectNESTWorkflowObject. getBlockRepresentation()Returns the current Cake2Workflow-object-representation for the graph. -
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that return WorkflowObject Modifier and Type Method Description WorkflowObjectNESTWorkflowObjectImpl. getBlockRepresentation() -
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.object.transformation
Methods in de.uni_trier.wi2.procake.data.object.transformation that return WorkflowObject Modifier and Type Method Description WorkflowObjectNESTWorkflowToWFBlock. getWorkflow()Methods in de.uni_trier.wi2.procake.data.object.transformation with parameters of type WorkflowObject Modifier and Type Method Description voidWFBlockToNESTWorkflow. updateAll(WorkflowObject workflow)voidWFBlockToUIGraph. updateAll(WorkflowObject workflow)voidWorkflowBlockListener. updateAll(WorkflowObject workflow)Informs about some available content in the block-oriented workflow-model, which has to be completly communicated. -
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.object.wf
Subinterfaces of WorkflowObject in de.uni_trier.wi2.procake.data.object.wf Modifier and Type Interface Description interfaceSubWorkflowObjectInterface of a subworkflow-object.Methods in de.uni_trier.wi2.procake.data.object.wf that return WorkflowObject Modifier and Type Method Description WorkflowObjectAbstractWorkflowItemObject. getWorkflow()Returns the workflow associated with this controlflow-item.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type WorkflowObject Modifier and Type Method Description voidAbstractWorkflowItemObject. setWorkflow(WorkflowObject workflow)Sets the workflow where this item is integrated. -
Uses of WorkflowObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement WorkflowObject Modifier and Type Class Description classWorkflowObjectImplWorkflow-object.Fields in de.uni_trier.wi2.procake.data.object.wf.impl declared as WorkflowObject Modifier and Type Field Description protected WorkflowObjectAbstractWorkflowItemObjectImpl. workflowStores the workflow-object to which this controlflow-object is connected to.Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return WorkflowObject Modifier and Type Method Description WorkflowObjectAbstractWorkflowItemObjectImpl. getWorkflow()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type WorkflowObject Modifier and Type Method Description protected abstract voidAbstractWorkflowItemObjectImpl. distributeWorkflowObject(WorkflowObject workflow)Informs all subWorkflowObjects about getting a new workflow-items.protected voidDataflowWrapperObjectImpl. distributeWorkflowObject(WorkflowObject workflow)protected voidDataReferenceObjectImpl. distributeWorkflowObject(WorkflowObject workflow)protected voidNodeObjectImpl. distributeWorkflowObject(WorkflowObject workflow)protected voidSequenceObjectImpl. distributeWorkflowObject(WorkflowObject workflow)protected voidTaskObjectImpl. distributeWorkflowObject(WorkflowObject workflow)protected voidWorkflowObjectImpl. distributeWorkflowObject(WorkflowObject workflow)voidAbstractWorkflowItemObjectImpl. setWorkflow(WorkflowObject workflow)
-