|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.query.impl.DelayedSetLoadPredicate
public class DelayedSetLoadPredicate
| 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 |
|---|
public DelayedSetLoadPredicate(HGQuery<HGHandle> query)
| Method Detail |
|---|
public boolean satisfies(HyperGraph hg,
HGHandle handle)
HGAtomPredicateCheck whether a given Object satisfies this
query condition.
satisfies in interface HGAtomPredicatehg - The HyperGraph instance.handle - The atom on which to test the query condition.
true if the passed in parameter satisfies
the condition and false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||