Interface NESTGraphTags
- All Known Implementing Classes:
NESTAbstractWorkflowHandler
,NESTGraphHandler
,NESTGraphWriter
,NESTSequentialWorkflowHandler
,NESTSequentialWorkflowWriter
,NESTWorkflowHandler
,NESTWorkflowWriter
public interface NESTGraphTags
NESTGraphTags interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Value is "c"static final String
Value is "id"static final String
Value is "post"static final String
Value is "pre"static final String
Value is "refId"static final String
static final String
Value is "nest"static final String
Value is "nest.xsd"static final String
Value is "Edge"static final String
Value is "Edges"static final String
Value is "NESTGraph"static final String
Value is "NESTSequentialWorkflow"static final String
Value is "NESTWorkflow"static final String
Value is "Node"static final String
Value is "Nodes"static final String
Value is "http://cake.wi2.uni-trier.de/xml/nest"static final String
Value is "NESTEdge"static final String
Value is "NESTNode"
-
Field Details
-
TAG_NESTGRAPH
Value is "NESTGraph"- See Also:
-
TAG_NODES
Value is "Nodes"- See Also:
-
TAG_NODE
Value is "Node"- See Also:
-
TAG_EDGES
Value is "Edges"- See Also:
-
TAG_EDGE
Value is "Edge"- See Also:
-
VAL_NODE
Value is "NESTNode"- See Also:
-
VAL_EDGE
Value is "NESTEdge"- See Also:
-
ATT_ID
Value is "id"- See Also:
-
ATT_CLASS
Value is "c"- See Also:
-
ATT_REF_ID
Value is "refId"- See Also:
-
ATT_PRE
Value is "pre"- See Also:
-
ATT_POST
Value is "post"- See Also:
-
SCHEMA_LOCATION_NEST
Value is "nest.xsd"- See Also:
-
URI_NEST
Value is "http://cake.wi2.uni-trier.de/xml/nest"- See Also:
-
PREFIX_NEST
Value is "nest"- See Also:
-
LOG_VALUE_FROM_ATTRIBUTE_IS_NULL
- See Also:
-
TAG_NESTWORKFLOW
Value is "NESTWorkflow"- See Also:
-
TAG_NESTSEQUENTIALWORKFLOW
Value is "NESTSequentialWorkflow"- See Also:
-