public class RemoveAllDisjointAxioms extends AbstractCompositeOntologyChange
Constructor and Description |
---|
RemoveAllDisjointAxioms(OWLDataFactory dataFactory,
java.util.Set<OWLOntology> ontologies) |
Modifier and Type | Method and Description |
---|---|
java.util.List<OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactory
public RemoveAllDisjointAxioms(OWLDataFactory dataFactory, java.util.Set<OWLOntology> ontologies)
dataFactory
- factory to useontologies
- ontologies to changepublic java.util.List<OWLOntologyChange> getChanges()
OWLCompositeOntologyChange