| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| uk.ac.manchester.cs.owl.owlapi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLDataPropertyRangeAxiom
Represents a
DataPropertyRange axiom in the OWL 2 Specification.
|
interface |
OWLObjectPropertyRangeAxiom
Represents
ObjectPropertyRange axioms in the OWL 2 specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDataPropertyRangeAxiomImpl |
class |
OWLObjectPropertyRangeAxiomImpl |
class |
OWLPropertyRangeAxiomImpl<P extends OWLPropertyExpression<?,?>,R extends OWLPropertyRange> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<? extends OWLPropertyRangeAxiom<P,R>> |
OWLPropertyExpressionImpl.getRangeAxioms(OWLOntology ontology) |
protected Set<? extends OWLPropertyRangeAxiom<OWLObjectPropertyExpression,OWLClassExpression>> |
OWLObjectPropertyExpressionImpl.getRangeAxioms(OWLOntology ontology) |
protected Set<? extends OWLPropertyRangeAxiom<OWLDataPropertyExpression,OWLDataRange>> |
OWLDataPropertyImpl.getRangeAxioms(OWLOntology ontology) |
Copyright © 2014 The University of Manchester. All Rights Reserved.