Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.query | |
org.hypergraphdb.query.cond2qry |
Modifier and Type | Method and Description |
---|---|
static AtomValueCondition |
HGQuery.hg.eq(Object x)
Return a condition constraining resulting atoms to atoms whose value is equal to
the passed in
x parameter. |
static AtomValueCondition |
HGQuery.hg.eq(Ref<Object> x)
Return a condition constraining resulting atoms to atoms whose value is equal to
the passed in
x Ref parameter. |
static AtomValueCondition |
HGQuery.hg.gt(Object x)
Return a condition constraining resulting atoms to atoms whose value is greater than
the passed in
x parameter. |
static AtomValueCondition |
HGQuery.hg.gt(Ref<Object> x)
Return a condition constraining resulting atoms to atoms whose value is greater than
the passed in
x Ref parameter. |
static AtomValueCondition |
HGQuery.hg.gte(Object x)
Return a condition constraining resulting atoms to atoms whose value is greater than equal to
the passed in
x parameter. |
static AtomValueCondition |
HGQuery.hg.gte(Ref<Object> x)
Return a condition constraining resulting atoms to atoms whose value is greater than equal to
the passed in
x Ref parameter. |
static AtomValueCondition |
HGQuery.hg.lt(Object x)
Return a condition constraining resulting atoms to atoms whose value is less than
the passed in
x parameter. |
static AtomValueCondition |
HGQuery.hg.lt(Ref<Object> x)
Return a condition constraining resulting atoms to atoms whose value is less than
the passed in
x Ref parameter. |
static AtomValueCondition |
HGQuery.hg.lte(Object x)
Return a condition constraining resulting atoms to atoms whose value is less than or equal to
the passed in
x parameter. |
static AtomValueCondition |
HGQuery.hg.lte(Ref<Object> x)
Return a condition constraining resulting atoms to atoms whose value is less than or equal to
the passed in
x Ref parameter. |
static AtomValueCondition |
HGQuery.hg.value(Object value,
ComparisonOperator op)
Return a condition that constraints resulting atoms by a specific value and
ComparisonOperator . |
static AtomValueCondition |
HGQuery.hg.value(Ref<Object> value,
ComparisonOperator op)
Return a condition that constraints resulting atoms by a specific value
Ref and ComparisonOperator . |
Modifier and Type | Class and Description |
---|---|
class |
TypedValueCondition
This is a
HGQueryCondition that constrains the value of an
atom as well as its type. |
Modifier and Type | Class and Description |
---|---|
class |
ValueAsPredicateOnly |
Copyright © 2015. All rights reserved.