org.semanticweb.owlapi.vocab
Class OWLDataFactoryVocabulary

java.lang.Object
  extended by org.semanticweb.owlapi.vocab.OWLDataFactoryVocabulary

public class OWLDataFactoryVocabulary
extends java.lang.Object

This class keeps hold of often used constants; if the implementation of OWLDataFactory and all acommpanying impl classes needs changing, this class must be modified (the factory field needs to refer to the new implementation)


Field Summary
static OWLDataProperty OWLBottomDataProperty
           
static OWLObjectProperty OWLBottomObjectProperty
           
static OWLClass OWLNothing
          the built in owl:Nothing class, which has a URI of <http://www.w3.org/2002/07/owl#Nothing>
static OWLClass OWLThing
          the built in owl:Thing class, which has a URI of <http://www.w3.org/2002/07/owl#Thing>
static OWLDataProperty OWLTopDataProperty
           
static OWLObjectProperty OWLTopObjectProperty
           
static OWLDatatype TopDatatype
           
 
Constructor Summary
OWLDataFactoryVocabulary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWLThing

public static final OWLClass OWLThing
the built in owl:Thing class, which has a URI of <http://www.w3.org/2002/07/owl#Thing>


OWLNothing

public static final OWLClass OWLNothing
the built in owl:Nothing class, which has a URI of <http://www.w3.org/2002/07/owl#Nothing>


OWLTopObjectProperty

public static final OWLObjectProperty OWLTopObjectProperty

OWLTopDataProperty

public static final OWLDataProperty OWLTopDataProperty

OWLBottomObjectProperty

public static final OWLObjectProperty OWLBottomObjectProperty

OWLBottomDataProperty

public static final OWLDataProperty OWLBottomDataProperty

TopDatatype

public static final OWLDatatype TopDatatype
Constructor Detail

OWLDataFactoryVocabulary

public OWLDataFactoryVocabulary()