org.hypergraphdb.query.impl
Class DelayedSetLoadPredicate

java.lang.Object
  extended by org.hypergraphdb.query.impl.DelayedSetLoadPredicate
All Implemented Interfaces:
HGAtomPredicate

public class DelayedSetLoadPredicate
extends java.lang.Object
implements HGAtomPredicate


Constructor Summary
DelayedSetLoadPredicate(HGQuery<HGHandle> query)
           
 
Method Summary
 boolean satisfies(HyperGraph hg, HGHandle handle)
          Check whether a given Object satisfies this query condition.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedSetLoadPredicate

public DelayedSetLoadPredicate(HGQuery<HGHandle> query)
Method Detail

satisfies

public boolean satisfies(HyperGraph hg,
                         HGHandle handle)
Description copied from interface: HGAtomPredicate

Check whether a given Object satisfies this query condition.

Specified by:
satisfies in interface HGAtomPredicate
Parameters:
hg - The HyperGraph instance.
handle - The atom on which to test the query condition.
Returns:
true if the passed in parameter satisfies the condition and false otherwise.