Package | Description |
---|---|
org.eclipse.incquery.runtime.evm.api | |
org.eclipse.incquery.runtime.evm.api.event | |
org.eclipse.incquery.runtime.evm.specific.event |
Modifier and Type | Method and Description |
---|---|
RuleInstance<EventAtom> |
Activation.getInstance() |
<EventAtom> |
RuleBase.getInstance(RuleSpecification<EventAtom> specification,
EventFilter<? super EventAtom> filter)
Returns the filtered instance managed by the RuleBase for the given specification.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<RuleInstance<?>> |
RuleBase.getRuleInstances() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractRuleInstanceBuilder.prepareRuleInstance(RuleInstance<EventAtom> ruleInstance,
EventFilter<? super EventAtom> filter) |
Modifier and Type | Method and Description |
---|---|
void |
IncQueryRuleInstanceBuilder.prepareRuleInstance(RuleInstance<Match> ruleInstance,
EventFilter<? super Match> filter) |