Package | Description |
---|---|
org.eclipse.incquery.runtime.evm.api | |
org.eclipse.incquery.runtime.evm.specific.job |
Modifier and Type | Method and Description |
---|---|
static Context |
Context.create()
Static helper method to create an empty Context.
|
Context |
Executor.getContext() |
Context |
ExecutionSchema.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
RuleInstance.fire(Activation<EventAtom> activation,
Context context)
Fires the given activation using the supplied context.
|
void |
Activation.fire(Context context)
The activation will be fired; the appropriate job of the instance will be executed based on the activation state.
|
Constructor and Description |
---|
Executor(EventRealm eventRealm,
Context context)
Creates an executor for the given IncQueryEngine and Context.
|
Modifier and Type | Method and Description |
---|---|
Context |
CommandExecutingJob.JobExecutionHelper.getContext() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.edit.domain.EditingDomain |
EventAtomEditingDomainProvider.findEditingDomain(Activation<? extends EventAtom> activation,
Context context) |
Constructor and Description |
---|
JobExecutionHelper(org.eclipse.emf.edit.domain.EditingDomain domain,
Activation<? extends EventAtom> activation,
Context context) |