public class CoerceConstantsIntoDataPropertyRange extends AbstractCompositeOntologyChange
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<OWLDataPropertyExpression,OWLDatatype> |
map |
Constructor and Description |
---|
CoerceConstantsIntoDataPropertyRange(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
protected final java.util.Map<OWLDataPropertyExpression,OWLDatatype> map
public CoerceConstantsIntoDataPropertyRange(OWLDataFactory dataFactory, java.util.Set<OWLOntology> ontologies)
ontologies
- the ontologies to usedataFactory
- the data factorypublic java.util.List<OWLOntologyChange> getChanges()
OWLCompositeOntologyChange