|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query
A Query instance transforms an input node set into an output node set.
Useful implementations will normally perform a sequence of graph traversal and node filtering operations to generate the query result.
| Method Summary | |
|---|---|
Set<TreeNode> |
execute(Set<TreeNode> input)
Transforms the input node set in to an output node set. |
| Method Detail |
|---|
Set<TreeNode> execute(Set<TreeNode> input)
input node set in to an output node set.
input - query input node set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||