Uses of Interface
org.semanticweb.owlapi.model.OWLClass
Packages that use OWLClass
Package
Description
OBO macro package.
OBO to OWL.
Binding package.
Ontology change classes.
DL syntax parser.
DL syntax renderer.
Expression parsers package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
Violation classes.
RDF model package.
OWLReasoner package.
OWLReasoner implementation package.
Structural reasoner implementation package.
Search utilities package.
Utilities package.
Vocabulary package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLClass in org.obolibrary.macro
Methods in org.obolibrary.macro with parameters of type OWLClassModifier and TypeMethodDescription -
Uses of OWLClass in org.obolibrary.obo2owl
Methods in org.obolibrary.obo2owl with parameters of type OWLClassModifier and TypeMethodDescriptionOWLAPIObo2Owl.trTermFrameClauses
(OWLClass cls, Collection<Clause> clauses, String t) Translate term frame clauses. -
Uses of OWLClass in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLClassModifier and TypeMethodDescriptionstatic OWLClass
OWLFunctionalSyntaxFactory.Class
(String abbreviatedIRI, PrefixManager pm) static OWLClass
static OWLClass
OWLFunctionalSyntaxFactory.createClass()
static OWLClass
OWLFunctionalSyntaxFactory.OWLNothing()
static OWLClass
OWLFunctionalSyntaxFactory.OWLThing()
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLClassModifier and TypeMethodDescriptionstatic OWLDisjointUnionAxiom
OWLFunctionalSyntaxFactory.DisjointUnion
(OWLClass cls, OWLClassExpression... classExpressions) -
Uses of OWLClass in org.semanticweb.owlapi.change
Constructors in org.semanticweb.owlapi.change with parameters of type OWLClassModifierConstructorDescriptionAddClassExpressionClosureAxiom
(OWLDataFactory dataFactory, OWLClass cls, OWLObjectPropertyExpression property, Collection<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, Collection<OWLOntology> ontologies, OWLOntology targetOntology, boolean splitIntersections) Instantiates a new convert equivalent classes to super classes.ConvertSuperClassesToEquivalentClass
(OWLDataFactory dataFactory, OWLClass cls, Collection<OWLOntology> ontologies, OWLOntology targetOntology) Instantiates a new convert super classes to equivalent class.CreateValuePartition
(OWLDataFactory dataFactory, OWLClass valuePartitionClass, Collection<OWLClass> valuePartionClasses, OWLObjectProperty valuePartitionProperty, OWLOntology targetOntology) Creates a composite change that will create a value partition.MakePrimitiveSubClassesMutuallyDisjoint
(OWLDataFactory dataFactory, OWLClass cls, OWLOntology targetOntology) Instantiates a new make primitive sub classes mutually disjoint.MakePrimitiveSubClassesMutuallyDisjoint
(OWLDataFactory dataFactory, OWLClass cls, OWLOntology targetOntology, boolean usePairwiseDisjointAxioms) Instantiates a new make primitive sub classes mutually disjoint.Constructor parameters in org.semanticweb.owlapi.change with type arguments of type OWLClassModifierConstructorDescriptionCreateValuePartition
(OWLDataFactory dataFactory, OWLClass valuePartitionClass, Collection<OWLClass> valuePartionClasses, OWLObjectProperty valuePartitionProperty, OWLOntology targetOntology) Creates a composite change that will create a value partition. -
Uses of OWLClass in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.expression
Methods in org.semanticweb.owlapi.expression that return OWLClassModifier and TypeMethodDescriptionOWLEntityChecker.getOWLClass
(String name) ShortFormEntityChecker.getOWLClass
(String name) -
Uses of OWLClass in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.krss2.renderer
Methods in org.semanticweb.owlapi.krss2.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLClassModifier and TypeFieldDescriptionstatic final EntityType
<OWLClass> EntityType.CLASS
Class entity.Methods in org.semanticweb.owlapi.model that return OWLClassModifier and TypeMethodDescriptiondefault OWLClass
AsOWLClass.asOWLClass()
A convenience method that obtains this entity as an OWLClass (in order to avoid explicit casting).OWLDisjointUnionAxiom.getOWLClass()
Gets the class which is equivalent to the disjoint union.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLClassModifier and TypeMethodDescriptionHasClassesInSignature.classesInSignature()
OWLSignature.classesInSignature
(Imports imports) Gets the classes in the signature and optionally the imports closure.HasClassesInSignature.getClassesInSignature()
Gets the classes in the signature of this object.OWLSignature.getClassesInSignature
(Imports imports) Gets the classes in the signature and optionally the imports closure.OWLSignatureBooleanArgs.getClassesInSignature
(boolean includeImportsClosure) Deprecated.OWLEquivalentClassesAxiom.getNamedClasses()
Gets the named classes (excluding owl:Thing and owl:Nothing) that are in this equivalent classes axiom.OWLEquivalentClassesAxiom.namedClasses()
Gets the named classes (excluding owl:Thing and owl:Nothing) that are in this equivalent classes axiom.Methods in org.semanticweb.owlapi.model with parameters of type OWLClassModifier and TypeMethodDescriptionGets the axioms that form the definition/description of a class.default Stream
<OWLClassAxiom> Gets the axioms that form the definition/description of a class.default Stream
<OWLDisjointClassesAxiom> OWLAxiomIndex.disjointClassesAxioms
(OWLClass cls) Gets the stream of disjoint class axioms that contain the specified class as an operand.default Stream
<OWLDisjointUnionAxiom> OWLAxiomIndex.disjointUnionAxioms
(OWLClass owlClass) Gets the stream of disjoint union axioms that have the specified class as the named class that is equivalent to the disjoint union of operands.default Stream
<OWLEquivalentClassesAxiom> OWLAxiomIndex.equivalentClassesAxioms
(OWLClass cls) Gets all of the equivalent axioms in this ontology that contain the specified class as an operand.default Set
<OWLClassAxiom> Gets the axioms that form the definition/description of a class.default Set
<OWLClassAxiom> Gets the axioms that form the definition/description of a class.default Set
<OWLClassAxiom> Deprecated.useOWLAxiomCollection.axioms(OWLClass, Imports)
insteaddefault Set
<OWLDisjointClassesAxiom> OWLAxiomIndex.getDisjointClassesAxioms
(OWLClass cls) Gets the set of disjoint class axioms that contain the specified class as an operand.default Set
<OWLDisjointUnionAxiom> OWLAxiomIndex.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.default Set
<OWLEquivalentClassesAxiom> OWLAxiomIndex.getEquivalentClassesAxioms
(OWLClass cls) Gets all of the equivalent axioms in this ontology that contain the specified class as an operand.default Set
<OWLHasKeyAxiom> OWLAxiomIndex.getHasKeyAxioms
(OWLClass cls) Gets the has key axioms that have the specified class as their subject.default Set
<OWLSubClassOfAxiom> OWLAxiomIndex.getSubClassAxiomsForSubClass
(OWLClass cls) Gets all of the subclass axioms where the left hand side (the subclass) is equal to the specified class.default Set
<OWLSubClassOfAxiom> OWLAxiomIndex.getSubClassAxiomsForSuperClass
(OWLClass cls) Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class.default Stream
<OWLHasKeyAxiom> OWLAxiomIndex.hasKeyAxioms
(OWLClass cls) Gets the has key axioms that have the specified class as their subject.default Stream
<OWLSubClassOfAxiom> OWLAxiomIndex.subClassAxiomsForSubClass
(OWLClass cls) Gets all of the subclass axioms where the left hand side (the subclass) is equal to the specified class.default Stream
<OWLSubClassOfAxiom> OWLAxiomIndex.subClassAxiomsForSuperClass
(OWLClass cls) Gets all of the subclass axioms where the right hand side (the superclass) is equal to the specified class.default void
visit OWLClass typedefault O
visit OWLClass type -
Uses of OWLClass in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLClassModifier and TypeMethodDescriptiondefault OWLDisjointUnionAxiom
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom
(OWLClass owlClass, Collection<? extends OWLClassExpression> classExpressions) default OWLDisjointUnionAxiom
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom
(OWLClass owlClass, Collection<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default OWLDisjointUnionAxiom
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions) DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) -
Uses of OWLClass in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLClassModifier and TypeMethodDescriptiondefault OWLClass
ClassProvider.getOWLClass
(String iri) Gets an instance ofOWLClass
that has the specifiedIRI
.default OWLClass
ClassProvider.getOWLClass
(String namespace, String remainder) Gets an instance ofOWLClass
that has an IRI composed of the provided namespace and remainder.default OWLClass
ClassProvider.getOWLClass
(String abbreviatedIRI, PrefixManager prefixManager) Gets an OWLClass that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.default OWLClass
ClassProvider.getOWLClass
(HasIRI iri) Gets an instance ofOWLClass
with the same IRI as the input.ClassProvider.getOWLClass
(IRI iri) Gets an instance ofOWLClass
that has the specifiedIRI
.OWLVocabularyProvider.getOWLNothing()
Gets the built in owl:Nothing class, which has a URI of <http://www.w3.org/2002/07/owl#Nothing>OWLVocabularyProvider.getOWLThing()
Gets the built in owl:Thing class, which has a URI of <http://www.w3.org/2002/07/owl#Thing> -
Uses of OWLClass in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLClassModifier and TypeMethodDescriptionUseOfReservedVocabularyForClassIRI.getExpression()
UseOfUndeclaredClass.getExpression()
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLClassModifierConstructorDescriptionUseOfReservedVocabularyForClassIRI
(OWLOntology ontology, OWLAxiom axiom, OWLClass cls) UseOfUndeclaredClass
(OWLOntology ontology, OWLAxiom axiom, OWLClass cls) -
Uses of OWLClass in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return types with arguments of type OWLClassModifier and TypeMethodDescriptionOWLReasoner.bottomClassNode()
Gets theNode
corresponding to the bottom node (containingowl:Nothing
) in the class hierarchy.OWLReasoner.dataPropertyDomains
(OWLDataProperty pe) OWLReasoner.dataPropertyDomains
(OWLDataProperty pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.dataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.disjointClasses
(OWLClassExpression ce) Gets the classes that are disjoint with the specified class expressionce
.OWLReasoner.equivalentClasses
(OWLClassExpression ce) Gets the stream of named classes that are equivalent to the specified class expression with respect to the set of reasoner axioms.OWLReasoner.getBottomClassNode()
Gets theNode
corresponding to the bottom node (containingowl:Nothing
) in the class hierarchy.OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe) OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.getDisjointClasses
(OWLClassExpression ce) Gets the classes that are disjoint with the specified class expressionce
.OWLReasoner.getEquivalentClasses
(OWLClassExpression ce) Gets the set of named classes that are equivalent to the specified class expression with respect to the set of reasoner axioms.OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe) OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe) OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect ranges of this property with respect to the imports closure of the root ontology.OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getSubClasses
(OWLClassExpression ce) Returns all subclasses.OWLReasoner.getSubClasses
(OWLClassExpression ce, boolean direct) Gets the set of named classes that are the strict (potentially direct) subclasses of the specified class expression with respect to the reasoner axioms.OWLReasoner.getSubClasses
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.getSuperClasses
(OWLClassExpression ce) OWLReasoner.getSuperClasses
(OWLClassExpression ce, boolean direct) Gets the set of named classes that are the strict (potentially direct) super classes of the specified class expression with respect to the imports closure of the root ontology.OWLReasoner.getSuperClasses
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.getTopClassNode()
Gets theNode
corresponding to the top node (containingowl:Thing
) in the class hierarchy.OWLReasoner.getTypes
(OWLNamedIndividual ind) OWLReasoner.getTypes
(OWLNamedIndividual ind, boolean direct) Gets the named classes which are (potentially direct) types of the specified named individual.OWLReasoner.getTypes
(OWLNamedIndividual ind, InferenceDepth depth) OWLReasoner.getUnsatisfiableClasses()
A convenience method that obtains the classes in the signature of the root ontology that are unsatisfiable.OWLReasoner.objectPropertyDomains
(OWLObjectPropertyExpression pe) OWLReasoner.objectPropertyDomains
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.objectPropertyDomains
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.objectPropertyRanges
(OWLObjectPropertyExpression pe) OWLReasoner.objectPropertyRanges
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect ranges of this property with respect to the imports closure of the root ontology.OWLReasoner.objectPropertyRanges
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.subClasses
(OWLClassExpression ce) Returns all subclasses.OWLReasoner.subClasses
(OWLClassExpression ce, boolean direct) Gets the set of named classes that are the strict (potentially direct) subclasses of the specified class expression with respect to the reasoner axioms.OWLReasoner.subClasses
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.superClasses
(OWLClassExpression ce) OWLReasoner.superClasses
(OWLClassExpression ce, boolean direct) Gets the stream of named classes that are the strict (potentially direct) super classes of the specified class expression with respect to the imports closure of the root ontology.OWLReasoner.superClasses
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.topClassNode()
Gets theNode
corresponding to the top node (containingowl:Thing
) in the class hierarchy.OWLReasoner.types
(OWLNamedIndividual ind) OWLReasoner.types
(OWLNamedIndividual ind, boolean direct) Gets the named classes which are (potentially direct) types of the specified named individual.OWLReasoner.types
(OWLNamedIndividual ind, InferenceDepth depth) OWLReasoner.unsatisfiableClasses()
A convenience method that obtains the classes in the signature of the root ontology that are unsatisfiable. -
Uses of OWLClass in org.semanticweb.owlapi.reasoner.impl
Methods in org.semanticweb.owlapi.reasoner.impl that return types with arguments of type OWLClassModifier and TypeMethodDescriptionstatic DefaultNode
<OWLClass> NodeFactory.getOWLClassBottomNode()
static DefaultNode
<OWLClass> NodeFactory.getOWLClassNode()
static DefaultNode
<OWLClass> NodeFactory.getOWLClassNode
(Set<OWLClass> clses) static DefaultNode
<OWLClass> NodeFactory.getOWLClassNode
(OWLClass cls) static DefaultNode
<OWLClass> NodeFactory.getOWLClassTopNode()
Methods in org.semanticweb.owlapi.reasoner.impl with parameters of type OWLClassModifier and TypeMethodDescriptionstatic DefaultNode
<OWLClass> NodeFactory.getOWLClassNode
(OWLClass cls) Method parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type OWLClassModifier and TypeMethodDescriptionstatic DefaultNode
<OWLClass> NodeFactory.getOWLClassNode
(Set<OWLClass> clses) Constructors in org.semanticweb.owlapi.reasoner.impl with parameters of type OWLClassConstructor parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type OWLClassModifierConstructorDescriptionOWLClassNode
(Collection<OWLClass> entities) OWLClassNode
(Stream<OWLClass> entities) OWLClassNodeSet
(Set<Node<OWLClass>> nodes) OWLClassNodeSet
(Stream<Node<OWLClass>> nodes) OWLClassNodeSet
(Node<OWLClass> owlClassNode) -
Uses of OWLClass in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural that return types with arguments of type OWLClassModifier and TypeMethodDescriptionStructuralReasoner.getBottomClassNode()
StructuralReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) StructuralReasoner.getDisjointClasses
(OWLClassExpression ce) StructuralReasoner.getEquivalentClasses
(OWLClassExpression ce) StructuralReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getSubClasses
(OWLClassExpression ce, boolean direct) StructuralReasoner.getSuperClasses
(OWLClassExpression ce, boolean direct) StructuralReasoner.getTopClassNode()
StructuralReasoner.getTypes
(OWLNamedIndividual ind, boolean direct) StructuralReasoner.getUnsatisfiableClasses()
-
Uses of OWLClass in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search with parameters of type OWLClassModifier and TypeMethodDescriptionstatic Stream
<OWLClassExpression> EntitySearcher.getDisjointClasses
(OWLClass e, Stream<OWLOntology> ontologies) Gets the classes which have been asserted to be disjoint with e by axioms in the specified ontologies.static Stream
<OWLClassExpression> EntitySearcher.getDisjointClasses
(OWLClass e, OWLOntology ontology) Gets the classes which have been asserted to be disjoint with e by axioms in the specified ontology.static Stream
<OWLClassExpression> EntitySearcher.getEquivalentClasses
(OWLClass e, Stream<OWLOntology> ontologies) Gets the classes which have been asserted to be equivalent with e by axioms in the specified ontologies.static Stream
<OWLClassExpression> EntitySearcher.getEquivalentClasses
(OWLClass e, OWLOntology ontology) Gets the classes which have been asserted to be equivalent with e by axioms in the specified ontology.static Stream
<OWLIndividual> EntitySearcher.getIndividuals
(OWLClass e, Stream<OWLOntology> ontologies) Gets the individuals that have been asserted to be an instance of e by axioms in the specified ontologies.static Stream
<OWLIndividual> EntitySearcher.getIndividuals
(OWLClass e, OWLOntology ontology) Gets the individuals that have been asserted to be an instance of e by axioms in the specified ontology.static Stream
<OWLClassExpression> EntitySearcher.getSubClasses
(OWLClass e, Stream<OWLOntology> ontologies) Gets the classes which have been asserted to be subclasses of e in the specified ontologies.static Stream
<OWLClassExpression> EntitySearcher.getSubClasses
(OWLClass e, OWLOntology ontology) Gets the classes which have been asserted to be subclasses of e in the specified ontology.static Stream
<OWLClassExpression> EntitySearcher.getSuperClasses
(OWLClass e, Stream<OWLOntology> ontologies) Gets the classes which have been asserted to be superclasses of e in the specified ontologies.static Stream
<OWLClassExpression> EntitySearcher.getSuperClasses
(OWLClass e, OWLOntology ontology) Gets the classes which have been asserted to be superclasses of e in the specified ontology.static boolean
EntitySearcher.isDefined
(OWLClass c, Stream<OWLOntology> ontologies) Checks if c is defined (is included in equivalent axioms) in a collection of ontologies.static boolean
EntitySearcher.isDefined
(OWLClass c, OWLOntology ontology) Checks if c is defined (is included in equivalent axioms) in the ontology. -
Uses of OWLClass in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLClassModifier and TypeMethodDescriptionMethods in org.semanticweb.owlapi.util that return types with arguments of type OWLClassModifier and TypeMethodDescriptionNamedConjunctChecker.getNamedConjuncts
(OWLClassExpression classExpression) Gets the named conjuncts for the specified expression.OWLClassLiteralCollector.getNegativeLiterals()
OWLClassLiteralCollector.getPositiveLiterals()
Methods in org.semanticweb.owlapi.util with parameters of type OWLClassModifier and TypeMethodDescriptionboolean
NamedConjunctChecker.isNamedConjunct
(OWLClass conj, OWLClassExpression classExpression) boolean
RootClassChecker.isRootClass
(OWLClass cls) Determines if the specified class is a direct syntactic subclass of owl:Thing.boolean
SimpleRootClassChecker.isRootClass
(OWLClass cls) void
void
void
void
void
void
-
Uses of OWLClass in org.semanticweb.owlapi.vocab
Methods in org.semanticweb.owlapi.vocab that return types with arguments of type OWLClass -
Uses of OWLClass in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLClassModifier and TypeMethodDescriptionBuilderClass.buildObject()
BuilderDisjointUnion.getClassExpression()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLClassModifier and TypeMethodDescriptionConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLClassModifierConstructorDescriptionBuilderClass
(OWLClass expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLClass in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLClass -
Uses of OWLClass in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLClassFields in uk.ac.manchester.cs.owl.owlapi declared as OWLClassModifier and TypeFieldDescriptionstatic final OWLClass
InternalizedEntities.OWL_NOTHING
owl:Nothing.static final OWLClass
InternalizedEntities.OWL_THING
owl:Thing.Methods in uk.ac.manchester.cs.owl.owlapi that return OWLClassModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLClass
(IRI iri) OWLDataFactoryInternals.getOWLClass
(IRI iri) OWLDataFactoryInternalsImpl.getOWLClass
(IRI iri) OWLDataFactoryInternalsImplNoCache.getOWLClass
(IRI iri) OWLDisjointUnionAxiomImpl.getOWLClass()
OWLDataFactoryImpl.getOWLNothing()
OWLDataFactoryImpl.getOWLThing()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLClassModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.classesInSignature()
OWLObjectImpl.classesInSignature()
OWLEquivalentClassesAxiomImpl.namedClasses()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLClassModifier and TypeMethodDescriptionboolean
Internals.containsClassInSignature
(OWLClass i) OWLDataFactoryImpl.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLClassModifierConstructorDescriptionOWLDisjointUnionAxiomImpl
(OWLClass owlClass, List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) -
Uses of OWLClass in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLClassModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.classesInSignature()
ConcurrentOWLOntologyImpl.classesInSignature
(Imports imports) ConcurrentOWLOntologyImpl.getClassesInSignature()
ConcurrentOWLOntologyImpl.getClassesInSignature
(boolean b) ConcurrentOWLOntologyImpl.getClassesInSignature
(Imports imports) Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLClassModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.disjointClassesAxioms
(OWLClass cls) ConcurrentOWLOntologyImpl.disjointUnionAxioms
(OWLClass owlClass) ConcurrentOWLOntologyImpl.equivalentClassesAxioms
(OWLClass cls) ConcurrentOWLOntologyImpl.getDisjointClassesAxioms
(OWLClass owlClass) ConcurrentOWLOntologyImpl.getDisjointUnionAxioms
(OWLClass owlClass) ConcurrentOWLOntologyImpl.getEquivalentClassesAxioms
(OWLClass owlClass) ConcurrentOWLOntologyImpl.getHasKeyAxioms
(OWLClass owlClass) ConcurrentOWLOntologyImpl.getSubClassAxiomsForSubClass
(OWLClass owlClass) ConcurrentOWLOntologyImpl.getSubClassAxiomsForSuperClass
(OWLClass owlClass) ConcurrentOWLOntologyImpl.hasKeyAxioms
(OWLClass cls) ConcurrentOWLOntologyImpl.subClassAxiomsForSubClass
(OWLClass cls) ConcurrentOWLOntologyImpl.subClassAxiomsForSuperClass
(OWLClass cls)
OWLSignature.classesInSignature(Imports)