org.semanticweb.owlapi
Class AbstractCompositeOntologyChange

java.lang.Object
  extended by org.semanticweb.owlapi.AbstractCompositeOntologyChange
All Implemented Interfaces:
OWLCompositeOntologyChange
Direct Known Subclasses:
AddClassExpressionClosureAxiom, AmalgamateSubClassAxioms, CoerceConstantsIntoDataPropertyRange, ConvertEquivalentClassesToSuperClasses, ConvertPropertyAssertionsToAnnotations, ConvertSuperClassesToEquivalentClass, CreateValuePartition, MakeClassesMutuallyDisjoint, MakePrimitiveSubClassesMutuallyDisjoint, RemoveAllDisjointAxioms, SplitSubClassAxioms

public abstract class AbstractCompositeOntologyChange
extends java.lang.Object
implements OWLCompositeOntologyChange

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jul-2007


Constructor Summary
protected AbstractCompositeOntologyChange(OWLDataFactory dataFactory)
           
 
Method Summary
protected  OWLDataFactory getDataFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.OWLCompositeOntologyChange
getChanges
 

Constructor Detail

AbstractCompositeOntologyChange

protected AbstractCompositeOntologyChange(OWLDataFactory dataFactory)
Method Detail

getDataFactory

protected OWLDataFactory getDataFactory()