org.tm4j.topicmap
Class XTMPSI

java.lang.Object
  extended byorg.tm4j.topicmap.XTMPSI

public class XTMPSI
extends java.lang.Object

This class defines constants for the XTM 1.0 Published Subject Indicators. Each constant defines the PSI as a full URL.


Field Summary
static java.lang.String ASSOCIATION
          The PSI for a Topic Map Association.
static java.lang.String CLASS
          Class Role: The "Class" role in a Class-Instance association.
static java.lang.String CLASS_INSTANCE
          Class-Instance Association Template: The template for associations that establish a class-instance relationship between topics.
static java.lang.String DISPLAY
          Suitability for Display: Suitability of a topic name for display; for use in the scopes of variant names.
static java.lang.String INSTANCE
          Instance Role: The "Instance" role in a Class-Instance association.
static java.lang.String OCCURRENCE
          The PSI for a Topic Map Occurrence.
static java.lang.String PSI_DOC
          The base URL for all XTM 1.0 PSIs.
static java.lang.String SORT
          Suitability for Sorting: Suitability of a topic name for use as a sort key; for use in the scopes of variant names.
static java.lang.String SUBCLASS
          Subclass Role: The "Subclass" role in a Superclass-Subclass association.
static java.lang.String SUPERCLASS
          Superclass Role: The "Superclass" role in a Superclass-Subclass association.
static java.lang.String SUPERCLASS_SUBCLASS
          Superclass-Subclass Association Template: The template for associations that establish a Superclass-Subclass relationship between topics.
static java.lang.String TOPIC
          The PSI for a Topic Map Topic.
static java.lang.String XTM1_BASE
          The base URL for XTM 1.0 (not actually an XTM PSI).
 
Constructor Summary
XTMPSI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XTM1_BASE

public static final java.lang.String XTM1_BASE
The base URL for XTM 1.0 (not actually an XTM PSI).

See Also:
Constant Field Values

PSI_DOC

public static final java.lang.String PSI_DOC
The base URL for all XTM 1.0 PSIs.

See Also:
Constant Field Values

SORT

public static final java.lang.String SORT
Suitability for Sorting: Suitability of a topic name for use as a sort key; for use in the scopes of variant names.

See Also:
Constant Field Values

DISPLAY

public static final java.lang.String DISPLAY
Suitability for Display: Suitability of a topic name for display; for use in the scopes of variant names.

See Also:
Constant Field Values

CLASS_INSTANCE

public static final java.lang.String CLASS_INSTANCE
Class-Instance Association Template: The template for associations that establish a class-instance relationship between topics.

See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
Class Role: The "Class" role in a Class-Instance association.

See Also:
Constant Field Values

INSTANCE

public static final java.lang.String INSTANCE
Instance Role: The "Instance" role in a Class-Instance association.

See Also:
Constant Field Values

SUPERCLASS_SUBCLASS

public static final java.lang.String SUPERCLASS_SUBCLASS
Superclass-Subclass Association Template: The template for associations that establish a Superclass-Subclass relationship between topics.

See Also:
Constant Field Values

SUPERCLASS

public static final java.lang.String SUPERCLASS
Superclass Role: The "Superclass" role in a Superclass-Subclass association.

See Also:
Constant Field Values

SUBCLASS

public static final java.lang.String SUBCLASS
Subclass Role: The "Subclass" role in a Superclass-Subclass association.

See Also:
Constant Field Values

TOPIC

public static final java.lang.String TOPIC
The PSI for a Topic Map Topic.

See Also:
Constant Field Values

ASSOCIATION

public static final java.lang.String ASSOCIATION
The PSI for a Topic Map Association.

See Also:
Constant Field Values

OCCURRENCE

public static final java.lang.String OCCURRENCE
The PSI for a Topic Map Occurrence.

See Also:
Constant Field Values
Constructor Detail

XTMPSI

public XTMPSI()