edu.stanford.smi.protegex.owl.model
Interface OWLNames

All Known Subinterfaces:
SWRLNames

public interface OWLNames

Defines the names of the OWL system ontology. This corresponds to the Model interface in general Protege.

Author:
Holger Knublauch

Nested Class Summary
static interface OWLNames.Cls
           
static interface OWLNames.ClsID
           
static interface OWLNames.Slot
           
 
Field Summary
static int BUILD
           
static int CLASSIFICATION_STATUS_CONSISTENT_AND_CHANGED
           
static int CLASSIFICATION_STATUS_CONSISTENT_AND_UNCHANGED
           
static int CLASSIFICATION_STATUS_INCONSISTENT
          Deprecated. Please use the isConsistent method on OWLNamedClass.
static int CLASSIFICATION_STATUS_UNDEFINED
           
static int LATEST_COMPATIBLE_BUILD
           
static String OWL_PREFIX
           
static int REQUIRED_PROTEGE_BUILD
           
static String VERSION
           
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values

BUILD

public static final int BUILD
See Also:
Constant Field Values

LATEST_COMPATIBLE_BUILD

public static final int LATEST_COMPATIBLE_BUILD
See Also:
Constant Field Values

REQUIRED_PROTEGE_BUILD

public static final int REQUIRED_PROTEGE_BUILD
See Also:
Constant Field Values

CLASSIFICATION_STATUS_UNDEFINED

public static final int CLASSIFICATION_STATUS_UNDEFINED
See Also:
Constant Field Values

CLASSIFICATION_STATUS_CONSISTENT_AND_UNCHANGED

public static final int CLASSIFICATION_STATUS_CONSISTENT_AND_UNCHANGED
See Also:
Constant Field Values

CLASSIFICATION_STATUS_CONSISTENT_AND_CHANGED

public static final int CLASSIFICATION_STATUS_CONSISTENT_AND_CHANGED
See Also:
Constant Field Values

CLASSIFICATION_STATUS_INCONSISTENT

public static final int CLASSIFICATION_STATUS_INCONSISTENT
Deprecated. Please use the isConsistent method on OWLNamedClass.

See Also:
Constant Field Values

OWL_PREFIX

public static final String OWL_PREFIX
See Also:
Constant Field Values