public class OntologyAxiomPair extends Object
Constructor and Description |
---|
OntologyAxiomPair(OWLOntology ontology,
OWLAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
OWLAxiom |
getAxiom() |
OWLOntology |
getOntology() |
int |
hashCode() |
String |
toString() |
public OntologyAxiomPair(@Nullable OWLOntology ontology, @Nonnull OWLAxiom axiom)
ontology
- ontologyaxiom
- axiom@Nullable public OWLOntology getOntology()
Copyright © 2020 The University of Manchester. All rights reserved.