Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
OWLDataPropertyAssertionAxiom |
Represents a DataPropertyAssertion in the OWL 2 Specification.
|
interface |
OWLNegativeDataPropertyAssertionAxiom |
Represents a NegativeDataPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLNegativeObjectPropertyAssertionAxiom |
Represents a NegativeObjectPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLObjectPropertyAssertionAxiom |
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
|
interface |
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
Represents an Assertion in the OWL
2 specification.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLDataPropertyAssertionAxiomImpl |
|
class |
OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLPropertyAssertionObject> |
|
class |
OWLNegativeDataPropertyAssertionAxiomImpl |
|
class |
OWLNegativeObjectPropertyAssertionAxiomImpl |
|
class |
OWLObjectPropertyAssertionAxiomImpl |
Copyright © 2018 The University of Manchester. All rights reserved.