Interface WorkflowTags
- All Known Implementing Classes:
WorkflowHandler
,WorkflowWriter
public interface WorkflowTags
WorkflowTags interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Value is "AND"static final String
Value is "Loop"static final String
Value is "XOR"static final String
Links to the ID of an Element of the fully represented XML Workflow within the AdaptationCasestatic final String
Value is "status"static final String
Value is "type"static final String
Value is "rwfl"static final String
Value is "rwfl.xsd"static final String
Value is "DataflowElement"static final String
Value is "childs"static final String
Value is "DataRef"static final String
Value is "DataObjects"static final String
Value is "DataflowWrapper"static final String
Value is "Node"static final String
Value is "Sequence"static final String
Value is "SubWorkflow"static final String
Value is "Task"static final String
Value is "input"static final String
Value is "output"static final String
Value is "Workflow"static final String
Value is "SemanticDescription"static final String
Value is "http://cake.wi2.uni-trier.de/xml/rwfl"
-
Field Details
-
ATT_REASONING_NODE_AND
Value is "AND"- See Also:
-
ATT_REASONING_NODE_LOOP
Value is "Loop"- See Also:
-
ATT_REASONING_NODE_XOR
Value is "XOR"- See Also:
-
ATT_REASONING_REFID
Links to the ID of an Element of the fully represented XML Workflow within the AdaptationCaseValue is "refID"
- See Also:
-
ATT_REASONING_TYPE
Value is "type"- See Also:
-
ATT_REASONING_STATUS
Value is "status"- See Also:
-
TAG_REASONING_DATAFLOW_ELEMENT
Value is "DataflowElement"- See Also:
-
TAG_REASONING_DATAOBJECTWRAPPER
Value is "DataflowWrapper"- See Also:
-
TAG_REASONING_DATAOBJECTS
Value is "DataObjects"- See Also:
-
TAG_REASONING_DATAOBJECT_REF
Value is "DataRef"- See Also:
-
TAG_REASONING_DATAOBJECT_CHILDS
Value is "childs"- See Also:
-
TAG_REASONING_NODE
Value is "Node"- See Also:
-
TAG_REASONING_SEQUENCE
Value is "Sequence"- See Also:
-
TAG_REASONING_TASK
Value is "Task"- See Also:
-
TAG_SEMANTICDESCRIPTION
Value is "SemanticDescription"- See Also:
-
TAG_REASONING_TASK_INPUT
Value is "input"- See Also:
-
TAG_REASONING_TASK_OUTPUT
Value is "output"- See Also:
-
TAG_REASONING_WFL
Value is "Workflow"- See Also:
-
TAG_REASONING_SUBWFL
Value is "SubWorkflow"- See Also:
-
SCHEMA_LOCATION_RWFL
Value is "rwfl.xsd"- See Also:
-
URI_RWFL
Value is "http://cake.wi2.uni-trier.de/xml/rwfl"- See Also:
-
PREFIX_RWFL
Value is "rwfl"- See Also:
-