Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.vocab |
Vocabulary package
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OWLAnonymousClassExpression |
The super interface for all class expressions which are not named class
expressions (i.e.
|
interface |
OWLBooleanClassExpression |
|
interface |
OWLCardinalityRestriction<F extends OWLPropertyRange> |
|
interface |
OWLClass |
Represents a Class in
the OWL 2 specification.
|
interface |
OWLClassExpression |
Represents Class
Expressions in the OWL 2 specification.
|
interface |
OWLDataAllValuesFrom |
Represents DataAllValuesFrom class expressions in the OWL 2 Specification.
|
interface |
OWLDataCardinalityRestriction |
Represents Data Property Cardinality Restrictions in the OWL 2 specification.
|
interface |
OWLDataComplementOf |
Represents DataComplementOf in the OWL 2 Specification.
|
interface |
OWLDataExactCardinality |
Represents DataExactCardinality retrictions in the OWL 2 Specification.
|
interface |
OWLDataHasValue |
Represents DataHasValue retrictions in the OWL 2 Specification.
|
interface |
OWLDataIntersectionOf |
Represents DataIntersectionOf in the OWL 2 Specification.
|
interface |
OWLDataMaxCardinality |
Represents
DataMaxCardinality retrictions in the OWL 2 Specification.
|
interface |
OWLDataMinCardinality |
Represents
DataMinCardinality retrictions in the OWL 2 Specification.
|
interface |
OWLDataOneOf |
Represents DataOneOf in the OWL 2 Specification.
|
interface |
OWLDataProperty |
Represents a Data
Property in the OWL 2 Specification.
|
interface |
OWLDataPropertyExpression |
A high level interface to describe different types of data properties.
|
interface |
OWLDataRange |
Represents a DataRange in the OWL
2 Specification.
A high level interface which represents a data range. |
interface |
OWLDataRestriction |
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.
|
interface |
OWLDataSomeValuesFrom |
Represents a DataSomeValuesFrom restriction in the OWL 2 Specification.
|
interface |
OWLDatatype |
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
interface |
OWLDatatypeRestriction |
Represents a DatatypeRestriction data range in the OWL 2 Specification.
|
interface |
OWLDataUnionOf |
Represents a DataUnionOf
data range in the OWL 2 Specification.
|
interface |
OWLHasValueRestriction<V extends OWLObject> |
|
interface |
OWLNaryBooleanClassExpression |
|
interface |
OWLNaryDataRange |
|
interface |
OWLObjectAllValuesFrom |
Represents an ObjectAllValuesFrom restriction in the OWL 2 Specification.
|
interface |
OWLObjectCardinalityRestriction |
|
interface |
OWLObjectComplementOf |
Represents an ObjectComplementOf class expression in the OWL 2 Specification.
|
interface |
OWLObjectExactCardinality |
Represents an
ObjectExactCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectHasSelf |
Represents an ObjectHasSelf
class expression in the OWL 2 Specification.
|
interface |
OWLObjectHasValue |
Represents an ObjectHasValue class expression in the OWL 2 Specification.
|
interface |
OWLObjectIntersectionOf |
Represents an ObjectIntersectionOf class expression in the OWL 2 Specification.
|
interface |
OWLObjectInverseOf |
Represents a ObjectInverseOf Represents the inverse of a property expression.
|
interface |
OWLObjectMaxCardinality |
Represents an ObjectMaxCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectMinCardinality |
Represents a
ObjectMinCardinality restriction in the OWL 2 Specification.
|
interface |
OWLObjectOneOf |
Represents an ObjectOneOf class expression in the OWL 2 Specification.
|
interface |
OWLObjectProperty |
Represents an Object
Property in the OWL 2 Specification.
|
interface |
OWLObjectPropertyExpression |
|
interface |
OWLObjectRestriction |
Represents a restriction (Object Property Restriction or Data Property Restriction) in the OWL 2 specification.
|
interface |
OWLObjectSomeValuesFrom |
Represents an ObjectSomeValuesFrom class expression in the OWL 2 Specification.
|
interface |
OWLObjectUnionOf |
Represents an ObjectUnionOf class expression in the OWL 2 Specification.
|
interface |
OWLQuantifiedDataRestriction |
A quantified data restriction.
|
interface |
OWLQuantifiedObjectRestriction |
A quantified object restriction.
|
interface |
OWLQuantifiedRestriction<F extends OWLPropertyRange> |
|
interface |
OWLRestriction |
Represents a restriction (Object
Property Restriction or Data
Property Restriction) in the OWL 2 specification.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IRI |
Represents International Resource Identifiers
|
Modifier and Type | Method | Description |
---|---|---|
SWRLPredicate |
SWRLAtom.getPredicate() |
Gets the predicate of this atom.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SWRLBuiltInsVocabulary |
Modifier and Type | Method | Description |
---|---|---|
SWRLPredicate |
SWRLAtomImpl.getPredicate() |
Constructor | Description |
---|---|
SWRLUnaryAtomImpl(SWRLPredicate predicate,
A arg) |
Copyright © 2018 The University of Manchester. All rights reserved.