public class MakePrimitiveSubClassesMutuallyDisjoint extends AbstractCompositeOntologyChange
Constructor and Description |
---|
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology) |
MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology,
boolean usePairwiseDisjointAxioms) |
Modifier and Type | Method and Description |
---|---|
java.util.List<OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactory
public MakePrimitiveSubClassesMutuallyDisjoint(OWLDataFactory dataFactory, OWLClass cls, java.util.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, java.util.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 java.util.List<OWLOntologyChange> getChanges()
OWLCompositeOntologyChange