Interface DependencyTags
-
- All Known Implementing Classes:
DependencyHandler,DependencyWriterImpl
public interface DependencyTagsInterface, that contains all tags, attributes and values of dependency.xsd.- Author:
- Rahol Kumar, Alexander Schultheis
-
-
Field Summary
Fields Modifier and Type Field Description static StringATT_GRAPH_ITEM_INFORMATION_REQUIREDValue is "graph_item_information_required".static StringATT_NAMEValue is "name".static StringATT_SOURCEValue is "source".static StringATT_SOURCE_CASEValue is "sourceCase".static StringATT_SOURCE_CASE_ITEMValue is "sourceCaseItem".static StringATT_SOURCE_CASE_ITEM_SEMANTIC_DESCRIPTORValue is "sourceCaseItemSemanticDescriptor".static StringATT_TARGETValue is "target".static StringATT_TARGET_CASEValue is "targetCase".static StringATT_TARGET_CASE_ITEMValue is "targetCaseItem".static StringATT_TARGET_CASE_ITEM_SEMANTIC_DESCRIPTORValue is "targetCaseItemSemanticDescriptor".static StringATT_TYPEValue is "type".static StringATT_VALUEValue is "value".static StringPREFIX_DEPENDENCYValue is "dp"static StringSCHEMA_LOCATION_DEPENDENCYValue is "schema/dependency.xsd"static StringTAG_DEPENDENCIESValue is "Dependencies".static StringTAG_DEPENDENCYValue is "Dependency".static StringTAG_DEPENDENCY_MODELValue is "DependencyModel".static StringTAG_DEPENDENCY_SIMILARITIESValue is "DependencySimilarities".static StringTAG_DEPENDENCY_SIMILARITYValue is "DependencySimilarity".static StringTAG_DEPENDENCY_TYPEValue is "DependencyType".static StringTAG_DEPENDENCY_TYPESValue is "DependencyTypes".static StringURI_DEPENDENCYValue is "http://cake.wi2.uni-trier.de/xml/dependency".
-
-
-
Field Detail
-
URI_DEPENDENCY
static final String URI_DEPENDENCY
Value is "http://cake.wi2.uni-trier.de/xml/dependency".- See Also:
- Constant Field Values
-
PREFIX_DEPENDENCY
static final String PREFIX_DEPENDENCY
Value is "dp"- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_DEPENDENCY
static final String SCHEMA_LOCATION_DEPENDENCY
Value is "schema/dependency.xsd"- See Also:
- Constant Field Values
-
TAG_DEPENDENCY_MODEL
static final String TAG_DEPENDENCY_MODEL
Value is "DependencyModel".- See Also:
- Constant Field Values
-
TAG_DEPENDENCY_TYPES
static final String TAG_DEPENDENCY_TYPES
Value is "DependencyTypes".- See Also:
- Constant Field Values
-
TAG_DEPENDENCY_TYPE
static final String TAG_DEPENDENCY_TYPE
Value is "DependencyType".- See Also:
- Constant Field Values
-
ATT_NAME
static final String ATT_NAME
Value is "name".- See Also:
- Constant Field Values
-
ATT_GRAPH_ITEM_INFORMATION_REQUIRED
static final String ATT_GRAPH_ITEM_INFORMATION_REQUIRED
Value is "graph_item_information_required".- See Also:
- Constant Field Values
-
TAG_DEPENDENCY_SIMILARITIES
static final String TAG_DEPENDENCY_SIMILARITIES
Value is "DependencySimilarities".- See Also:
- Constant Field Values
-
TAG_DEPENDENCY_SIMILARITY
static final String TAG_DEPENDENCY_SIMILARITY
Value is "DependencySimilarity".- See Also:
- Constant Field Values
-
ATT_SOURCE
static final String ATT_SOURCE
Value is "source".- See Also:
- Constant Field Values
-
ATT_TARGET
static final String ATT_TARGET
Value is "target".- See Also:
- Constant Field Values
-
ATT_VALUE
static final String ATT_VALUE
Value is "value".- See Also:
- Constant Field Values
-
TAG_DEPENDENCIES
static final String TAG_DEPENDENCIES
Value is "Dependencies".- See Also:
- Constant Field Values
-
TAG_DEPENDENCY
static final String TAG_DEPENDENCY
Value is "Dependency".- See Also:
- Constant Field Values
-
ATT_TYPE
static final String ATT_TYPE
Value is "type".- See Also:
- Constant Field Values
-
ATT_SOURCE_CASE
static final String ATT_SOURCE_CASE
Value is "sourceCase".- See Also:
- Constant Field Values
-
ATT_TARGET_CASE
static final String ATT_TARGET_CASE
Value is "targetCase".- See Also:
- Constant Field Values
-
ATT_SOURCE_CASE_ITEM
static final String ATT_SOURCE_CASE_ITEM
Value is "sourceCaseItem".- See Also:
- Constant Field Values
-
ATT_TARGET_CASE_ITEM
static final String ATT_TARGET_CASE_ITEM
Value is "targetCaseItem".- See Also:
- Constant Field Values
-
ATT_SOURCE_CASE_ITEM_SEMANTIC_DESCRIPTOR
static final String ATT_SOURCE_CASE_ITEM_SEMANTIC_DESCRIPTOR
Value is "sourceCaseItemSemanticDescriptor".- See Also:
- Constant Field Values
-
ATT_TARGET_CASE_ITEM_SEMANTIC_DESCRIPTOR
static final String ATT_TARGET_CASE_ITEM_SEMANTIC_DESCRIPTOR
Value is "targetCaseItemSemanticDescriptor".- See Also:
- Constant Field Values
-
-