edu.stanford.smi.protegex.owl.swrl.model
Interface SWRLNames

All Superinterfaces:
OWLNames

public interface SWRLNames
extends OWLNames

Defines the names of the SWRL system ontology classes and properties. This corresponds to the Model interface in general Protege, and the OWLNames interface in the OWL Plugin.

Author:
Martin O'Connor , Holger Knublauch

Nested Class Summary
static interface SWRLNames.Cls
           
static interface SWRLNames.Slot
           
 
Nested classes inherited from class edu.stanford.smi.protegex.owl.model.OWLNames
OWLNames.ClsID
 
Field Summary
static String SWRL_IMPORT
           
static String SWRL_NAMESPACE
           
static String SWRL_PREFIX
           
static String SWRLB_IMPORT
           
static String SWRLB_NAMESPACE
           
static String SWRLB_PREFIX
           
 
Fields inherited from interface edu.stanford.smi.protegex.owl.model.OWLNames
BUILD, CLASSIFICATION_STATUS_CONSISTENT_AND_CHANGED, CLASSIFICATION_STATUS_CONSISTENT_AND_UNCHANGED, CLASSIFICATION_STATUS_INCONSISTENT, CLASSIFICATION_STATUS_UNDEFINED, LATEST_COMPATIBLE_BUILD, OWL_PREFIX, REQUIRED_PROTEGE_BUILD, VERSION
 

Field Detail

SWRL_IMPORT

public static final String SWRL_IMPORT
See Also:
Constant Field Values

SWRLB_IMPORT

public static final String SWRLB_IMPORT
See Also:
Constant Field Values

SWRL_NAMESPACE

public static final String SWRL_NAMESPACE
See Also:
Constant Field Values

SWRLB_NAMESPACE

public static final String SWRLB_NAMESPACE
See Also:
Constant Field Values

SWRL_PREFIX

public static final String SWRL_PREFIX
See Also:
Constant Field Values

SWRLB_PREFIX

public static final String SWRLB_PREFIX
See Also:
Constant Field Values