T - builder typepublic interface Builder<T>
| Modifier and Type | Method and Description | 
|---|---|
| List<OWLOntologyChange> | applyChanges(OWLOntology o)If the builder is constructing an axiom, this method will add the axiom
 and all needed changes to make the ontology fit in the expected profile;
 the changes will be returned but there is no need to apply them, as they
 have already been applied. | 
| T | buildObject() | 
T buildObject()
List<OWLOntologyChange> applyChanges(OWLOntology o)
o - ontologyCopyright © 2020 The University of Manchester. All rights reserved.