Package | Description |
---|---|
de.tudresden.inf.lat.jcel.ontology.axiom.complex |
Provides interfaces and classes that model complex axioms.
|
de.tudresden.inf.lat.jcel.reasoner.main |
Provides interfaces and classes used for the reasoner.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
IntegerTransitiveObjectPropertyAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerSubPropertyChainOfAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerSubObjectPropertyOfAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerSubClassOfAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerSameIndividualAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerReflexiveObjectPropertyAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerPropertyRangeAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerObjectPropertyDeclarationAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerObjectPropertyAssertionAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerNegativeObjectPropertyAssertionAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerNamedIndividualDeclarationAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerInverseObjectPropertiesAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerInverseFunctionalObjectPropertyAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerFunctionalObjectPropertyAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerEquivalentObjectPropertiesAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerEquivalentClassesAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerDisjointClassesAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerDifferentIndividualsAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerDataPropertyDeclarationAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerDataPropertyAssertionAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerClassDeclarationAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
IntegerClassAssertionAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor) |
<T> T |
ComplexIntegerAxiom.accept(ComplexIntegerAxiomVisitor<T> visitor)
Applies a visitor to this complex integer axiom.
|
Modifier and Type | Class and Description |
---|---|
class |
OntologyEntailmentChecker
An object of this class checks ontology entailment.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.