Package net.ontopia.topicmaps.nav2.core
Interface ScopeSupportIF
-
- All Known Implementing Classes:
AssociatedTag
,AssociationsTag
,AssociationTypeLoopTag
,BaseScopedTag
,NamesTag
,OccurrencesTag
,RolesTag
,ScopeUtils
,VariantsTag
public interface ScopeSupportIF
INTERNAL: Interface which defines basic properties (like constants) needed by classes that implement scope access.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEC_APPLICABLE_IN
static String
DEC_INTERSECTION
static String
DEC_SUBSET
static String
DEC_SUPERSET
static String
DEC_WITHIN
static int
SCOPE_ASSOCIATIONS
static int
SCOPE_BASENAMES
static int
SCOPE_OCCURRENCES
static int
SCOPE_VARIANTS
-
-
-
Field Detail
-
SCOPE_BASENAMES
static final int SCOPE_BASENAMES
- See Also:
- Constant Field Values
-
SCOPE_VARIANTS
static final int SCOPE_VARIANTS
- See Also:
- Constant Field Values
-
SCOPE_OCCURRENCES
static final int SCOPE_OCCURRENCES
- See Also:
- Constant Field Values
-
SCOPE_ASSOCIATIONS
static final int SCOPE_ASSOCIATIONS
- See Also:
- Constant Field Values
-
DEC_INTERSECTION
static final String DEC_INTERSECTION
- See Also:
- Constant Field Values
-
DEC_APPLICABLE_IN
static final String DEC_APPLICABLE_IN
- See Also:
- Constant Field Values
-
DEC_WITHIN
static final String DEC_WITHIN
- See Also:
- Constant Field Values
-
DEC_SUPERSET
static final String DEC_SUPERSET
- See Also:
- Constant Field Values
-
DEC_SUBSET
static final String DEC_SUBSET
- See Also:
- Constant Field Values
-
-