org.openrdf.elmo.smusher
Class FastIterativeSmusher
java.lang.Object
org.openrdf.elmo.smusher.AbstractSmusher
org.openrdf.elmo.smusher.FastIterativeSmusher
- All Implemented Interfaces:
- Smusher
public class FastIterativeSmusher
- extends AbstractSmusher
A version of the IterativeSmusher for smushers that are independent, i.e.
the matches found using one smusher do not influence the matches found with
another smusher. In such case, every smusher is executed only once and only
the TransitivitySmusher is iterated.
- Author:
- Peter Mika (pmika@cs.vu.nl)
- See Also:
TransitivitySmusher
| 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
FastIterativeSmusher
public FastIterativeSmusher()
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.