public class MakePrimitiveSubClassesMutuallyDisjoint extends AbstractCompositeOntologyChange
| Constructor and Description |
|---|
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
Set<OWLOntology> ontologies,
OWLOntology targetOntology) |
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean usePairwiseDisjointAxioms) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactorypublic MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory, OWLClass cls, Set<OWLOntology> ontologies, OWLOntology targetOntology)
dataFactory - the datafactory to usecls - the class to convertontologies - the ontologies to work ontargetOntology - the target ontologypublic MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory, OWLClass cls, Set<OWLOntology> ontologies, OWLOntology targetOntology, boolean usePairwiseDisjointAxioms)
dataFactory - the datafactory to usecls - the class to convertontologies - the ontologies to work ontargetOntology - the target ontologyusePairwiseDisjointAxioms - true if pairwise disjoint axioms should be usedpublic List<OWLOntologyChange> getChanges()
OWLCompositeOntologyChangeCopyright © 2014 The University of Manchester. All Rights Reserved.