Modifier and Type | Class and Description |
---|---|
class |
GenericPatternGroup
Generic implementation of
IQueryGroup , covering an arbitrarily chosen set of patterns. |
class |
PackageBasedPatternGroup
Package based
BasePatternGroup implementation. |
Modifier and Type | Method and Description |
---|---|
static IQueryGroup |
GenericPatternGroup.of(IQueryGroup... subGroups)
Creates a generic
IQueryGroup instance from other IQueryGroup objects (subgroups). |
static IQueryGroup |
GenericPatternGroup.of(IQuerySpecification<?>... querySpecifications)
Creates a generic
IQueryGroup instance from IQuerySpecification objects. |
static IQueryGroup |
GenericPatternGroup.of(java.util.Set<IQuerySpecification<?>> querySpecifications)
Creates a generic
IQueryGroup instance from IQuerySpecification objects. |
Modifier and Type | Method and Description |
---|---|
static IQueryGroup |
GenericPatternGroup.of(IQueryGroup... subGroups)
Creates a generic
IQueryGroup instance from other IQueryGroup objects (subgroups). |
abstract void |
AdvancedIncQueryEngine.prepareGroup(IQueryGroup queryGroup,
QueryEvaluationHint optionalEvaluationHints)
Initializes matchers for a group of patterns as one step (optionally overriding some of the default query evaluation hints).
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGeneratedPatternGroup |
class |
BasePatternGroup
Base implementation of
IQueryGroup . |
Modifier and Type | Method and Description |
---|---|
void |
IncQueryEngineImpl.prepareGroup(IQueryGroup queryGroup,
QueryEvaluationHint optionalEvaluationHints) |
Modifier and Type | Class and Description |
---|---|
class |
DerivedFeatures
A pattern group formed of all patterns defined in DerivedFeatures.eiq.
|
Modifier and Type | Class and Description |
---|---|
class |
Traceability
A pattern group formed of all patterns defined in traceability.eiq.
|
Modifier and Type | Class and Description |
---|---|
class |
Helpers
A pattern group formed of all patterns defined in helpers.eiq.
|