Uses of Class
org.hypergraphdb.query.AtomValueCondition

Packages that use AtomValueCondition
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.query   
org.hypergraphdb.query.cond2qry   
 

Uses of AtomValueCondition in org.hypergraphdb
 

Methods in org.hypergraphdb that return AtomValueCondition
static AtomValueCondition HGQuery.hg.eq(java.lang.Object x)
           
static AtomValueCondition HGQuery.hg.gt(java.lang.Object x)
           
static AtomValueCondition HGQuery.hg.gte(java.lang.Object x)
           
static AtomValueCondition HGQuery.hg.lt(java.lang.Object x)
           
static AtomValueCondition HGQuery.hg.lte(java.lang.Object x)
           
static AtomValueCondition HGQuery.hg.value(java.lang.Object value, ComparisonOperator op)
           
 

Uses of AtomValueCondition in org.hypergraphdb.query
 

Subclasses of AtomValueCondition in org.hypergraphdb.query
 class TypedValueCondition
           This is a HGQueryCondition that constrains the value of an atom as well as its type.
 

Uses of AtomValueCondition in org.hypergraphdb.query.cond2qry
 

Subclasses of AtomValueCondition in org.hypergraphdb.query.cond2qry
 class ValueAsPredicateOnly