Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.StatusableObject
-
Packages that use StatusableObject Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of StatusableObject in de.uni_trier.wi2.procake.data.object.wf
Subinterfaces of StatusableObject in de.uni_trier.wi2.procake.data.object.wf Modifier and Type Interface Description interfaceControlflowItemObjectInterface of an abstract object used in the controlflow of a workflow.interfaceNodeObjectInterface of a node-object used in the controlflow of a workflow.interfaceParentItemObject<T extends ControlflowItemObject>Interface of an abstract object used in the controlflow of a workflow.interfaceSequencedObjectInterface of an object, which can be contained in a workflow-sequence.interfaceSequenceObjectInterface of a sequence-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.interfaceWorkflowObjectInterface of a workflow-object. -
Uses of StatusableObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement StatusableObject Modifier and Type Class Description classControlflowItemObjectImplAbstract object used in the controlflow of a workflow.classNodeObjectImplNode-object used in the controlflow of a workflow.classParentItemObjectImpl<T extends ControlflowItemObject>Abstract object used in the controlflow of a workflow.classSequenceObjectImplSequence-object used in the controlflow of a workflow.classStatusableObjectImplAbstract object, which can hold a status.classTaskObjectImplWorkflowleaf-object used in the controlflow of a workflow.classWorkflowObjectImplWorkflow-object.
-