Uses of Interface
org.semanticweb.owlapi.model.OWLClassExpression
Packages that use OWLClassExpression
Package
Description
Explanation package.
Explanation utils.
OBO macro package.
OBO to OWL.
Binding package.
Ontology change classes.
Debugging package.
DL syntax parser.
Functional syntax parser and renderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
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.
Normal form package.
Violation classes.
RDF/XML syntax parser and renderer.
OWLReasoner package.
OWLReasoner implementation package.
Knowledge exploration package.
Structural reasoner implementation package.
Search utilities package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLClassExpression in com.clarkparsia.owlapi.explanation
Methods in com.clarkparsia.owlapi.explanation that return OWLClassExpressionModifier and TypeMethodDescriptionConvert.Methods in com.clarkparsia.owlapi.explanation with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionBlackBoxExplanation.getExplanation
(OWLClassExpression unsatClass) DefaultExplanationGenerator.getExplanation
(OWLClassExpression unsatClass) ExplanationGenerator.getExplanation
(OWLClassExpression unsatClass) Returns a single explanation for the given unsatisfiable class.HSTExplanationGenerator.getExplanation
(OWLClassExpression unsatClass) SingleExplanationGenerator.getExplanation
(OWLClassExpression unsatClass) Get a single explanation for an arbitrary class expression, or empty set if the given expression is satisfiable.DefaultExplanationGenerator.getExplanations
(OWLClassExpression unsatClass) DefaultExplanationGenerator.getExplanations
(OWLClassExpression unsatClass, int maxExplanations) ExplanationGenerator.getExplanations
(OWLClassExpression unsatClass) Returns all the explanations for the given unsatisfiable class.ExplanationGenerator.getExplanations
(OWLClassExpression unsatClass, int maxExplanations) Return a specified number of explanations for the given unsatisfiable class.HSTExplanationGenerator.getExplanations
(OWLClassExpression unsatClass) HSTExplanationGenerator.getExplanations
(OWLClassExpression unsatClass, int maxExplanations) -
Uses of OWLClassExpression in com.clarkparsia.owlapi.explanation.util
Methods in com.clarkparsia.owlapi.explanation.util with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionstatic boolean
OntologyUtils.containsUnreferencedEntity
(OWLOntology ontology, OWLClassExpression desc) Determines if a class description contains any unreferenced entities with respect to the ontology that contains the entailments which are being explained.boolean
DefinitionTracker.isDefined
(OWLClassExpression classExpression) Checks if all the entities referred in the given concept are also referred by a logical axiom in the imports closure of the designated ontology. -
Uses of OWLClassExpression in org.obolibrary.macro
Methods in org.obolibrary.macro that return OWLClassExpressionModifier and TypeMethodDescriptionManchesterSyntaxTool.parseManchesterExpression
(String expression) Parse a class expression in Manchester syntax.AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataAllValuesFrom ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataExactCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataHasValue ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataMaxCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataMinCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLDataSomeValuesFrom ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectAllValuesFrom ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectComplementOf ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectExactCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectHasSelf ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectHasValue ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectIntersectionOf ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectMaxCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectMinCardinality ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectOneOf ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectSomeValuesFrom ce) AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx.visit
(OWLObjectUnionOf ce) -
Uses of OWLClassExpression in org.obolibrary.obo2owl
Methods in org.obolibrary.obo2owl that return OWLClassExpressionModifier and TypeMethodDescriptionOWLAPIObo2Owl.trRel
(String relId, String classId, Collection<QualifierValue> quals) Translate rel.OWLAPIObo2Owl.trTermFrame
(Frame termFrame) Translate term frame. -
Uses of OWLClassExpression in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionstatic OWLClassAssertionAxiom
OWLFunctionalSyntaxFactory.ClassAssertion
(OWLClassExpression ce, OWLIndividual ind) static OWLClassAssertionAxiom
OWLFunctionalSyntaxFactory.ClassAssertion
(OWLClassExpression ce, OWLIndividual ind, Collection<OWLAnnotation> a) static OWLDataPropertyDomainAxiom
OWLFunctionalSyntaxFactory.DataPropertyDomain
(OWLDataPropertyExpression property, OWLClassExpression domain) static OWLDataPropertyDomainAxiom
OWLFunctionalSyntaxFactory.DataPropertyDomain
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLDisjointClassesAxiom
OWLFunctionalSyntaxFactory.DisjointClasses
(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) static OWLDisjointClassesAxiom
OWLFunctionalSyntaxFactory.DisjointClasses
(OWLClassExpression... classExpressions) static OWLDisjointUnionAxiom
OWLFunctionalSyntaxFactory.DisjointUnion
(OWLClass cls, OWLClassExpression... classExpressions) static OWLEquivalentClassesAxiom
OWLFunctionalSyntaxFactory.EquivalentClasses
(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) static OWLEquivalentClassesAxiom
OWLFunctionalSyntaxFactory.EquivalentClasses
(OWLClassExpression... classExpressions) static OWLHasKeyAxiom
OWLFunctionalSyntaxFactory.HasKey
(Collection<OWLAnnotation> a, OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) static OWLHasKeyAxiom
OWLFunctionalSyntaxFactory.HasKey
(OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) static OWLObjectAllValuesFrom
OWLFunctionalSyntaxFactory.ObjectAllValuesFrom
(OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectComplementOf
OWLFunctionalSyntaxFactory.ObjectComplementOf
(OWLClassExpression classExpression) static OWLObjectExactCardinality
OWLFunctionalSyntaxFactory.ObjectExactCardinality
(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectIntersectionOf
OWLFunctionalSyntaxFactory.ObjectIntersectionOf
(OWLClassExpression... classExpressions) static OWLObjectMaxCardinality
OWLFunctionalSyntaxFactory.ObjectMaxCardinality
(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectMinCardinality
OWLFunctionalSyntaxFactory.ObjectMinCardinality
(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectPropertyDomainAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyDomain
(OWLObjectPropertyExpression property, OWLClassExpression domain) static OWLObjectPropertyDomainAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyDomain
(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLObjectPropertyRangeAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyRange
(OWLObjectPropertyExpression property, OWLClassExpression range) static OWLObjectPropertyRangeAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyRange
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> a) static OWLObjectSomeValuesFrom
OWLFunctionalSyntaxFactory.ObjectSomeValuesFrom
(OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectUnionOf
OWLFunctionalSyntaxFactory.ObjectUnionOf
(OWLClassExpression... classExpressions) static OWLSubClassOfAxiom
OWLFunctionalSyntaxFactory.SubClassOf
(OWLClassExpression subClass, OWLClassExpression superClass) static OWLSubClassOfAxiom
OWLFunctionalSyntaxFactory.SubClassOf
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> a) Method parameters in org.semanticweb.owlapi.apibinding with type arguments of type OWLClassExpressionModifier and TypeMethodDescriptionstatic OWLDisjointClassesAxiom
OWLFunctionalSyntaxFactory.DisjointClasses
(Collection<? extends OWLClassExpression> classExpressions) static OWLDisjointClassesAxiom
OWLFunctionalSyntaxFactory.DisjointClasses
(Collection<OWLClassExpression> classExpressions, Collection<OWLAnnotation> a) -
Uses of OWLClassExpression in org.semanticweb.owlapi.change
Constructor parameters in org.semanticweb.owlapi.change with type arguments of type OWLClassExpressionModifierConstructorDescriptionMakeClassesMutuallyDisjoint
(OWLDataFactory dataFactory, Collection<? extends OWLClassExpression> classExpressions, boolean usePairwiseDisjointAxioms, OWLOntology targetOntology) Creates a composite change which makes a set of classes mutually disjoint. -
Uses of OWLClassExpression in org.semanticweb.owlapi.debugging
Methods in org.semanticweb.owlapi.debugging that return OWLClassExpressionModifier and TypeMethodDescriptionDebuggerClassExpressionGenerator.getDebuggerClassExpression()
Gets the debugger class expression.Methods in org.semanticweb.owlapi.debugging with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionAbstractOWLDebugger.getAllSOSForInconsistentClass
(OWLClassExpression cls) OWLDebugger.getAllSOSForInconsistentClass
(OWLClassExpression cls) Get all SOS for inconsistent class.BlackBoxOWLDebugger.getSOSForInconsistentClass
(OWLClassExpression cls) OWLDebugger.getSOSForInconsistentClass
(OWLClassExpression cls) Gets the SOS for inconsistent class.Constructors in org.semanticweb.owlapi.debugging with parameters of type OWLClassExpressionModifierConstructorDescriptionJustificationMap
(OWLClassExpression desc, Set<OWLAxiom> axioms) Instantiates a new justification map. -
Uses of OWLClassExpression in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLClassExpressionModifier and TypeMethodDescriptionfinal OWLClassExpression
DLSyntaxParser.And()
final OWLClassExpression
DLSyntaxParser.NamedClassOrNestedDescription()
final OWLClassExpression
DLSyntaxParser.NestedClassDescription()
final OWLClassExpression
DLSyntaxParser.NonNaryBooleanDescription()
final OWLClassExpression
DLSyntaxParser.Or()
final OWLClassExpression
DLSyntaxParser.parseAllRestriction()
final OWLClassExpression
DLSyntaxParser.parseCardinalityRestriction()
final OWLClassExpression
DLSyntaxParser.parseClassDescription()
final OWLClassExpression
DLSyntaxParser.parseDataSomeRestriction()
final OWLClassExpression
DLSyntaxParser.parseDescription()
final OWLClassExpression
DLSyntaxParser.parseObjectComplementOf()
final OWLClassExpression
DLSyntaxParser.parseObjectOneOf()
final OWLClassExpression
DLSyntaxParser.parseRestriction()
final OWLClassExpression
DLSyntaxParser.parseSomeRestriction()
-
Uses of OWLClassExpression in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLClassExpressionModifier and TypeMethodDescriptionfinal OWLClassExpression
OWLFunctionalSyntaxParser.ClassExpression()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataAllValuesFrom()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataExactCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataHasValue()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataMaxCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataMinCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.DataSomeValuesFrom()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectAllValuesFrom()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectComplementOf()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectExactCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectHasValue()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectIntersectionOf()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectMaxCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectMinCardinality()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectOneOf()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectSelf()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectSomeValuesFrom()
final OWLClassExpression
OWLFunctionalSyntaxParser.ObjectUnionOf()
Methods in org.semanticweb.owlapi.functional.parser that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionfinal Set<OWLClassExpression>
OWLFunctionalSyntaxParser.ClassExpressionSet()
-
Uses of OWLClassExpression in org.semanticweb.owlapi.krss1.parser
Methods in org.semanticweb.owlapi.krss1.parser that return OWLClassExpressionModifier and TypeMethodDescriptionfinal OWLClassExpression
KRSSParser.All()
final OWLClassExpression
KRSSParser.And()
final OWLClassExpression
KRSSParser.AtLeast()
final OWLClassExpression
KRSSParser.AtMost()
final OWLClassExpression
KRSSParser.ConceptExpression()
final OWLClassExpression
KRSSParser.ConceptName()
final OWLClassExpression
KRSSParser.Exactly()
final OWLClassExpression
KRSSParser.Not()
final OWLClassExpression
KRSSParser.Or()
final OWLClassExpression
KRSSParser.Some()
Methods in org.semanticweb.owlapi.krss1.parser that return types with arguments of type OWLClassExpression -
Uses of OWLClassExpression in org.semanticweb.owlapi.krss2.parser
Methods in org.semanticweb.owlapi.krss2.parser that return OWLClassExpressionModifier and TypeMethodDescriptionfinal OWLClassExpression
KRSS2Parser.All()
final OWLClassExpression
KRSS2Parser.And()
final OWLClassExpression
KRSS2Parser.AtLeast()
final OWLClassExpression
KRSS2Parser.AtMost()
final OWLClassExpression
KRSS2Parser.ConceptExpression()
final OWLClassExpression
KRSS2Parser.ConceptName()
final OWLClassExpression
KRSS2Parser.Exactly()
final OWLClassExpression
KRSS2Parser.Not()
final OWLClassExpression
KRSS2Parser.Or()
final OWLClassExpression
KRSS2Parser.Some()
Methods in org.semanticweb.owlapi.krss2.parser that return types with arguments of type OWLClassExpression -
Uses of OWLClassExpression in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionstatic boolean
LatexBracketChecker.requiresBracket
(OWLClassExpression classExpression) -
Uses of OWLClassExpression in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return OWLClassExpressionMethods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLClassExpression -
Uses of OWLClassExpression in org.semanticweb.owlapi.model
Subinterfaces of OWLClassExpression in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
The super interface for all class expressions which are not named class expressions (i.e.interface
interface
OWLCardinalityRestriction<F extends OWLPropertyRange>
interface
Represents a Class in the OWL 2 specification.interface
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.interface
Represents Data Property Cardinality Restrictions in the OWL 2 specification.interface
Represents DataExactCardinality restrictions in the OWL 2 Specification.interface
Represents DataHasValue restrictions in the OWL 2 Specification.interface
Represents DataMaxCardinality restrictions in the OWL 2 Specification.interface
Represents DataMinCardinality restrictions in the OWL 2 Specification.interface
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.interface
Represents a DataSomeValuesFrom restriction in the OWL 2 Specification.interface
OWLHasValueRestriction<V extends OWLObject>
interface
interface
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.interface
interface
Represents an ObjectComplementOf class expression in the OWL 2 Specification.interface
Represents an ObjectExactCardinality restriction in the OWL 2 Specification.interface
Represents an ObjectHasSelf class expression in the OWL 2 Specification.interface
Represents an ObjectHasValue class expression in the OWL 2 Specification.interface
Represents an ObjectIntersectionOf class expression in the OWL 2 Specification.interface
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.interface
Represents a ObjectMinCardinality restriction in the OWL 2 Specification.interface
Represents an ObjectOneOf class expression in the OWL 2 Specification.interface
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.interface
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.interface
Represents an ObjectUnionOf class expression in the OWL 2 Specification.interface
A quantified data restriction.interface
A quantified object restriction.interface
OWLQuantifiedRestriction<F extends OWLPropertyRange>
interface
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.Methods in org.semanticweb.owlapi.model that return OWLClassExpressionModifier and TypeMethodDescriptionOWLDataExactCardinality.asIntersectionOfMinMax()
Obtains an equivalent form that is a conjunction of a min cardinality and max cardinality restriction.OWLObjectExactCardinality.asIntersectionOfMinMax()
Obtains an equivalent form that is a conjunction of a min cardinality and max cardinality restriction.OWLObjectOneOf.asObjectUnionOf()
Simplifies this enumeration to a union of singleton nominals.OWLHasValueRestriction.asSomeValuesFrom()
A convenience method that obtains this restriction as an existential restriction with a nominal filler.OWLClassAssertionAxiom.getClassExpression()
Gets the class expression that is asserted to be a type for an individual by this axiom.OWLHasKeyAxiom.getClassExpression()
Gets the class expression, instances of which, this axiom acts as the key for.OWLClassExpression.getComplementNNF()
Gets the negation normal form of the complement of this expression.OWLClassExpression.getNNF()
Gets this expression in negation normal form.OWLClassExpression.getObjectComplementOf()
Gets the object complement of this class expression.OWLObjectComplementOf.getOperand()
SWRLClassAtom.getPredicate()
OWLSubClassOfAxiom.getSubClass()
Gets the subclass in this axiom.OWLSubClassOfAxiom.getSuperClass()
Gets the superclass in this axiom.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionOWLClassExpression.asConjunctSet()
Interprets this expression as a conjunction and returns the conjuncts.OWLClassExpression.asDisjunctSet()
Interprets this expression as a disjunction and returns the disjuncts.SWRLRule.classAtomPredicates()
Gets the predicates of class atoms.OWLDisjointUnionAxiom.classExpressions()
Gets the class expressions which are operands of the disjoint union.OWLNaryClassAxiom.classExpressions()
Gets all of the top level class expressions that appear in this axiom.default Stream<OWLClassExpression>
OWLClassExpression.conjunctSet()
Interprets this expression as a conjunction and returns the conjuncts.default Stream<OWLClassExpression>
OWLClassExpression.disjunctSet()
Interprets this expression as a disjunction and returns the disjuncts.default Set<OWLClassExpression>
SWRLRule.getClassAtomPredicates()
Gets the predicates of class atoms.default Set<OWLClassExpression>
OWLDisjointUnionAxiom.getClassExpressions()
Gets the class expressions which are operands of the disjoint union.default Set<OWLClassExpression>
OWLNaryClassAxiom.getClassExpressions()
Gets all of the top level class expressions that appear in this axiom.default List<OWLClassExpression>
OWLNaryClassAxiom.getClassExpressionsAsList()
Deprecated.OWLNaryClassAxiom.getClassExpressionsMinus
(OWLClassExpression... desc) Gets the set of class expressions that appear in this axiom minus the specified class expressions.default Set<OWLClassExpression>
OWLObject.getNestedClassExpressions()
Gets all of the nested (includes top level) class expressions (anonymous and named) that are used in this object.default Set<OWLClassExpression>
OWLNaryBooleanClassExpression.getOperands()
default Stream<OWLClassExpression>
OWLObject.nestedClassExpressions()
Gets all of the nested (includes top level) class expressions (anonymous and named) that are used in this object.default Stream<OWLClassExpression>
OWLNaryClassAxiom.operands()
Methods in org.semanticweb.owlapi.model with parameters of type OWLClassExpressionModifier and TypeMethodDescriptiondefault Stream<OWLClassAssertionAxiom>
OWLAxiomIndex.classAssertionAxioms
(OWLClassExpression ce) Gets theOWLClassAssertionAxiom
objects contained in this ontology that make the specified class expression,ce
, a type for some individual.boolean
OWLNaryClassAxiom.contains
(OWLClassExpression ce) Determines if this class axiom contains the specified class expression as an operand.boolean
OWLClassExpression.containsConjunct
(OWLClassExpression ce) Determines if this class expression contains a particular conjunct.default Set<OWLClassAssertionAxiom>
OWLAxiomIndex.getClassAssertionAxioms
(OWLClassExpression ce) Gets theOWLClassAssertionAxiom
objects contained in this ontology that make the specified class expression,ce
, a type for some individual.OWLNaryClassAxiom.getClassExpressionsMinus
(OWLClassExpression... desc) Gets the set of class expressions that appear in this axiom minus the specified class expressions. -
Uses of OWLClassExpression in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLClassExpressionModifier and TypeMethodDescriptiondefault OWLDataPropertyDomainAxiom
DomainAxiomProvider.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain) DomainAxiomProvider.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) default OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(OWLClassExpression... classExpressions) default OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(OWLClassExpression classA, OWLClassExpression classB, Collection<OWLAnnotation> annotations) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(OWLClassExpression... classExpressions) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(OWLClassExpression clsA, OWLClassExpression clsB) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(OWLClassExpression clsA, OWLClassExpression clsB, Collection<OWLAnnotation> annotations) default OWLHasKeyAxiom
HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> properties) HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> objectProperties, Collection<OWLAnnotation> annotations) default OWLHasKeyAxiom
HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, OWLPropertyExpression... properties) default OWLObjectPropertyDomainAxiom
DomainAxiomProvider.getOWLObjectPropertyDomainAxiom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression) DomainAxiomProvider.getOWLObjectPropertyDomainAxiom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) default OWLObjectPropertyRangeAxiom
RangeAxiomProvider.getOWLObjectPropertyRangeAxiom
(OWLObjectPropertyExpression property, OWLClassExpression range) RangeAxiomProvider.getOWLObjectPropertyRangeAxiom
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) default OWLSubClassOfAxiom
SubAxiomProvider.getOWLSubClassOfAxiom
(OWLClassExpression subClass, OWLClassExpression superClass) SubAxiomProvider.getOWLSubClassOfAxiom
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) Method parameters in org.semanticweb.owlapi.model.axiomproviders with type arguments of type OWLClassExpressionModifier and TypeMethodDescriptiondefault OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions) DisjointAxiomProvider.getOWLDisjointClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(Stream<? extends OWLClassExpression> classExpressions) default OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default 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) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions) EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(Stream<? extends OWLClassExpression> classExpressions) -
Uses of OWLClassExpression in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLClassExpressionModifier and TypeMethodDescriptiondefault OWLClassAssertionAxiom
ClassAssertionProvider.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual) ClassAssertionProvider.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) UniversalProvider.getOWLObjectAllValuesFrom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression) ComplementProvider.getOWLObjectComplementOf
(OWLClassExpression operand) CardinalityRestrictionProvider.getOWLObjectExactCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) default OWLObjectIntersectionOf
IntersectionProvider.getOWLObjectIntersectionOf
(OWLClassExpression... operands) CardinalityRestrictionProvider.getOWLObjectMaxCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) CardinalityRestrictionProvider.getOWLObjectMinCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) ExistentialProvider.getOWLObjectSomeValuesFrom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression) Gets an OWLObjectSomeValuesFrom restrictiondefault OWLObjectUnionOf
UnionProvider.getOWLObjectUnionOf
(OWLClassExpression... operands) SWRLProvider.getSWRLClassAtom
(OWLClassExpression predicate, SWRLIArgument arg) Gets a SWRL atom where the predicate is a class expression i.e.Method parameters in org.semanticweb.owlapi.model.providers with type arguments of type OWLClassExpressionModifier and TypeMethodDescriptiondefault OWLObjectIntersectionOf
IntersectionProvider.getOWLObjectIntersectionOf
(Collection<? extends OWLClassExpression> operands) IntersectionProvider.getOWLObjectIntersectionOf
(Stream<? extends OWLClassExpression> operands) default OWLObjectUnionOf
UnionProvider.getOWLObjectUnionOf
(Collection<? extends OWLClassExpression> operands) UnionProvider.getOWLObjectUnionOf
(Stream<? extends OWLClassExpression> operands) -
Uses of OWLClassExpression in org.semanticweb.owlapi.normalform
Methods in org.semanticweb.owlapi.normalform that return OWLClassExpressionModifier and TypeMethodDescriptionNegationalNormalFormConverter.convertToNormalForm
(OWLClassExpression classExpression) NormalFormRewriter.convertToNormalForm
(OWLClassExpression classExpression) Convert to normal form.Methods in org.semanticweb.owlapi.normalform that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionOWLObjectComplementOfExtractor.getComplementedClassExpressions
(OWLClassExpression desc) Gets the complemented class expressions.Methods in org.semanticweb.owlapi.normalform with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionNegationalNormalFormConverter.convertToNormalForm
(OWLClassExpression classExpression) NormalFormRewriter.convertToNormalForm
(OWLClassExpression classExpression) Convert to normal form.OWLObjectComplementOfExtractor.getComplementedClassExpressions
(OWLClassExpression desc) Gets the complemented class expressions.boolean
NegationalNormalFormConverter.isInNormalForm
(OWLClassExpression c) boolean
NormalFormRewriter.isInNormalForm
(OWLClassExpression classExpression) Checks if is in normal form. -
Uses of OWLClassExpression in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLClassExpressionModifier and TypeMethodDescriptionUseOfIllegalClassExpression.getExpression()
UseOfNonAtomicClassExpression.getExpression()
UseOfNonEquivalentClassExpression.getExpression()
UseOfNonSubClassExpression.getExpression()
UseOfNonSuperClassExpression.getExpression()
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLClassExpressionModifierConstructorDescriptionUseOfIllegalClassExpression
(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression) UseOfNonAtomicClassExpression
(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression) UseOfNonEquivalentClassExpression
(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression) UseOfNonSubClassExpression
(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression) UseOfNonSuperClassExpression
(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression) -
Uses of OWLClassExpression in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLClassExpressionModifier and TypeMethodDescriptionTranslates the specified main node into anOWLClassExpression
.OWLRDFConsumer.translateClassExpression
(IRI i) compatibility proxy forTranslators.TranslatorAccessor.translateClassExpression(IRI)
-
Uses of OWLClassExpression in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return OWLClassExpressionMethods in org.semanticweb.owlapi.reasoner with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionOWLReasoner.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.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.default NodeSet<OWLNamedIndividual>
OWLReasoner.getInstances
(OWLClassExpression ce) OWLReasoner.getInstances
(OWLClassExpression ce, boolean direct) Gets the individuals which are instances of the specified class expression.default NodeSet<OWLNamedIndividual>
OWLReasoner.getInstances
(OWLClassExpression ce, 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) default Stream<OWLNamedIndividual>
OWLReasoner.instances
(OWLClassExpression ce) default Stream<OWLNamedIndividual>
OWLReasoner.instances
(OWLClassExpression ce, boolean direct) Gets the individuals which are instances of the specified class expression.default Stream<OWLNamedIndividual>
OWLReasoner.instances
(OWLClassExpression ce, InferenceDepth depth) boolean
OWLReasoner.isSatisfiable
(OWLClassExpression classExpression) A convenience method that determines if the specified class expression is satisfiable with respect to the reasoner axioms.default Stream<OWLNamedIndividual>
OWLReasoner.representativeInstances
(OWLClassExpression ce) default Stream<OWLNamedIndividual>
OWLReasoner.representativeInstances
(OWLClassExpression ce, boolean direct) Gets the individuals which are instances of the specified class expression.default Stream<OWLNamedIndividual>
OWLReasoner.representativeInstances
(OWLClassExpression ce, 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) Constructors in org.semanticweb.owlapi.reasoner with parameters of type OWLClassExpressionModifierConstructorDescriptionClassExpressionNotInProfileException
(OWLClassExpression classExpression, IRI profile) -
Uses of OWLClassExpression in org.semanticweb.owlapi.reasoner.impl
Methods in org.semanticweb.owlapi.reasoner.impl that return types with arguments of type OWLClassExpression -
Uses of OWLClassExpression in org.semanticweb.owlapi.reasoner.knowledgeexploration
Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionNode<? extends OWLClassExpression>
OWLKnowledgeExplorerReasoner.getObjectLabel
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionOWLKnowledgeExplorerReasoner.getRoot
(OWLClassExpression expression) -
Uses of OWLClassExpression in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionStructuralReasoner.getDisjointClasses
(OWLClassExpression ce) StructuralReasoner.getEquivalentClasses
(OWLClassExpression ce) StructuralReasoner.getInstances
(OWLClassExpression ce, boolean direct) StructuralReasoner.getSubClasses
(OWLClassExpression ce, boolean direct) StructuralReasoner.getSuperClasses
(OWLClassExpression ce, boolean direct) boolean
StructuralReasoner.isSatisfiable
(OWLClassExpression classExpression) -
Uses of OWLClassExpression in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLClassExpressionModifier 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.getDomains
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the asserted domains of e by examining the axioms in the specified ontologies.static Stream<OWLClassExpression>
EntitySearcher.getDomains
(OWLDataProperty e, OWLOntology ontology) Gets the asserted domains of e.static Stream<OWLClassExpression>
EntitySearcher.getDomains
(OWLObjectPropertyExpression e, Stream<OWLOntology> ontologies) Gets the asserted domains of e by examining the axioms in the specified ontologies.static Stream<OWLClassExpression>
EntitySearcher.getDomains
(OWLObjectPropertyExpression e, OWLOntology ontology) Gets the asserted domains of e.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<OWLClassExpression>
EntitySearcher.getRanges
(OWLObjectPropertyExpression e, Stream<OWLOntology> ontologies) Gets the asserted ranges of e by examining the axioms in the specified ontologies.static Stream<OWLClassExpression>
EntitySearcher.getRanges
(OWLObjectPropertyExpression e, OWLOntology ontology) Gets the ranges of e that have been asserted 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 Stream<OWLClassExpression>
EntitySearcher.getTypes
(OWLIndividual e, Stream<OWLOntology> ontologies) static Stream<OWLClassExpression>
EntitySearcher.getTypes
(OWLIndividual e, OWLOntology ontology) static Stream<OWLClassExpression>
Searcher.types
(Stream<OWLClassAssertionAxiom> axioms) Retrieve classes from class assertions.Methods in org.semanticweb.owlapi.search with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionstatic Stream<OWLIndividual>
EntitySearcher.getInstances
(OWLClassExpression e, Stream<OWLOntology> ontologies) static Stream<OWLIndividual>
EntitySearcher.getInstances
(OWLClassExpression e, OWLOntology ontology) -
Uses of OWLClassExpression in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionOWLObjectWalker.getClassExpressionPath()
Gets the current class expression path.NNF.getClassVisitor()
OWLClassExpressionCollector.visit
(OWLDataAllValuesFrom ce) OWLClassExpressionCollector.visit
(OWLDataExactCardinality ce) OWLClassExpressionCollector.visit
(OWLDataHasValue ce) OWLClassExpressionCollector.visit
(OWLDataMaxCardinality ce) OWLClassExpressionCollector.visit
(OWLDataMinCardinality ce) OWLClassExpressionCollector.visit
(OWLDataSomeValuesFrom ce) OWLClassExpressionCollector.visit
(OWLObjectAllValuesFrom ce) OWLClassExpressionCollector.visit
(OWLObjectComplementOf ce) OWLClassExpressionCollector.visit
(OWLObjectExactCardinality ce) OWLClassExpressionCollector.visit
(OWLObjectHasSelf ce) OWLClassExpressionCollector.visit
(OWLObjectHasValue ce) OWLClassExpressionCollector.visit
(OWLObjectIntersectionOf ce) OWLClassExpressionCollector.visit
(OWLObjectMaxCardinality ce) OWLClassExpressionCollector.visit
(OWLObjectMinCardinality ce) OWLClassExpressionCollector.visit
(OWLObjectOneOf ce) OWLClassExpressionCollector.visit
(OWLObjectSomeValuesFrom ce) OWLClassExpressionCollector.visit
(OWLObjectUnionOf ce) OWLClassExpressionCollector.visit
(OWLOntology ontology) Methods in org.semanticweb.owlapi.util with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionNamedConjunctChecker.getNamedConjuncts
(OWLClassExpression classExpression) Gets the named conjuncts for the specified expression.boolean
NamedConjunctChecker.hasNamedConjunct
(OWLClassExpression classExpression) Checks whether the specified expression has a named conjunct.boolean
OWLObjectWalker.isFirstClassExpressionInPath
(OWLClassExpression classExpression) Determines if a particular class expression is the first (or root) class expression in the current class expression path.boolean
NamedConjunctChecker.isNamedConjunct
(OWLClass conj, OWLClassExpression classExpression) -
Uses of OWLClassExpression in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return OWLClassExpressionModifier and TypeMethodDescriptionManchesterOWLSyntaxParser.parseClassExpression()
Parses an OWL class expression that is represented in Manchester OWL Syntax.default OWLClassExpression
ManchesterOWLSyntaxParser.parseClassExpression
(String s) Convenience method equivalent tosetStringToParse("string"
; parseClassexpression();}Methods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLClassExpression -
Uses of OWLClassExpression in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLClassExpressionModifier and TypeMethodDescriptionBuilderClassAssertion.getClassExpression()
BuilderComplementOf.getClassExpression()
BuilderHasKey.getClassExpression()
BaseDomainBuilder.getDomain()
BuilderSWRLClassAtom.getPredicate()
BaseObjectBuilder.getRange()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionBuilderSWRLClassAtom.with
(OWLClassExpression arg) BuilderClassAssertion.withClass
(OWLClassExpression arg) BuilderComplementOf.withClass
(OWLClassExpression arg) BuilderHasKey.withClass
(OWLClassExpression arg) BaseDomainBuilder.withDomain
(OWLClassExpression arg) BaseObjectBuilder.withRange
(OWLClassExpression arg) -
Uses of OWLClassExpression in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLClassExpressionModifier and TypeClassDescriptionclass
class
OWLCardinalityRestrictionImpl<F extends OWLPropertyRange>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Quantified data restriction.class
Quantified object restriction.class
OWLQuantifiedRestrictionImpl<F extends OWLPropertyRange>
class
OWLValueRestrictionImpl<V extends OWLObject>
Methods in uk.ac.manchester.cs.owl.owlapi that return OWLClassExpressionModifier and TypeMethodDescriptionOWLDataExactCardinalityImpl.asIntersectionOfMinMax()
OWLObjectExactCardinalityImpl.asIntersectionOfMinMax()
OWLObjectOneOfImpl.asObjectUnionOf()
OWLDataHasValueImpl.asSomeValuesFrom()
OWLObjectHasValueImpl.asSomeValuesFrom()
OWLClassAssertionAxiomImpl.getClassExpression()
OWLHasKeyAxiomImpl.getClassExpression()
OWLAnonymousClassExpressionImpl.getComplementNNF()
OWLClassImpl.getComplementNNF()
OWLPropertyDomainAxiomImpl.getDomain()
OWLAnonymousClassExpressionImpl.getNNF()
OWLClassImpl.getNNF()
OWLAnonymousClassExpressionImpl.getObjectComplementOf()
OWLClassImpl.getObjectComplementOf()
OWLObjectComplementOfImpl.getOperand()
SWRLClassAtomImpl.getPredicate()
OWLSubClassOfAxiomImpl.getSubClass()
OWLSubClassOfAxiomImpl.getSuperClass()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionOWLAnonymousClassExpressionImpl.asConjunctSet()
OWLClassImpl.asConjunctSet()
OWLObjectIntersectionOfImpl.asConjunctSet()
OWLAnonymousClassExpressionImpl.asDisjunctSet()
OWLClassImpl.asDisjunctSet()
OWLObjectUnionOfImpl.asDisjunctSet()
SWRLRuleImpl.classAtomPredicates()
OWLDisjointUnionAxiomImpl.classExpressions()
OWLNaryClassAxiomImpl.classExpressions()
OWLAnonymousClassExpressionImpl.conjunctSet()
OWLClassImpl.conjunctSet()
OWLObjectIntersectionOfImpl.conjunctSet()
OWLAnonymousClassExpressionImpl.disjunctSet()
OWLClassImpl.disjunctSet()
OWLObjectUnionOfImpl.disjunctSet()
OWLNaryClassAxiomImpl.getClassExpressionsMinus
(OWLClassExpression... desc) OWLDisjointUnionAxiomImpl.getOperandsAsList()
OWLNaryBooleanClassExpressionImpl.getOperandsAsList()
OWLNaryClassAxiomImpl.getOperandsAsList()
OWLObjectImpl.nestedClassExpressions()
OWLDisjointUnionAxiomImpl.operands()
OWLNaryBooleanClassExpressionImpl.operands()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.classAssertionAxioms
(OWLClassExpression ce) boolean
OWLNaryClassAxiomImpl.contains
(OWLClassExpression ce) boolean
OWLAnonymousClassExpressionImpl.containsConjunct
(OWLClassExpression ce) boolean
OWLClassImpl.containsConjunct
(OWLClassExpression ce) boolean
OWLObjectIntersectionOfImpl.containsConjunct
(OWLClassExpression ce) OWLNaryClassAxiomImpl.getClassExpressionsMinus
(OWLClassExpression... desc) OWLDataFactoryImpl.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> objectProperties, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectAllValuesFrom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression) OWLDataFactoryImpl.getOWLObjectComplementOf
(OWLClassExpression operand) OWLDataFactoryImpl.getOWLObjectExactCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) OWLDataFactoryImpl.getOWLObjectMaxCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) OWLDataFactoryImpl.getOWLObjectMinCardinality
(int cardinality, OWLObjectPropertyExpression property, OWLClassExpression classExpression) OWLDataFactoryImpl.getOWLObjectPropertyDomainAxiom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectPropertyRangeAxiom
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectSomeValuesFrom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression) OWLDataFactoryImpl.getOWLSubClassOfAxiom
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getSWRLClassAtom
(OWLClassExpression predicate, SWRLIArgument arg) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLClassExpressionModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDisjointClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLEquivalentClassesAxiom
(Collection<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectIntersectionOf
(Collection<? extends OWLClassExpression> operands) OWLDataFactoryImpl.getOWLObjectIntersectionOf
(Stream<? extends OWLClassExpression> operands) OWLDataFactoryImpl.getOWLObjectUnionOf
(Collection<? extends OWLClassExpression> operands) OWLDataFactoryImpl.getOWLObjectUnionOf
(Stream<? extends OWLClassExpression> operands) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLClassExpressionModifierConstructorDescriptionOWLClassAssertionAxiomImpl
(OWLIndividual individual, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) OWLDataPropertyDomainAxiomImpl
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLHasKeyAxiomImpl
(OWLClassExpression expression, Collection<? extends OWLPropertyExpression> propertyExpressions, Collection<OWLAnnotation> annotations) OWLObjectAllValuesFromImpl
(OWLObjectPropertyExpression property, OWLClassExpression filler) OWLObjectExactCardinalityImpl
(OWLObjectPropertyExpression property, int cardinality, OWLClassExpression filler) OWLObjectMaxCardinalityImpl
(OWLObjectPropertyExpression property, int cardinality, OWLClassExpression filler) OWLObjectMinCardinalityImpl
(OWLObjectPropertyExpression property, int cardinality, OWLClassExpression filler) OWLObjectPropertyDomainAxiomImpl
(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLObjectPropertyRangeAxiomImpl
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) OWLObjectSomeValuesFromImpl
(OWLObjectPropertyExpression property, OWLClassExpression filler) OWLPropertyDomainAxiomImpl
(P property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLQuantifiedObjectRestrictionImpl
(OWLObjectPropertyExpression property, OWLClassExpression filler) OWLSubClassOfAxiomImpl
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) SWRLClassAtomImpl
(OWLClassExpression predicate, SWRLIArgument arg) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLClassExpressionModifierConstructorDescriptionOWLDisjointClassesAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDisjointUnionAxiomImpl
(OWLClass owlClass, List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLEquivalentClassesAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLNaryClassAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLObjectIntersectionOfImpl
(List<OWLClassExpression> operands) OWLObjectUnionOfImpl
(List<OWLClassExpression> operands) -
Uses of OWLClassExpression in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLClassExpressionModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.getNestedClassExpressions()
ConcurrentOWLOntologyImpl.nestedClassExpressions()
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLClassExpressionModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.classAssertionAxioms
(OWLClassExpression ce) ConcurrentOWLOntologyImpl.getClassAssertionAxioms
(OWLClassExpression owlClassExpression)
HasOperands.getOperandsAsList()