Interface NESTWorkflowNodeClass
-
- All Superinterfaces:
DataClass,NESTGraphItemClass,NESTNodeClass,PropertyHandler
- All Known Implementing Classes:
NESTWorkflowNodeClassImpl
public interface NESTWorkflowNodeClass extends NESTNodeClass
CAKE I - Datatype for a NEST-Workflow-Node.- Author:
- Alexander Stromer
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_DEFAULT_WORKFLOWSEMANTICThe default class name of the semantic descriptor.static StringCLASS_NAMEThe name of the class.static StringID_PREFIXValue is "WORKFLOW_"-
Fields inherited from interface de.uni_trier.wi2.procake.data.model.DataClass
COMPONENT, COMPONENT_KEY, LOG_ABSTRACT_CLASS_NOT_INSTANTIABLE, LOG_ABSTRACT_SYSTEM_SUBCLASS_CREATION_FAILED, LOG_CLASS_NOT_EDITABLE, LOG_CLASS_NOT_INSTANTIABLE, LOG_EDITABLE_CLASS_NOT_INSTANTIABLE, LOG_FINISH_EDIT_FAILED, LOG_GET_SUPERCLASSES_FAILED, LOG_SUBCLASS_CREATION_FAILED
-
-
Method Summary
-
Methods inherited from interface de.uni_trier.wi2.procake.data.model.DataClass
addSubclass, checkInstantiability, createSubclass, finishEditing, getModel, getName, getObjectClass, getSubClasses, getSuperClass, getSuperClasses, getSystemClassName, getSystemSuperClass, includeClass, isAbstract, isAggregate, isAtomic, isBoolean, isByteArray, isCake2DataReference, isChronologic, isCollection, isControlflowItem, isDataflowWrapper, isDate, isDouble, isEditable, isInstantiable, isInteger, isInterval, isList, isNESTConstraintEdge, isNESTControlflowEdge, isNESTControlflowNode, isNESTDataflowEdge, isNESTDataNode, isNESTEdge, isNESTGraph, isNESTGraphItem, isNESTNode, isNESTPartOfEdge, isNESTSequenceNode, isNESTSequentialWorkflow, isNESTSubWorkflowNode, isNESTTaskNode, isNESTWorkflow, isNESTWorkflowNode, isNode, isNumeric, isParentItem, isSequence, isSet, isString, isSubclassOf, isSubWorkflow, isSystemClass, isTask, isTime, isTimestamp, isUnion, isURI, isVoid, isWorkflow, isWorkflowItem, newObject, removeSubclass, setAbstract, setName
-
Methods inherited from interface de.uni_trier.wi2.procake.data.model.nest.NESTGraphItemClass
getSemanticDescriptorClass, setSemanticDescriptorClass
-
Methods inherited from interface de.uni_trier.wi2.procake.data.PropertyHandler
addProperty, addProperty, getAllProperties, getAllPropertyNodes, getProperty, getPropertyNames, getPropertyNode, getPropertyRootNode, hasProperties, removeProperty
-
-
-
-
Field Detail
-
ID_PREFIX
static final String ID_PREFIX
Value is "WORKFLOW_"- See Also:
- Constant Field Values
-
CLASS_NAME
static final String CLASS_NAME
The name of the class. This name should be used inModel.getClass(String)to receive the system class. The value is * "NESTWorkflowNode" .- See Also:
- Constant Field Values
-
CLASS_DEFAULT_WORKFLOWSEMANTIC
static final String CLASS_DEFAULT_WORKFLOWSEMANTIC
The default class name of the semantic descriptor. The value is * "WorkflowSemantic" .- See Also:
- Constant Field Values
-
-