|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.HGQuery<ResultType>
org.hypergraphdb.query.cond2qry.ExpressionBasedQuery<ResultType>
public class ExpressionBasedQuery<ResultType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.hypergraphdb.HGQuery |
|---|
HGQuery.hg |
| Field Summary |
|---|
| Fields inherited from class org.hypergraphdb.HGQuery |
|---|
NOP |
| Constructor Summary | |
|---|---|
ExpressionBasedQuery(HyperGraph graph,
HGQueryCondition condition)
|
|
| Method Summary | |
|---|---|
HGSearchResult<ResultType> |
execute()
|
HGQueryCondition |
getCondition()
Return a possibly simplified and normalized version of the condition with which this query was constructed. |
| Methods inherited from class org.hypergraphdb.HGQuery |
|---|
getHyperGraph, make, setHyperGraph |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionBasedQuery(HyperGraph graph,
HGQueryCondition condition)
| Method Detail |
|---|
public HGSearchResult<ResultType> execute()
execute in class HGQuery<ResultType>public HGQueryCondition getCondition()
Return a possibly simplified and normalized version of the condition with which this query was constructed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||