Package org.openrdf.elmo.smusher

The Elmo smusher (instance matcher) framework.

See:
          Description

Interface Summary
ResourceComparator<T extends Resource> Interface for classes that are able to compare two resources based on some criteria of equality or matching.
Smusher Interface for smushers.
 

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

Package org.openrdf.elmo.smusher Description

The Elmo smusher (instance matcher) framework.



Copyright © 2004-2009 Aduna. All Rights Reserved.