| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.reasoner |
OWLReasoner package
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| 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.TBoxAndRBoxAxiomTypes
set of tbox and 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
|
static <T extends OWLAxiom> |
AxiomType.getTypeForClass(Class<T> t) |
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
OWLAxiomCollectionNoArgs.getAxiomCount(AxiomType<T> axiomType)
Gets the axiom count of a specific type of axiom.
|
<T extends OWLAxiom> |
OWLAxiomCollectionBooleanArgs.getAxiomCount(AxiomType<T> axiomType,
boolean includeImportsClosure)
Deprecated.
|
<T extends OWLAxiom> |
OWLAxiomCollection.getAxiomCount(AxiomType<T> axiomType,
Imports includeImportsClosure)
Gets the axiom count of a specific type of axiom, optionally including
the imports closure.
|
<T extends OWLAxiom> |
HasAxiomsByType.getAxioms(AxiomType<T> axiomType)
Gets the axioms which are of the specified type.
|
<T extends OWLAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(AxiomType<T> axiomType,
boolean includeImportsClosure)
Deprecated.
|
<T extends OWLAxiom> |
OWLAxiomCollection.getAxioms(AxiomType<T> axiomType,
Imports includeImportsClosure)
Gets all axioms 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 |
|---|---|
AxiomType<?> |
UseOfIllegalAxiom.getExpression() |
| 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 |
|---|---|
Iterable<AxiomType<?>> |
Filters.AxiomFilter.getAxiomTypes() |
| Constructor and Description |
|---|
AxiomFilter(AxiomType<?>... types) |
AxiomFilter(AxiomType<?> type) |
| Constructor and Description |
|---|
AxiomFilter(Collection<AxiomType<?>> types) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AxiomType<?>> |
OWLAxiomSearchFilter.getAxiomTypes() |
Copyright © 2016 The University of Manchester. All Rights Reserved.