|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OWLClass | |
| org.semanticweb.owl.impl.model | A basic implementation of the OWL API. |
| org.semanticweb.owl.inference | Inference over OWL ontologies. |
| org.semanticweb.owl.io.abstract_syntax | Simple renderer that writes ontologies in OWL Abstract Syntax. |
| org.semanticweb.owl.io.owl_rdf | |
| org.semanticweb.owl.io.simple | Simple output of OWL models. |
| org.semanticweb.owl.model | An API for OWL. |
| org.semanticweb.owl.model.change | Change API for OWL Ontologies. |
| org.semanticweb.owl.model.helper | Helper classes for the OWL API. |
| uk.ac.man.cs.img.owl.inference | |
| uk.ac.man.cs.img.owl.inference.dl | |
| uk.ac.man.cs.img.owl.io.dig1_0 | |
| uk.ac.man.cs.img.owl.io.fact | Simple renderer that writes ontologies in FaCT Lisp. |
| uk.ac.man.cs.img.owl.io.factplus | Simple renderer that writes ontologies in FaCT Lisp. |
| uk.ac.man.cs.img.owl.io.html | |
| uk.ac.man.cs.img.owl.io.tptp | Simple renderer that writes ontologies as TPTP. |
| uk.ac.man.cs.img.owl.validation | |
| Uses of OWLClass in org.semanticweb.owl.impl.model |
| Classes in org.semanticweb.owl.impl.model that implement OWLClass | |
class |
OWLClassImpl
An OWL Class represents a named class within an ontology. |
| Methods in org.semanticweb.owl.impl.model that return OWLClass | |
OWLClass |
OWLOntologyImpl.getClass(URI uri)
getClass Retrieves a class with a given uri |
OWLClass |
OWLDataFactoryImpl.getOWLNothing()
|
OWLClass |
OWLDataFactoryImpl.getOWLClass(URI uri)
|
OWLClass |
OWLDataFactoryImpl.getOWLThing()
|
| Methods in org.semanticweb.owl.impl.model with parameters of type OWLClass | |
void |
OWLOntologyImpl.EntityAdder.visit(OWLClass entity)
|
void |
OWLOntologyImpl.EntityRemover.visit(OWLClass entity)
|
| Uses of OWLClass in org.semanticweb.owl.inference |
| Methods in org.semanticweb.owl.inference with parameters of type OWLClass | |
Set |
OWLTaxonomyReasoner.superClassesOf(OWLClass cl)
Returns the collection of (named) most specific superclasses of the given class. |
Set |
OWLTaxonomyReasoner.ancestorClassesOf(OWLClass cl)
Returns the collection of all superclasses of the given class. |
Set |
OWLTaxonomyReasoner.subClassesOf(OWLClass cl)
Returns the collection of (named) most general subclasses of the given class. |
Set |
OWLTaxonomyReasoner.descendantClassesOf(OWLClass cl)
Returns the collection of all subclasses of the given class. |
Set |
OWLTaxonomyReasoner.equivalentClassesOf(OWLClass cl)
Returns the collection of (named) classes which are equivalent to the given class. |
| Uses of OWLClass in org.semanticweb.owl.io.abstract_syntax |
| Methods in org.semanticweb.owl.io.abstract_syntax that return OWLClass | |
OWLClass |
ANTLRParser.owlClass()
Rule. |
OWLClass |
ANTLRParser.enumeratedClass()
Rule. |
| Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
| Uses of OWLClass in org.semanticweb.owl.io.owl_rdf |
| Methods in org.semanticweb.owl.io.owl_rdf that return OWLClass | |
protected OWLClass |
OWLConsumer.createClass(OWLOntology onto,
URI uri)
Method createClass. |
protected OWLClass |
OWLConsumer.getAndAssumeOWLClass(URI uri)
|
| Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
protected void |
Renderer.renderClass(OWLOntology ontology,
OWLClass clazz)
|
| Uses of OWLClass in org.semanticweb.owl.io.simple |
| Methods in org.semanticweb.owl.io.simple with parameters of type OWLClass | |
void |
DescriptionRenderer.visit(OWLClass node)
|
| Uses of OWLClass in org.semanticweb.owl.model |
| Methods in org.semanticweb.owl.model that return OWLClass | |
OWLClass |
OWLOntology.getClass(URI uri)
getClass Retrieves a class with a given uri |
OWLClass |
OWLDataFactory.getOWLNothing()
|
OWLClass |
OWLDataFactory.getOWLClass(URI uri)
|
OWLClass |
OWLDataFactory.getOWLThing()
|
| Methods in org.semanticweb.owl.model with parameters of type OWLClass | |
void |
OWLObjectVisitor.visit(OWLClass node)
|
void |
OWLEntityVisitor.visit(OWLClass entity)
|
void |
OWLDescriptionVisitor.visit(OWLClass node)
|
| Uses of OWLClass in org.semanticweb.owl.model.change |
| Methods in org.semanticweb.owl.model.change that return OWLClass | |
OWLClass |
RemoveSuperClass.getOWLClass()
The class |
OWLClass |
RemoveEquivalentClass.getOWLClass()
The class |
OWLClass |
RemoveEnumeration.getOWLClass()
The class |
OWLClass |
AddSuperClass.getOWLClass()
The entity that should be added. |
OWLClass |
AddEquivalentClass.getOWLClass()
The entity that should be added. |
OWLClass |
AddEnumeration.getOWLClass()
The entity that should be added. |
| Constructors in org.semanticweb.owl.model.change with parameters of type OWLClass | |
RemoveSuperClass(OWLOntology ontology,
OWLClass owlClass,
OWLDescription description,
OntologyChange cause)
|
|
RemoveEquivalentClass(OWLOntology ontology,
OWLClass owlClass,
OWLDescription description,
OntologyChange cause)
|
|
RemoveEnumeration(OWLOntology ontology,
OWLClass owlClass,
OWLEnumeration enumeration,
OntologyChange cause)
|
|
AddSuperClass(OWLOntology ontology,
OWLClass owlClass,
OWLDescription description,
OntologyChange cause)
|
|
AddEquivalentClass(OWLOntology ontology,
OWLClass owlClass,
OWLDescription description,
OntologyChange cause)
|
|
AddEnumeration(OWLOntology ontology,
OWLClass owlClass,
OWLEnumeration enumeration,
OntologyChange cause)
|
|
| Uses of OWLClass in org.semanticweb.owl.model.helper |
| Methods in org.semanticweb.owl.model.helper that return OWLClass | |
OWLClass |
OWLBuilder.getClass(URI id)
Returns the class corresponding to id
in the current ontology. |
OWLClass |
OWLBuilder.addClass(URI id)
Adds the class identified by id,
to the current ontology. |
static OWLClass |
OntologyHelper.getClassNamed(OWLOntology ontology,
URI uri)
|
| Methods in org.semanticweb.owl.model.helper with parameters of type OWLClass | |
void |
OWLObjectVisitorAdapter.visit(OWLClass node)
|
void |
OWLEntityCollector.visit(OWLClass node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLClass node)
|
void |
OWLBuilder.addEnumeration(OWLClass oClass,
Set individuals)
Adds an enumeration of individuals to
oClass. |
void |
OWLBuilder.addEquivalentClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that oClass is equivalent
to the conjunction of the OWLDescriptions in
descriptions. |
void |
OWLBuilder.addSuperClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that the oClass is a subclass of
the conjunction of the OWLDescriptions in
descriptions. |
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLClass node)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.inference |
| Methods in uk.ac.man.cs.img.owl.inference with parameters of type OWLClass | |
Set |
NonInferencingTaxonomyReasoner.superClassesOf(OWLClass clazz)
|
Set |
NonInferencingTaxonomyReasoner.subClassesOf(OWLClass clazz)
|
Set |
NonInferencingTaxonomyReasoner.ancestorClassesOf(OWLClass d)
|
Set |
NonInferencingTaxonomyReasoner.descendantClassesOf(OWLClass d)
|
Set |
NonInferencingTaxonomyReasoner.equivalentClassesOf(OWLClass d)
|
void |
NonInferencingTaxonomyReasoner.dumpHierarchy(PrintWriter pw,
OWLClass clazz,
int level)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.inference.dl |
| Methods in uk.ac.man.cs.img.owl.inference.dl with parameters of type OWLClass | |
Set |
SimpleOWLTaxonomyReasoner.superClassesOf(OWLClass cl)
Returns the collection of (named) most specific superclasses of the given description. |
Set |
SimpleOWLTaxonomyReasoner.subClassesOf(OWLClass cl)
Returns the collection of (named) most general subclasses of the given description. |
Set |
SimpleOWLTaxonomyReasoner.ancestorClassesOf(OWLClass cl)
|
Set |
SimpleOWLTaxonomyReasoner.descendantClassesOf(OWLClass cl)
|
Set |
SimpleOWLTaxonomyReasoner.equivalentClassesOf(OWLClass cl)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.io.dig1_0 |
| Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.io.fact |
| Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.io.factplus |
| Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.io.html |
| Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
void |
OntologyRenderer.renderClass(OWLClass clazz,
PrintWriter pw,
Linker linker)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.io.tptp |
| Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLClass | |
void |
RenderingVisitor.visit(OWLClass clazz)
|
| Uses of OWLClass in uk.ac.man.cs.img.owl.validation |
| Methods in uk.ac.man.cs.img.owl.validation with parameters of type OWLClass | |
void |
ClassOrRestrictionIdentifier.visit(OWLClass node)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||