Class BaseGeneratedPatternGroup
java.lang.Object
tools.refinery.interpreter.api.impl.BaseQueryGroup
tools.refinery.interpreter.api.impl.BaseGeneratedPatternGroup
- All Implemented Interfaces:
IQueryGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set
<IQuerySpecification<?>> ReturnsIQuerySpecification
objects for handling them as a group. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.refinery.interpreter.api.impl.BaseQueryGroup
prepare, prepare
-
Field Details
-
querySpecifications
ReturnsIQuerySpecification
objects for handling them as a group. To be filled by constructors of subclasses.
-
-
Constructor Details
-
BaseGeneratedPatternGroup
public BaseGeneratedPatternGroup()
-
-
Method Details
-
getSpecifications
Description copied from interface:IQueryGroup
Returns the currently assignedIQuerySpecification
s.
-