de.fau.cs.www8.jadeowlcodec
Class AbstractASetUpdater

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.AbstractASetUpdater
All Implemented Interfaces:
ASetUpdater
Direct Known Subclasses:
AbsUpdater, CheckedCumulatingASetUpdater, UncheckedOverwritingASetUpdater

public abstract class AbstractASetUpdater
extends java.lang.Object
implements ASetUpdater


Constructor Summary
AbstractASetUpdater()
           
 
Method Summary
 boolean copyEveryIndividual(AssertionSet from, AssertionSet to)
          a shortcut to copyIndividuals with all individuals from "from" selected as "individualsToCopy"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.fau.cs.www8.jadeowlcodec.ASetUpdater
copyIndividuals
 

Constructor Detail

AbstractASetUpdater

public AbstractASetUpdater()
Method Detail

copyEveryIndividual

public boolean copyEveryIndividual(AssertionSet from,
                                   AssertionSet to)
Description copied from interface: ASetUpdater
a shortcut to copyIndividuals with all individuals from "from" selected as "individualsToCopy"

Specified by:
copyEveryIndividual in interface ASetUpdater
Parameters:
from - AssertionSet to copy data from
to - AssertionSet to copy into, must not remove existing GenericIndividuals
Returns:
false if the update failed


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg