Class that represents an ontology node characterising a class description.
Located in /ontModel/OntClass.php (line 18)
Object | --Node | --Resource | --ResResource | --OntResource | --OntClass
Constructor You can supply a uri
Add a sub-class of this class.
Add a super-class of this class.
Answer a resource that represents an instance of this OntClass and Individual node in this model.
If a resource with the given uri exists in the model, it will be re-used. If not, a new one is created in the updateable sub-model of the ontology model.
Answer a class that is the sub-class of this class.
If there is more than one such class, an arbitrary selection is made.
Answer a class that is the super-class of this class.
If there is more than one such class, an arbitrary selection is made.
Answer true if the given class is a sub-class of this class.
$direct - If true, only search the classes that are directly adjacent to this class in the class hierarchy.
Answer true if the given class is a super-class of this class.
$direct - If true, only search the classes that are directly adjacent to this class in the class hierarchy.
Answer an ResIterator over the individuals in the model that have this class among their types.
Answer an array over the classes that are declared to be sub-classes of this class.
Each element of the array will be an OntClass. $direct - If true, only search the classes that are directly adjacent to this class in the class hierarchy.
Answer an array over the classes that are declared to be super-classes of this class.
Each element of the array will be an OntClass. $direct - If true, only search the classes that are directly adjacent to this class in the class hierarchy.
Remove the given class from the sub-classes of this class.
Remove the given class from the super-classes of this class.
Assert that this class is super-class of the given class.
Any existing statements for subClassOf on prop will be removed.
Assert that this class is sub-class of the given class.
Any existing statements for subClassOf on prop will be removed.
Inherited From OntResource
OntResource::OntResource()
OntResource::addComment()
OntResource::addIsDefinedBy()
OntResource::addLabelProperty()
OntResource::addProperty()
OntResource::addRDFType()
OntResource::addSeeAlso()
OntResource::asClass()
OntResource::asIndividual()
OntResource::asOntProperty()
OntResource::getComment()
OntResource::getInstanceRdfType()
OntResource::getIsDefinedBy()
OntResource::getLabelProperty()
OntResource::getPropertyValue()
OntResource::getRDFType()
OntResource::getSeeAlso()
OntResource::getVocabulary()
OntResource::hasComment()
OntResource::hasLabelProperty()
OntResource::hasRDFType()
OntResource::hasSeeAlso()
OntResource::isDefinedBy()
OntResource::listComments()
OntResource::listIsDefinedBy()
OntResource::listLabelProperties()
OntResource::listProperty()
OntResource::listRDFTypes()
OntResource::listSeeAlso()
OntResource::removeComment()
OntResource::removeDefinedBy()
OntResource::removeLabelProperty()
OntResource::removeProperty()
OntResource::removeRDFType()
OntResource::removeSeeAlso()
OntResource::setComment()
OntResource::setInstanceRdfType()
OntResource::setIsDefinedBy()
OntResource::setLabelProperty()
OntResource::setPropertyValue()
OntResource::setRDFType()
OntResource::setSeeAlso()
OntResource::setVocabulary()
Inherited From ResResource
ResResource::ResResource()
ResResource::addProperty()
ResResource::equals()
ResResource::getAssociatedModel()
ResResource::getIsAnon()
ResResource::getProperty()
ResResource::hasProperty()
ResResource::listProperties()
ResResource::removeAll()
ResResource::removeProperties()
ResResource::setAssociatedModel()
ResResource::setIsAnon()
ResResource::setURI()
Inherited From Resource
Resource::Resource()
Resource::equals()
Resource::getLabel()
Resource::getLocalName()
Resource::getNamespace()
Resource::getURI()
Resource::toString()
Inherited From Object
Object::toString()
Documentation generated on Fri, 1 Jun 2007 16:50:06 +0200 by phpDocumentor 1.3.2