Uses of Class
de.uni_trier.wi2.procake.data.object.impl.DataObjectImpl
-
-
Uses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.base.impl
Subclasses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.base.impl Modifier and Type Class Description classAggregateObjectImplclassAtomicObjectImplclassBooleanObjectImplclassByteArrayObjectImplclassChronologicObjectImplclassCollectionObjectImplclassDateObjectImplclassDoubleObjectImplclassIntegerObjectImplclassIntervalObjectImplclassListObjectImplclassNumericObjectImplclassSetObjectImplclassStringObjectImplclassTimeObjectImplclassTimestampObjectImplclassURIObjectImplImplementation of theURIObjectImplto represent a resource in an owl ontology.classVoidObjectImpl -
Uses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.impl
Methods in de.uni_trier.wi2.procake.data.object.impl with parameters of type DataObjectImpl Modifier and Type Method Description voidDataObjectImpl. deepCopy(DataObjectImpl dataObject) -
Uses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl
Subclasses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl Modifier and Type Class Description classNESTAndEndNodeObjectImplclassNESTAndStartNodeObjectImplclassNESTControlflowNodeObjectImplDefinition of a Controlflow-Node of a NEST-graph.classNESTLoopEndNodeObjectImplclassNESTLoopStartNodeObjectImplclassNESTOrEndNodeObjectImplclassNESTOrStartNodeObjectImplclassNESTXorEndNodeObjectImplclassNESTXorStartNodeObjectImpl -
Uses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.nest.impl
Subclasses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.nest.impl Modifier and Type Class Description classNESTAbstractWorkflowObjectImplclassNESTConstraintEdgeObjectImplDefinition of a Constraint-Edge of a NEST-graph.classNESTControlflowEdgeObjectImplDefinition of a Controlflow-Edge of a NEST-graph.classNESTDataflowEdgeObjectImplDefinition of a Dataflow-Edge of a NEST-graph.classNESTDataNodeObjectImplDefinition of a Data-Node of a NEST-graph.classNESTEdgeObjectImplDefinition of an edge of a NEST-graph.classNESTGraphItemObjectImplAbstract definition of a Graph-Item.classNESTGraphObjectImplclassNESTNodeObjectImplDefinition of a Node of a NEST-graph.classNESTPartOfEdgeObjectImplDefinition of a PartOf-Edge of a NEST-graph.classNESTSequenceNodeObjectImplDefinition of a Sequence-Node of a NEST-graph.classNESTSequentialWorkflowObjectImplclassNESTSubWorkflowNodeObjectImplDefinition of a SubWorkflow-Node of a NEST-graph.classNESTTaskNodeObjectImplDefinition of a Task-Node of a NEST-graph.classNESTWorkflowNodeObjectImplDefinition of a Workflow-Node of a NEST-graph.classNESTWorkflowObjectImplDefinition of a graph-object. -
Uses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.wf.impl
Subclasses of DataObjectImpl in de.uni_trier.wi2.procake.data.object.wf.impl Modifier and Type Class Description classAbstractWorkflowItemObjectImplAbstract object used in a workflow.classControlflowItemObjectImplAbstract object used in the controlflow of a workflow.classDataflowWrapperObjectImplData-element used in workflow-objects.classDataReferenceObjectImplData-reference used to link tasks with dataitems.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.
-