Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.SequencedObject
-
Packages that use SequencedObject Package Description de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of SequencedObject in de.uni_trier.wi2.procake.data.object.transformation
Methods in de.uni_trier.wi2.procake.data.object.transformation with parameters of type SequencedObject Modifier and Type Method Description protected WFBlockToUIGraph.CreatedNodesWFBlockToUIGraph. createGraphNode(SequencedObject newItem)Creates the GraphNodes necessary for representing the given block-oriented workflow-objectmodel-item in the graph. -
Uses of SequencedObject in de.uni_trier.wi2.procake.data.object.wf
Subinterfaces of SequencedObject in de.uni_trier.wi2.procake.data.object.wf Modifier and Type Interface Description interfaceNodeObjectInterface of a node-object used in the controlflow of a workflow.interfaceSubWorkflowObjectInterface of a subworkflow-object.interfaceTaskObjectInterface of a workflowleaf-object used in the controlflow of a workflow.Methods in de.uni_trier.wi2.procake.data.object.wf that return types with arguments of type SequencedObject Modifier and Type Method Description LinkedList<SequencedObject>SequenceObject. getItems()Returns the complete list of items.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type SequencedObject Modifier and Type Method Description booleanSequenceObject. addItem(SequencedObject newItem)Adds the given item to the end of the sequence. -
Uses of SequencedObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement SequencedObject Modifier and Type Class Description classNodeObjectImplNode-object used in the controlflow of a workflow.classTaskObjectImplWorkflowleaf-object used in the controlflow of a workflow.Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return types with arguments of type SequencedObject Modifier and Type Method Description LinkedList<SequencedObject>SequenceObjectImpl. getItems()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type SequencedObject Modifier and Type Method Description booleanSequenceObjectImpl. addItem(SequencedObject newItem)
-