Interface NESTGraphTags
-
- All Known Subinterfaces:
NESTQueryTags,NESTSequentialWorkflowTags,NESTWorkflowTags
- All Known Implementing Classes:
NESTAbstractWorkflowHandler,NESTGraphHandler,NESTGraphWriterImpl,NESTSequentialWorkflowHandler,NESTSequentialWorkflowWriterImpl,NESTWorkflowHandler,NESTWorkflowWriterImpl
public interface NESTGraphTagsNESTGraphTags interface.
-
-
Field Summary
Fields Modifier and Type Field Description static StringATT_CLASSValue is "c"static StringATT_IDValue is "id"static StringATT_POSTValue is "post"static StringATT_PREValue is "pre"static StringATT_REF_IDValue is "refId"static StringPREFIX_NESTValue is "nest"static StringSCHEMA_LOCATION_NESTValue is "nest.xsd"static StringTAG_EDGEValue is "Edge"static StringTAG_EDGESValue is "Edges"static StringTAG_NESTGRAPHValue is "NESTGraph"static StringTAG_NODEValue is "Node"static StringTAG_NODESValue is "Nodes"static StringURI_NESTValue is "http://cake.wi2.uni-trier.de/xml/nest"static StringVAL_EDGEValue is "NESTEdge"static StringVAL_NODEValue is "NESTNode"
-
-
-
Field Detail
-
TAG_NESTGRAPH
static final String TAG_NESTGRAPH
Value is "NESTGraph"- See Also:
- Constant Field Values
-
TAG_NODES
static final String TAG_NODES
Value is "Nodes"- See Also:
- Constant Field Values
-
TAG_NODE
static final String TAG_NODE
Value is "Node"- See Also:
- Constant Field Values
-
TAG_EDGES
static final String TAG_EDGES
Value is "Edges"- See Also:
- Constant Field Values
-
TAG_EDGE
static final String TAG_EDGE
Value is "Edge"- See Also:
- Constant Field Values
-
VAL_NODE
static final String VAL_NODE
Value is "NESTNode"- See Also:
- Constant Field Values
-
VAL_EDGE
static final String VAL_EDGE
Value is "NESTEdge"- See Also:
- Constant Field Values
-
ATT_ID
static final String ATT_ID
Value is "id"- See Also:
- Constant Field Values
-
ATT_CLASS
static final String ATT_CLASS
Value is "c"- See Also:
- Constant Field Values
-
ATT_REF_ID
static final String ATT_REF_ID
Value is "refId"- See Also:
- Constant Field Values
-
ATT_PRE
static final String ATT_PRE
Value is "pre"- See Also:
- Constant Field Values
-
ATT_POST
static final String ATT_POST
Value is "post"- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_NEST
static final String SCHEMA_LOCATION_NEST
Value is "nest.xsd"- See Also:
- Constant Field Values
-
URI_NEST
static final String URI_NEST
Value is "http://cake.wi2.uni-trier.de/xml/nest"- See Also:
- Constant Field Values
-
PREFIX_NEST
static final String PREFIX_NEST
Value is "nest"- See Also:
- Constant Field Values
-
-