Class BaseGeneratedPatternGroup
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.api.impl.BaseQueryGroup
-
- org.eclipse.viatra.query.runtime.api.impl.BaseGeneratedPatternGroup
-
- All Implemented Interfaces:
IQueryGroup
public abstract class BaseGeneratedPatternGroup extends BaseQueryGroup
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Set<IQuerySpecification<?>>
querySpecifications
ReturnsIQuerySpecification
objects for handling them as a group.
-
Constructor Summary
Constructors Constructor Description BaseGeneratedPatternGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<IQuerySpecification<?>>
getSpecifications()
Returns the currently assignedIQuerySpecification
s.-
Methods inherited from class org.eclipse.viatra.query.runtime.api.impl.BaseQueryGroup
prepare, prepare
-
-
-
-
Field Detail
-
querySpecifications
protected java.util.Set<IQuerySpecification<?>> querySpecifications
ReturnsIQuerySpecification
objects for handling them as a group. To be filled by constructors of subclasses.
-
-
Method Detail
-
getSpecifications
public java.util.Set<IQuerySpecification<?>> getSpecifications()
Description copied from interface:IQueryGroup
Returns the currently assignedIQuerySpecification
s.
-
-