Package org.terracotta.context.query
Interface Query
-
- All Known Implementing Classes:
ChainedQuery,Children,Descendants,EmptyQuery,EnsureUnique,Filter,NullQuery,Parent
public interface QueryAQueryinstance 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<TreeNode>execute(java.util.Set<TreeNode> input)Transforms theinputnode set in to an output node set.
-