Uses of Interface
de.uni_trier.wi2.procake.data.model.wf.AbstractWorkflowItemClass
-
Packages that use AbstractWorkflowItemClass Package Description de.uni_trier.wi2.procake.data.model.wf de.uni_trier.wi2.procake.data.model.wf.impl -
-
Uses of AbstractWorkflowItemClass in de.uni_trier.wi2.procake.data.model.wf
Subinterfaces of AbstractWorkflowItemClass in de.uni_trier.wi2.procake.data.model.wf Modifier and Type Interface Description interfaceControlflowItemClassCAKE I - Datatype for a ControlflowObject.interfaceDataflowWrapperClassCAKE I - Datatype for a workflow-dataelement.interfaceDataReferenceClassCAKE I - Datatype for a DataRef-element (reference between a task and a dataelement).interfaceNodeClassCAKE I - Datatype for a workflow-node.interfaceParentItemClassCAKE I - Datatype for a ControlflowObject.interfaceSequenceClassCAKE I - Datatype for a workflow-sequence.interfaceStatusableClassCAKE I - Datatype for a workflowobject, which can have a status.interfaceSubWorkflowClassCAKE II - Datatype for a subworkflow.interfaceTaskClassCAKE I - Datatype for a workflow-task.interfaceWorkflowClassCAKE I - Datatype for a workflow. -
Uses of AbstractWorkflowItemClass in de.uni_trier.wi2.procake.data.model.wf.impl
Classes in de.uni_trier.wi2.procake.data.model.wf.impl that implement AbstractWorkflowItemClass Modifier and Type Class Description classAbstractWorkflowItemClassImplConcrete implementation of the CAKE I - datatype.classControlflowItemClassImplConcrete implementation of the CAKE I - datatype.classDataflowWrapperClassImplConcrete implementation of the CAKE I - datatype.classDataReferenceClassImplConcrete implementation of the CAKE I - datatype.classNodeClassImplConcrete implementation of the CAKE I - datatype.classParentItemClassImplConcrete implementation of the CAKE I - datatype.classSequenceClassImplConcrete implementation of the CAKE I - datatype.classStatusableClassImplConcrete implementation of the CAKE I - datatype.classSubWorkflowClassImplConcrete implementation of the CAKE I - datatype.classTaskClassImplConcrete implementation of the CAKE I - datatype.classWorkflowClassImplConcrete implementation of the CAKE I - datatype.
-