Uses of Class
org.hypergraphdb.query.SimpleValueCondition

Packages that use SimpleValueCondition
org.hypergraphdb.query   
org.hypergraphdb.query.cond2qry   
 

Uses of SimpleValueCondition in org.hypergraphdb.query
 

Subclasses of SimpleValueCondition in org.hypergraphdb.query
 class AtomPartCondition
           A condition that constraints the value of a component of a composite typed atom.
 class AtomValueCondition
           The AtomValueCondition represents a query condition on the atom value.
 class TypedValueCondition
           This is a HGQueryCondition that constrains the value of an atom as well as its type.
 

Uses of SimpleValueCondition in org.hypergraphdb.query.cond2qry
 

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