org.openrdf.elmo.smusher
Class IFPSmusher
java.lang.Object
org.openrdf.elmo.smusher.AbstractSmusher
org.openrdf.elmo.smusher.FixedQuerySmusher
org.openrdf.elmo.smusher.IFPSmusher
- All Implemented Interfaces:
- Smusher
public class IFPSmusher
- extends FixedQuerySmusher
This smusher compares instances based on Inverse Functional Properties.
As it uses a single query it works only on a single repository, not in
cases when we need to smush things in different repositories.
- 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 |
_logger
protected static final Logger _logger
IFPSmusher
public IFPSmusher()
Copyright © 2004-2008 Aduna. All Rights Reserved.