Interface DependencyTags
- All Known Implementing Classes:
DependencyHandler
,DependencyWriter
public interface DependencyTags
Interface, that contains all tags, attributes and values of dependency.xsd.
- Author:
- Rahol Kumar, Alexander Schultheis
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Value is "graph_item_information_required".static final String
Value is "name".static final String
Value is "source".static final String
Value is "sourceCase".static final String
Value is "sourceCaseItem".static final String
Value is "sourceCaseItemSemanticDescriptor".static final String
Value is "target".static final String
Value is "targetCase".static final String
Value is "targetCaseItem".static final String
Value is "targetCaseItemSemanticDescriptor".static final String
Value is "type".static final String
Value is "value".static final String
Value is "dp"static final String
Value is "schema/dependency.xsd"static final String
Value is "Dependencies".static final String
Value is "Dependency".static final String
Value is "DependencyModel".static final String
Value is "DependencySimilarities".static final String
Value is "DependencySimilarity".static final String
Value is "DependencyType".static final String
Value is "DependencyTypes".static final String
Value is "http://cake.wi2.uni-trier.de/xml/dependency".
-
Field Details
-
URI_DEPENDENCY
Value is "http://cake.wi2.uni-trier.de/xml/dependency".- See Also:
-
PREFIX_DEPENDENCY
Value is "dp"- See Also:
-
SCHEMA_LOCATION_DEPENDENCY
Value is "schema/dependency.xsd"- See Also:
-
TAG_DEPENDENCY_MODEL
Value is "DependencyModel".- See Also:
-
TAG_DEPENDENCY_TYPES
Value is "DependencyTypes".- See Also:
-
TAG_DEPENDENCY_TYPE
Value is "DependencyType".- See Also:
-
ATT_NAME
Value is "name".- See Also:
-
ATT_GRAPH_ITEM_INFORMATION_REQUIRED
Value is "graph_item_information_required".- See Also:
-
TAG_DEPENDENCY_SIMILARITIES
Value is "DependencySimilarities".- See Also:
-
TAG_DEPENDENCY_SIMILARITY
Value is "DependencySimilarity".- See Also:
-
ATT_SOURCE
Value is "source".- See Also:
-
ATT_TARGET
Value is "target".- See Also:
-
ATT_VALUE
Value is "value".- See Also:
-
TAG_DEPENDENCIES
Value is "Dependencies".- See Also:
-
TAG_DEPENDENCY
Value is "Dependency".- See Also:
-
ATT_TYPE
Value is "type".- See Also:
-
ATT_SOURCE_CASE
Value is "sourceCase".- See Also:
-
ATT_TARGET_CASE
Value is "targetCase".- See Also:
-
ATT_SOURCE_CASE_ITEM
Value is "sourceCaseItem".- See Also:
-
ATT_TARGET_CASE_ITEM
Value is "targetCaseItem".- See Also:
-
ATT_SOURCE_CASE_ITEM_SEMANTIC_DESCRIPTOR
Value is "sourceCaseItemSemanticDescriptor".- See Also:
-
ATT_TARGET_CASE_ITEM_SEMANTIC_DESCRIPTOR
Value is "targetCaseItemSemanticDescriptor".- See Also:
-