|
Forge - Parent 1.0.6-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Query<T> | Contract for something capable of executing a query (collection of Pattern s) upon a Node to find a
match or matches. |
Class Summary | |
---|---|
Pattern | A pattern that may be executed as part of a Query upon a Node in a search, or used to define a target
Node to be created. |
Enum Summary | |
---|---|
CreateQuery | Creates the specified Pattern s starting at the specified Node . |
GetOrCreateQuery | Starting at the specified Node , either returns an existing match for the specified Pattern s, or
creates new Node (s) as appropriate and returns the root of those created. |
GetQuery | Obtains the List of Node s designated by the specified Pattern s under the specified root
Node . |
GetSingleQuery | Form of GetQuery used as a convenience to retrieve a single result. |
|
Forge - Parent 1.0.6-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |