Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.SequenceObject
-
Packages that use SequenceObject Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of SequenceObject in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return SequenceObject Modifier and Type Method Description SequenceObjectSubWorkflowObject. getSequence()Returns the main sequence of the subworkflow.SequenceObjectWorkflowObject. getSequence()Returns the main sequence of the workflow.Methods in de.uni_trier.wi2.procake.data.object.wf that return types with arguments of type SequenceObject Modifier and Type Method Description LinkedList<SequenceObject>NodeObject. getSequences()Returns the complete list of the sequences.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type SequenceObject Modifier and Type Method Description booleanNodeObject. addSequence(SequenceObject newItem)Adds the given item to the last position in the sequence-list.voidSubWorkflowObject. setSequence(SequenceObject sequence)Sets the main sequence of the subworkflow.voidWorkflowObject. setSequence(SequenceObject sequence)Sets the main sequence of the workflow. -
Uses of SequenceObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement SequenceObject Modifier and Type Class Description classSequenceObjectImplSequence-object used in the controlflow of a workflow.Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return SequenceObject Modifier and Type Method Description SequenceObjectWorkflowObjectImpl. getSequence()Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return types with arguments of type SequenceObject Modifier and Type Method Description LinkedList<SequenceObject>NodeObjectImpl. getSequences()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type SequenceObject Modifier and Type Method Description booleanNodeObjectImpl. addSequence(SequenceObject newItem)voidWorkflowObjectImpl. setSequence(SequenceObject sequence)
-