|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLClass in de.uulm.ecs.ai.owl.krssrenderer |
---|
Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLClass | |
---|---|
void |
KRSS2OWLObjectRenderer.visit(OWLClass desc)
|
Uses of OWLClass in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax that return OWLClass | |
---|---|
OWLClass |
ManchesterOWLSyntaxEditorParser.getOWLClass(java.lang.String name)
|
Methods in org.coode.manchesterowlsyntax with parameters of type OWLClass | |
---|---|
java.util.Set<OWLAxiom> |
ManchesterOWLSyntaxEditorParser.parseValuePartitionValues(OWLClass superclass)
|
Uses of OWLClass in org.coode.obo.parser |
---|
Methods in org.coode.obo.parser that return OWLClass | |
---|---|
OWLClass |
AbstractTagValueHandler.getClassFromId(java.lang.String s)
|
OWLClass |
OBOConsumer.getCurrentClass()
|
OWLClass |
AbstractTagValueHandler.getCurrentClass()
|
Uses of OWLClass in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLClass | |
---|---|
OWLClass |
OWLFunctionalSyntaxParser.Class()
|
OWLClass |
OWLFunctionalSyntaxParser.ClassURI()
|
Uses of OWLClass in org.coode.owl.functionalrenderer |
---|
Methods in org.coode.owl.functionalrenderer with parameters of type OWLClass | |
---|---|
void |
OWLObjectRenderer.visit(OWLClass desc)
|
Uses of OWLClass in org.coode.owl.latex |
---|
Methods in org.coode.owl.latex with parameters of type OWLClass | |
---|---|
void |
LatexObjectVisitor.visit(OWLClass node)
|
void |
LatexBracketChecker.visit(OWLClass node)
|
Uses of OWLClass in org.coode.owl.rdf.model |
---|
Methods in org.coode.owl.rdf.model with parameters of type OWLClass | |
---|---|
void |
AbstractTranslator.visit(OWLClass desc)
|
Uses of OWLClass in org.coode.owlapi.owlxml.renderer |
---|
Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLClass | |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLClass desc)
|
Uses of OWLClass in org.semanticweb.owl |
---|
Constructors in org.semanticweb.owl with parameters of type OWLClass | |
---|---|
AddClassDescriptionClosureAxiom(OWLDataFactory dataFactory,
OWLClass cls,
OWLObjectPropertyExpression property,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
Creates a composite change that will add a closure axiom for a given class along a specified property. |
|
ConvertEquivalentClassesToSuperClasses(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean splitIntersections)
|
|
ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
|
|
CreateValuePartition(OWLDataFactory dataFactory,
OWLClass valuePartitionClass,
java.util.Set<OWLClass> valuePartionClasses,
OWLObjectProperty valuePartitionProperty,
OWLOntology targetOntology)
Creates a composite change that will create a value partition. |
|
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
|
|
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean usePairwiseDisjointAxioms)
|
Constructor parameters in org.semanticweb.owl with type arguments of type OWLClass | |
---|---|
CreateValuePartition(OWLDataFactory dataFactory,
OWLClass valuePartitionClass,
java.util.Set<OWLClass> valuePartionClasses,
OWLObjectProperty valuePartitionProperty,
OWLOntology targetOntology)
Creates a composite change that will create a value partition. |
Uses of OWLClass in org.semanticweb.owl.expression |
---|
Methods in org.semanticweb.owl.expression that return OWLClass | |
---|---|
OWLClass |
ShortFormEntityChecker.getOWLClass(java.lang.String name)
|
OWLClass |
OWLEntityChecker.getOWLClass(java.lang.String name)
|
Uses of OWLClass in org.semanticweb.owl.inference |
---|
Methods in org.semanticweb.owl.inference that return types with arguments of type OWLClass | |
---|---|
java.util.Set<java.util.Set<OWLClass>> |
OWLClassReasoner.getAncestorClasses(OWLDescription clsC)
Returns the collection of all superclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
NullReasoner.getAncestorClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
OWLClassReasoner.getDescendantClasses(OWLDescription clsC)
Returns the collection of all subclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
NullReasoner.getDescendantClasses(OWLDescription clsC)
|
java.util.Set<OWLClass> |
OWLClassReasoner.getEquivalentClasses(OWLDescription clsC)
Returns the collection of (named) classes which are equivalent to the given description. |
java.util.Set<OWLClass> |
NullReasoner.getEquivalentClasses(OWLDescription clsC)
|
java.util.Set<OWLClass> |
OWLClassReasoner.getInconsistentClasses()
A convenience methods for obtaining all classes which are inconsistent. |
java.util.Set<OWLClass> |
NullReasoner.getInconsistentClasses()
|
java.util.Set<java.util.Set<OWLClass>> |
OWLClassReasoner.getSubClasses(OWLDescription clsC)
Returns the collection of (named) most general subclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
NullReasoner.getSubClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
OWLClassReasoner.getSuperClasses(OWLDescription clsC)
Returns the collection of (named) most specific superclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
NullReasoner.getSuperClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
OWLIndividualReasoner.getTypes(OWLIndividual individual,
boolean direct)
|
java.util.Set<java.util.Set<OWLClass>> |
NullReasoner.getTypes(OWLIndividual individual,
boolean direct)
|
Methods in org.semanticweb.owl.inference with parameters of type OWLClass | |
---|---|
boolean |
OWLReasonerBase.isDefined(OWLClass cls)
Determines if the specified class is defined in the reasoner. |
boolean |
NullReasoner.isDefined(OWLClass cls)
|
Uses of OWLClass in org.semanticweb.owl.model |
---|
Methods in org.semanticweb.owl.model that return OWLClass | |
---|---|
OWLClass |
OWLEntity.asOWLClass()
A convenience method that obtains this entity as an OWLClass (in order to avoid explicit casting). |
OWLClass |
OWLDescription.asOWLClass()
If this class description is in fact a named class then this method may be used to obtain the description as an OWLClass
without the need for casting. |
OWLClass |
OWLDeprecatedClassAxiom.getDeprecatedClass()
Gets the class which is deprecated by this axiom. |
OWLClass |
OWLDisjointUnionAxiom.getOWLClass()
Gets the class which is equivalent to the disjoint union. |
OWLClass |
OWLDataFactory.getOWLClass(java.net.URI uri)
|
OWLClass |
OWLDataFactory.getOWLNothing()
|
OWLClass |
OWLDataFactory.getOWLThing()
|
Methods in org.semanticweb.owl.model that return types with arguments of type OWLClass | |
---|---|
java.util.Set<OWLClass> |
OWLOntology.getReferencedClasses()
Gets the classes that are referenced by axioms (including annotation axioms) in this ontology. |
Methods in org.semanticweb.owl.model with parameters of type OWLClass | |
---|---|
java.util.Set<OWLClassAxiom> |
OWLOntology.getAxioms(OWLClass cls)
Gets the axioms that form the definition/description of a class. |
java.util.Set<OWLClassAssertionAxiom> |
OWLOntology.getClassAssertionAxioms(OWLClass type)
|
java.util.Set<OWLDisjointClassesAxiom> |
OWLOntology.getDisjointClassesAxioms(OWLClass cls)
Gets the set of disjoint class axioms that contain the specified class as an operand. |
java.util.Set<OWLDisjointUnionAxiom> |
OWLOntology.getDisjointUnionAxioms(OWLClass owlClass)
Gets the set of disjoint union axioms that have the specified class as the named class that is equivalent to the disjoint union of operands. |
java.util.Set<OWLEquivalentClassesAxiom> |
OWLOntology.getEquivalentClassesAxioms(OWLClass cls)
Gets all of the equivalent axioms in this ontology that contain the specified class as an operand. |
OWLDeprecatedClassAxiom |
OWLDataFactory.getOWLDeprecatedClassAxiom(OWLClass owlClass)
|
OWLDisjointUnionAxiom |
OWLDataFactory.getOWLDisjointUnionAxiom(OWLClass owlClass,
java.util.Set<? extends OWLDescription> descriptions)
|
java.util.Set<OWLSubClassAxiom> |
OWLOntology.getSubClassAxiomsForLHS(OWLClass cls)
Gets all of the subclass axioms where the left hand side (the subclass) is equal to the specified class. |
java.util.Set<OWLSubClassAxiom> |
OWLOntology.getSubClassAxiomsForRHS(OWLClass cls)
Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class. |
O |
OWLNamedObjectVisitorEx.visit(OWLClass owlClass)
|
void |
OWLNamedObjectVisitor.visit(OWLClass owlClass)
|
O |
OWLEntityVisitorEx.visit(OWLClass cls)
|
void |
OWLEntityVisitor.visit(OWLClass cls)
|
O |
OWLDescriptionVisitorEx.visit(OWLClass desc)
|
void |
OWLDescriptionVisitor.visit(OWLClass desc)
|
Uses of OWLClass in org.semanticweb.owl.normalform |
---|
Methods in org.semanticweb.owl.normalform with parameters of type OWLClass | |
---|---|
void |
OWLObjectComplementOfExtractor.visit(OWLClass desc)
|
Uses of OWLClass in org.semanticweb.owl.util |
---|
Methods in org.semanticweb.owl.util that return types with arguments of type OWLClass | |
---|---|
java.util.Set<java.util.Set<OWLClass>> |
ToldClassHierarchyReasoner.getAncestorClasses(OWLDescription clsC)
Returns the collection of all superclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
OWLReasonerMediator.getAncestorClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
ToldClassHierarchyReasoner.getDescendantClasses(OWLDescription clsC)
Returns the collection of all subclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
OWLReasonerMediator.getDescendantClasses(OWLDescription clsC)
|
java.util.Set<OWLClass> |
ToldClassHierarchyReasoner.getEquivalentClasses(OWLDescription clsC)
Returns the collection of (named) classes which are equivalent to the given description. |
java.util.Set<OWLClass> |
OWLReasonerMediator.getEquivalentClasses(OWLDescription clsC)
|
java.util.Set<OWLClass> |
ToldClassHierarchyReasoner.getInconsistentClasses()
A convenience methods for obtaining all classes which are inconsistent. |
java.util.Set<OWLClass> |
OWLReasonerMediator.getInconsistentClasses()
|
java.util.Set<OWLClass> |
NamedConjunctChecker.getNamedConjuncts(OWLDescription description)
Gets the named conjuncts for the specified description. |
java.util.Set<java.util.Set<OWLClass>> |
ToldClassHierarchyReasoner.getSubClasses(OWLDescription clsC)
Returns the collection of (named) most general subclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
OWLReasonerMediator.getSubClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
ToldClassHierarchyReasoner.getSuperClasses(OWLDescription clsC)
Returns the collection of (named) most specific superclasses of the given description. |
java.util.Set<java.util.Set<OWLClass>> |
OWLReasonerMediator.getSuperClasses(OWLDescription clsC)
|
java.util.Set<java.util.Set<OWLClass>> |
OWLReasonerMediator.getTypes(OWLIndividual individual,
boolean direct)
|
Methods in org.semanticweb.owl.util with parameters of type OWLClass | |
---|---|
boolean |
ToldClassHierarchyReasoner.isDefined(OWLClass cls)
|
boolean |
OWLReasonerMediator.isDefined(OWLClass cls)
|
boolean |
NamedConjunctChecker.isNamedConjunct(OWLClass conjunct,
OWLDescription description)
Checks whether a named class is a conjunct in a given class description. |
boolean |
SimpleRootClassChecker.isRootClass(OWLClass cls)
Determines if the specified class is a direct syntactic subclass of owl:Thing |
boolean |
RootClassChecker.isRootClass(OWLClass cls)
|
void |
SimpleRenderer.visit(OWLClass desc)
|
O |
OWLObjectVisitorExAdapter.visit(OWLClass desc)
|
void |
OWLObjectVisitorAdapter.visit(OWLClass desc)
|
void |
OWLObjectTypeIndexProvider.visit(OWLClass desc)
|
void |
OWLObjectDuplicator.visit(OWLClass desc)
|
void |
OWLObjectComponentCollector.visit(OWLClass cls)
|
void |
OWLEntityRemover.visit(OWLClass cls)
|
void |
OWLEntityComparator.visit(OWLClass cls)
|
void |
OWLEntityCollector.visit(OWLClass desc)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLClass desc)
|
void |
OWLDescriptionComparator.CoarseGrainedDescriptionComparator.visit(OWLClass desc)
|
OWLDescription |
NNF.visit(OWLClass desc)
|
void |
HashCode.visit(OWLClass desc)
|
void |
DLExpressivityChecker.visit(OWLClass desc)
|
O |
DelegatingObjectVisitorEx.visit(OWLClass desc)
|
Uses of OWLClass in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLClass | |
---|---|
class |
OWLClassImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 25-Oct-2006 |
Methods in uk.ac.manchester.cs.owl that return OWLClass | |
---|---|
OWLClass |
OWLObjectPropertyImpl.asOWLClass()
|
OWLClass |
OWLIndividualImpl.asOWLClass()
|
OWLClass |
OWLDataTypeImpl.asOWLClass()
|
OWLClass |
OWLDataPropertyImpl.asOWLClass()
|
OWLClass |
OWLClassImpl.asOWLClass()
|
OWLClass |
OWLAnonymousDescriptionImpl.asOWLClass()
|
OWLClass |
OWLDisjointUnionAxiomImpl.getOWLClass()
|
OWLClass |
OWLDataFactoryImpl.getOWLClass(java.net.URI uri)
|
OWLClass |
OWLDataFactoryImpl.getOWLNothing()
|
OWLClass |
OWLDataFactoryImpl.getOWLThing()
|
Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLClass | |
---|---|
java.util.Set<OWLClass> |
OWLOntologyImpl.getReferencedClasses()
|
Methods in uk.ac.manchester.cs.owl with parameters of type OWLClass | |
---|---|
boolean |
OWLOntologyImpl.containsReference(OWLClass owlClass)
|
java.util.Set<OWLClassAxiom> |
OWLOntologyImpl.getAxioms(OWLClass cls)
|
java.util.Set<OWLClassAssertionAxiom> |
OWLOntologyImpl.getClassAssertionAxioms(OWLClass type)
|
java.util.Set<OWLDisjointClassesAxiom> |
OWLOntologyImpl.getDisjointClassesAxioms(OWLClass cls)
|
java.util.Set<OWLDisjointUnionAxiom> |
OWLOntologyImpl.getDisjointUnionAxioms(OWLClass owlClass)
|
java.util.Set<OWLEquivalentClassesAxiom> |
OWLOntologyImpl.getEquivalentClassesAxioms(OWLClass cls)
|
OWLDeprecatedClassAxiom |
OWLDataFactoryImpl.getOWLDeprecatedClassAxiom(OWLClass owlClass)
|
OWLDisjointUnionAxiom |
OWLDataFactoryImpl.getOWLDisjointUnionAxiom(OWLClass owlClass,
java.util.Set<? extends OWLDescription> descriptions)
|
java.util.Set<OWLSubClassAxiom> |
OWLOntologyImpl.getSubClassAxiomsForLHS(OWLClass cls)
|
java.util.Set<OWLSubClassAxiom> |
OWLOntologyImpl.getSubClassAxiomsForRHS(OWLClass cls)
|
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLClass | |
---|---|
OWLDisjointUnionAxiomImpl(OWLDataFactory dataFactory,
OWLClass owlClass,
java.util.Set<? extends OWLDescription> descriptions)
|
Uses of OWLClass in uk.ac.manchester.cs.owl.dlsyntax |
---|
Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLClass | |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLClass desc)
|
Uses of OWLClass in uk.ac.manchester.cs.owl.dlsyntax.parser |
---|
Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLClass | |
---|---|
OWLClass |
DLSyntaxParser.parseClassId()
|
Uses of OWLClass in uk.ac.manchester.cs.owl.inference.dig11 |
---|
Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLClass | |
---|---|
java.util.Set<java.util.Set<OWLClass>> |
DIGReasoner.getAncestorClasses(OWLDescription description)
|
java.util.Set<java.util.Set<OWLClass>> |
DIGQueryResponseImpl.getConceptSets()
|
java.util.Set<java.util.Set<OWLClass>> |
DIGQueryResponse.getConceptSets()
If the query resulted in a concept set response type for example a query for super concepts then this method can be used to get the concepts. |
java.util.Set<java.util.Set<OWLClass>> |
DIGReasoner.getDescendantClasses(OWLDescription description)
|
java.util.Set<OWLClass> |
DIGReasoner.getEquivalentClasses(OWLDescription description)
|
java.util.Set<OWLClass> |
DIGReasoner.getInconsistentClasses()
A convenience methods for obtaining all classes which are inconsistent. |
java.util.Set<java.util.Set<OWLClass>> |
DIGReasoner.getSubClasses(OWLDescription description)
|
java.util.Set<java.util.Set<OWLClass>> |
DIGReasoner.getSuperClasses(OWLDescription description)
|
java.util.Set<java.util.Set<OWLClass>> |
DIGReasoner.getTypes(OWLIndividual individual,
boolean direct)
|
Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLClass | |
---|---|
boolean |
DIGReasoner.isDefined(OWLClass cls)
|
void |
DIGRenderer.visit(OWLClass node)
|
Uses of OWLClass in uk.ac.manchester.cs.owl.mansyntaxrenderer |
---|
Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLClass | |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLClass desc)
|
java.util.Set<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(OWLClass cls)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |