Uses of Interface
org.openrdf.elmo.smusher.Smusher

Packages that use Smusher
org.openrdf.elmo.smusher The Elmo smusher (instance matcher) framework. 
 

Uses of Smusher in org.openrdf.elmo.smusher
 

Classes in org.openrdf.elmo.smusher that implement Smusher
 class AbstractSmusher
          Abstract implementation of the Smusher interface
 class ComparatorSmusher<T extends Resource>
          This smusher finds matching instances in a repository by compairing all instances of a given type using a given comparator.
 class EmailSmusher
           
 class FastIterativeSmusher
          A version of the IterativeSmusher for smushers that are independent, i.e.
 class FixedQuerySmusher
           
 class IFPSmusher
          This smusher compares instances based on Inverse Functional Properties.
 class IterativeSmusher
          This smusher iterates a set of smushers until no more new matches can be found.
 class NameSmusher
           
 class TransitivitySmusher
          This smusher computes the transitive closure of a given predicate (by default owl:sameAs).
 

Fields in org.openrdf.elmo.smusher with type parameters of type Smusher
protected  List<Smusher> IterativeSmusher._smushers
           
protected  List<Smusher> FastIterativeSmusher._smushers
           
 

Methods in org.openrdf.elmo.smusher with parameters of type Smusher
 void IterativeSmusher.addSmusher(Smusher smusher)
           
 void FastIterativeSmusher.addSmusher(Smusher smusher)
           
 void IterativeSmusher.removeSmusher(Smusher smusher)
           
 void FastIterativeSmusher.removeSmusher(Smusher smusher)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.