org.dbe.studio.tools.ontologyviewer.metamodels.odm
Class OdmThingClass
java.lang.Object
org.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmOntologyClass
org.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmThingClass
- public class OdmThingClass
- extends OdmOntologyClass
Two OWL class identifiers are predefined, namely the classes owl:Thing and
owl:Nothing. The class extension of owl:Thing is the set of all individuals.
The class extension of owl:Nothing is the empty set. Consequently, every OWL
class is a subclass of owl:Thing and owl:Nothing is a subclass of every class
(for the meaning of the subclass relation, see the section on rdfs:subClassOf).
Fields inherited from class org.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmOntologyClass |
annotationProps, classExtension, datatypeProperties, disjointWithClasses, equivalentClasses, id, name, objectProperties, ontology, subClassOf, superClassOf |
Methods inherited from class org.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmOntologyClass |
addAnnotationProp, addClassInstance, addDatatypeProperty, addDisjointWithClass, addEquivalentClass, addObjectProperty, addSubClass, addSuperClass, findDatatypeProperty, getAnnotationProps, getClassExtension, getDatatypeProperties, getDisjointWithClasses, getEquivalentClasses, getId, getName, getObjectProperties, getOntology, getSubClassOf, getSuperClassOf, removeAnnotationProp, removeClassInstance, removeDatatypeProperty, removeDisjointWithClass, removeEquivalentClass, removeObjectProperty, removeSubClass, removeSuperClass, setAnnotationProps, setClassExtension, setDatatypeProperties, setId, setName, setObjectProperties, setOntology |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THE_THING_ID
public static java.lang.String THE_THING_ID
THE_THING_NAME
public static java.lang.String THE_THING_NAME
theThing
protected static OdmThingClass theThing
OdmThingClass
protected OdmThingClass()
getThingClass
public static OdmThingClass getThingClass()
Copyright © 2004-2005 Digital Business Ecosystem. All Rights Reserved.