Interface NESTQueryTags
-
- All Superinterfaces:
NESTGraphTags,NESTWorkflowTags
public interface NESTQueryTags extends NESTGraphTags, NESTWorkflowTags
NESTQueryTags interface.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPREFIX_NQValue is "nq"static StringSCHEMA_LOCATION_NQValue is "nq.xsd"static StringTAG_NESTQUERYRefers to the NESTQuery tag Value is "NESTQuery"static StringTAG_NESTQUERYGRAPHRefers to the query graph tag Value is "QueryGraph"static StringTAG_NESTRESTRICTIONGRAPHRefers to the restriction graph tag Value is "RestrictionGraph"static StringURI_NQValue is "http://cake.wi2.uni-trier.de/xml/nq"-
Fields inherited from interface de.uni_trier.wi2.procake.data.io.xml.NESTGraphTags
ATT_CLASS, ATT_ID, ATT_POST, ATT_PRE, ATT_REF_ID, PREFIX_NEST, SCHEMA_LOCATION_NEST, TAG_EDGE, TAG_EDGES, TAG_NESTGRAPH, TAG_NODE, TAG_NODES, URI_NEST, VAL_EDGE, VAL_NODE
-
Fields inherited from interface de.uni_trier.wi2.procake.data.io.xml.NESTWorkflowTags
TAG_NESTWORKFLOW
-
-
-
-
Field Detail
-
TAG_NESTQUERY
static final String TAG_NESTQUERY
Refers to the NESTQuery tag Value is "NESTQuery"- See Also:
- Constant Field Values
-
TAG_NESTQUERYGRAPH
static final String TAG_NESTQUERYGRAPH
Refers to the query graph tag Value is "QueryGraph"- See Also:
- Constant Field Values
-
TAG_NESTRESTRICTIONGRAPH
static final String TAG_NESTRESTRICTIONGRAPH
Refers to the restriction graph tag Value is "RestrictionGraph"- See Also:
- Constant Field Values
-
PREFIX_NQ
static final String PREFIX_NQ
Value is "nq"- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_NQ
static final String SCHEMA_LOCATION_NQ
Value is "nq.xsd"- See Also:
- Constant Field Values
-
URI_NQ
static final String URI_NQ
Value is "http://cake.wi2.uni-trier.de/xml/nq"- See Also:
- Constant Field Values
-
-