org.hypergraphdb.query
Class IndexCondition<Key,Value>

java.lang.Object
  extended by org.hypergraphdb.query.IndexCondition<Key,Value>
All Implemented Interfaces:
HGQueryCondition

public class IndexCondition<Key,Value>
extends java.lang.Object
implements HGQueryCondition


Constructor Summary
IndexCondition(HGIndex<Key,Value> idx, Key key)
           
IndexCondition(HGIndex<Key,Value> idx, Key key, ComparisonOperator op)
           
 
Method Summary
 HGIndex<Key,Value> getIndex()
           
 java.lang.Object getKey()
           
 ComparisonOperator getOperator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexCondition

public IndexCondition(HGIndex<Key,Value> idx,
                      Key key)

IndexCondition

public IndexCondition(HGIndex<Key,Value> idx,
                      Key key,
                      ComparisonOperator op)
Method Detail

getIndex

public HGIndex<Key,Value> getIndex()

getKey

public java.lang.Object getKey()

getOperator

public ComparisonOperator getOperator()