public interface Query
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.
Modifier and Type | Method and Description |
---|---|
Set<TreeNode> |
execute(Set<TreeNode> input)
Transforms the
input node set in to an output node set. |
Copyright © 2017. All rights reserved.