org.hypergraphdb.query.cond2qry
Class IncidentToQuery

java.lang.Object
  extended by org.hypergraphdb.query.cond2qry.IncidentToQuery
All Implemented Interfaces:
ConditionToQuery

public class IncidentToQuery
extends java.lang.Object
implements ConditionToQuery


Constructor Summary
IncidentToQuery()
           
 
Method Summary
 org.hypergraphdb.query.cond2qry.QueryMetaData getMetaData(HyperGraph graph, HGQueryCondition c)
           
 HGQuery<?> getQuery(HyperGraph graph, HGQueryCondition c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncidentToQuery

public IncidentToQuery()
Method Detail

getMetaData

public org.hypergraphdb.query.cond2qry.QueryMetaData getMetaData(HyperGraph graph,
                                                                 HGQueryCondition c)
Specified by:
getMetaData in interface ConditionToQuery

getQuery

public HGQuery<?> getQuery(HyperGraph graph,
                           HGQueryCondition c)
Specified by:
getQuery in interface ConditionToQuery