|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.HGQuery
org.hypergraphdb.query.impl.PipeQuery
public class PipeQuery
A PipeQuery pipes the output of one query as the
input of another. The piped into query must be a KeyBasedQuery.
| 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 | |
|---|---|
PipeQuery(HGQuery in,
KeyBasedQuery out)
|
|
| Method Summary | |
|---|---|
HGSearchResult |
execute()
|
| 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 PipeQuery(HGQuery in,
KeyBasedQuery out)
| Method Detail |
|---|
public HGSearchResult execute()
execute in class HGQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||