org.openrdf.elmo.smusher
Interface ResourceComparator<T extends Resource>


public interface ResourceComparator<T extends Resource>

Interface for classes that are able to compare two resources based on some criteria of equality or matching.

Author:
Peter Mika (pmika@cs.vu.nl)

Method Summary
 boolean compare(T first, T second)
           
 

Method Detail

compare

boolean compare(T first,
                T second)


Copyright © 2004-2008 Aduna. All Rights Reserved.