org.openrdf.elmo.smusher
Class IFPSmusher

java.lang.Object
  extended by org.openrdf.elmo.smusher.AbstractSmusher
      extended by org.openrdf.elmo.smusher.FixedQuerySmusher
          extended by 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)

Field Summary
protected static Logger _logger
           
 
Fields inherited from class org.openrdf.elmo.smusher.FixedQuerySmusher
_query
 
Fields inherited from class org.openrdf.elmo.smusher.AbstractSmusher
_listeners
 
Constructor Summary
IFPSmusher()
           
 
Method Summary
 
Methods inherited from class org.openrdf.elmo.smusher.FixedQuerySmusher
smush
 
Methods inherited from class org.openrdf.elmo.smusher.AbstractSmusher
addListener, removeListener, smush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_logger

protected static final Logger _logger
Constructor Detail

IFPSmusher

public IFPSmusher()


Copyright © 2004-2008 Aduna. All Rights Reserved.