| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.reasoner | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static Set<AxiomType<?>> |
AxiomType.ABoxAxiomTypes
set of abox axiom types
|
static Set<AxiomType<?>> |
AxiomType.AXIOM_TYPES
axiom types
|
static Set<AxiomType<?>> |
AxiomType.RBoxAxiomTypes
set of rbox axiom types
|
static Set<AxiomType<?>> |
AxiomType.TBoxAxiomTypes
set of tbox axiom types
|
| Modifier and Type | Method and Description |
|---|---|
AxiomType<?> |
OWLAxiom.getAxiomType()
Gets the axiom type for this axiom.
|
static AxiomType<?> |
AxiomType.getAxiomType(String name)
Gets an axiom type by its name
|
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
OWLOntology.getAxiomCount(AxiomType<T> axiomType)
Gets the axiom count of a specific type of axiom.
|
<T extends OWLAxiom> |
OWLOntology.getAxiomCount(AxiomType<T> axiomType,
boolean includeImportsClosure)
Gets the axiom count of a specific type of axiom, possibly in the imports
closure of this ontology.
|
<T extends OWLAxiom> |
OWLOntology.getAxioms(AxiomType<T> axiomType)
Gets the axioms which are of the specified type.
|
<T extends OWLAxiom> |
OWLOntology.getAxioms(AxiomType<T> axiomType,
boolean includeImportsClosure)
Gets the axioms which are of the specified type.
|
static Set<OWLAxiom> |
AxiomType.getAxiomsOfTypes(Set<OWLAxiom> sourceAxioms,
AxiomType<?>... axiomTypes)
Gets the set of axioms from a source set of axioms that have a specified
type
|
static Set<OWLAxiom> |
AxiomType.getAxiomsWithoutTypes(Set<OWLAxiom> sourceAxioms,
AxiomType<?>... axiomTypes)
Gets the set of axioms from a source set of axioms that are not of the
specified type
|
boolean |
OWLAxiom.isOfType(AxiomType<?>... axiomTypes)
Determines if this axiom is one of the specified types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLAxiom.isOfType(Set<AxiomType<?>> types)
Determines if this axiom is one of the specified types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLReasoner.isEntailmentCheckingSupported(AxiomType<?> axiomType)
Determines if entailment checking for the specified axiom type is
supported.
|
| Modifier and Type | Method and Description |
|---|---|
AxiomType<O> |
OWLAxiomSearchFilter.getAxiomType() |
AxiomType<?> |
AxiomTypeProvider.getAxiomType(OWLAxiom axiom)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
OWLAxiomTypeProcessor.process(OWLAxiom axiom,
AxiomType<?> type) |
Copyright © 2014 The University of Manchester. All Rights Reserved.