org.semanticweb.owl.model.change
Interface EvolutionStrategy

All Known Implementing Classes:
AddAllEntitiesStrategy

public interface EvolutionStrategy

Computes the required changes according to a particular change strategy. For example, adding an axiom to an ontology may cause all atomic entities referred to in the axiom to be added to the ontology. Created: Fri Feb 14 08:54:59 2003

Version:
$Id: EvolutionStrategy.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Method Summary
 List computeChanges(List list)
           
 

Method Detail

computeChanges

public List computeChanges(List list)
                    throws OWLException
OWLException


WonderWeb