org.semanticweb.owl.model.change
Class AddAllEntitiesStrategy

java.lang.Object
  |
  +--org.semanticweb.owl.model.change.AddAllEntitiesStrategy
All Implemented Interfaces:
EvolutionStrategy

public class AddAllEntitiesStrategy
extends Object
implements EvolutionStrategy

AddAllEntitiesStrategy.java Created: Fri Feb 14 09:25:12 2003

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

Constructor Summary
AddAllEntitiesStrategy()
           
 
Method Summary
 List computeChanges(List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAllEntitiesStrategy

public AddAllEntitiesStrategy()
Method Detail

computeChanges

public List computeChanges(List list)
                    throws OWLException
Specified by:
computeChanges in interface EvolutionStrategy
OWLException


WonderWeb