org.openrdf.elmo.smusher
Class IterativeSmusher
java.lang.Object
org.openrdf.elmo.smusher.AbstractSmusher
org.openrdf.elmo.smusher.IterativeSmusher
- All Implemented Interfaces:
- Smusher
public class IterativeSmusher
- extends AbstractSmusher
This smusher iterates a set of smushers until no more new matches can be found.
- Author:
- Peter Mika (pmika@cs.vu.nl)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_smushers
protected List<Smusher> _smushers
_lastCount
protected int _lastCount
_logger
protected static final Logger _logger
IterativeSmusher
public IterativeSmusher()
addSmusher
public void addSmusher(Smusher smusher)
removeSmusher
public void removeSmusher(Smusher smusher)
smush
public void smush(SesameManager firstRepository,
SesameManager secondRepository)
throws OpenRDFException
- Specified by:
smush in interface Smusher- Specified by:
smush in class AbstractSmusher
- Throws:
OpenRDFException
getLastCount
public int getLastCount()
- Returns:
- Returns the _lastCount.
Copyright © 2004-2008 Aduna. All Rights Reserved.