| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
OWLNaryAxiom.walkPairwise(OWLPairwiseVisitor<T,C> visitor) |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
OWLNaryClassAxiomImpl.walkPairwise(OWLPairwiseVisitor<T,OWLClassExpression> visitor) |
<T> Collection<T> |
OWLNaryIndividualAxiomImpl.walkPairwise(OWLPairwiseVisitor<T,OWLIndividual> visitor) |
<T> Collection<T> |
OWLInverseObjectPropertiesAxiomImpl.walkPairwise(OWLPairwiseVisitor<T,OWLObjectPropertyExpression> visitor) |
<T> Collection<T> |
OWLNaryPropertyAxiomImpl.walkPairwise(OWLPairwiseVisitor<T,P> visitor) |
Copyright © 2016 The University of Manchester. All Rights Reserved.