Uses of Package
org.hypergraphdb.query

Packages that use org.hypergraphdb.query
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.algorithms   
org.hypergraphdb.peer   
org.hypergraphdb.peer.jxta   
org.hypergraphdb.peer.log   
org.hypergraphdb.peer.replication   
org.hypergraphdb.peer.workflow   
org.hypergraphdb.query   
org.hypergraphdb.query.cond2qry   
org.hypergraphdb.query.impl   
 

Classes in org.hypergraphdb.query used by org.hypergraphdb
And
           Represents the conjunction operator of a query condition.
ArityCondition
           The ArityCondition is a simply predicate condition that checks the arity (i.e.
AtomPartCondition
           A condition that constraints the value of a component of a composite typed atom.
AtomTypeCondition
           An AtomTypeCondition examines the type of a given atom and evaluates to true or false depending on whether the type of the atom matches exactly (i.e.
AtomValueCondition
           The AtomValueCondition represents a query condition on the atom value.
BFSCondition
           The breadth-first search variant of a TraversalCondition.
ComparisonOperator
           Type safe enum for comparison operators equals, less than etc.
DFSCondition
           The depth-first search variant of a TraversalCondition.
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.
IncidentCondition
           The IncidentCondition specifies that a search result atom should be a member of the incidence set of a given atom.
LinkCondition
           A LinkCondition constraints the query result set to links pointing to a target set of atoms.
Not
           A generic negating HGQueryCondition.
Or
           Represents the disjunction operator of a query condition.
OrderedLinkCondition
           A OrderedLinkCondition constraints the query result set to ordered links pointing to a target set of atoms.
SubsumedCondition
           The SubsumedCondition examines a given atom and is satisfied if that atom is subsumed by the atom specified in the condition.
SubsumesCondition
           The SubsumesCondition examines a given atom and is satisfied if that atom subsumes the atom specified in the condition.
TargetCondition
           A query condition that constraints the result set to atoms that are targets to a specific link.
TypePlusCondition
           
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.algorithms
HGAtomPredicate
           This interface defines a predicate of a single atom.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.peer
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.peer.jxta
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.peer.log
HGAtomPredicate
           This interface defines a predicate of a single atom.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.peer.replication
HGAtomPredicate
           This interface defines a predicate of a single atom.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.peer.workflow
HGQueryCondition
           The interface defines a HyperGraph query condition.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.query
AtomValueCondition
           The AtomValueCondition represents a query condition on the atom value.
ComparisonOperator
           Type safe enum for comparison operators equals, less than etc.
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.
Nothing
           This condition represents the negation of everything.
SimpleValueCondition
           Basic class for conditions examining individual primitive values.
TraversalCondition
           A condition that gets translated into a graph traversal.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.query.cond2qry
AtomValueCondition
           The AtomValueCondition represents a query condition on the atom value.
ComparisonOperator
           Type safe enum for comparison operators equals, less than etc.
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.
SimpleValueCondition
           Basic class for conditions examining individual primitive values.
 

Classes in org.hypergraphdb.query used by org.hypergraphdb.query.impl
ComparisonOperator
           Type safe enum for comparison operators equals, less than etc.
HGAtomPredicate
           This interface defines a predicate of a single atom.
HGQueryCondition
           The interface defines a HyperGraph query condition.