Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
Modifier and Type | Method and Description |
---|---|
static AtomPartCondition |
HGQuery.hg.eq(String path,
Object x)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a part (e.g. |
static AtomPartCondition |
HGQuery.hg.eq(String path,
Ref<Object> x)
|
static AtomPartCondition |
HGQuery.hg.gt(String path,
Object x)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a part (e.g. |
static AtomPartCondition |
HGQuery.hg.gt(String path,
Ref<Object> x)
|
static AtomPartCondition |
HGQuery.hg.gte(String path,
Object x)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a part (e.g. |
static AtomPartCondition |
HGQuery.hg.gte(String path,
Ref<Object> x)
|
static AtomPartCondition |
HGQuery.hg.lt(String path,
Object x)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a part (e.g. |
static AtomPartCondition |
HGQuery.hg.lt(String path,
Ref<Object> x)
|
static AtomPartCondition |
HGQuery.hg.lte(String path,
Object x)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a part (e.g. |
static AtomPartCondition |
HGQuery.hg.lte(String path,
Ref<Object> x)
|
static AtomPartCondition |
HGQuery.hg.part(String path,
Object value,
ComparisonOperator op)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a certain part (e.g. |
static AtomPartCondition |
HGQuery.hg.part(String path,
Ref<Object> value,
ComparisonOperator op)
|
Copyright © 2015. All rights reserved.