Package | Description |
---|---|
org.eclipse.incquery.runtime.evm.specific.scheduler | |
org.eclipse.incquery.runtime.evm.update |
Modifier and Type | Method and Description |
---|---|
IUpdateCompleteProvider |
UpdateCompleteBasedScheduler.UpdateCompleteBasedSchedulerFactory.getProvider() |
Constructor and Description |
---|
UpdateCompleteBasedSchedulerFactory(IUpdateCompleteProvider provider)
Creates a scheduler factory for the given provider.
|
Modifier and Type | Class and Description |
---|---|
class |
IQBaseCallbackUpdateCompleteProvider
This provider implementation uses the IQBase after update callback as
an event source for update complete events.
|
class |
IQEngineUpdateCompleteProvider
This provider implementation uses the IncQueryEngine model update listener as
an event source for update complete events.
|
class |
TransactionUpdateCompleteProvider
This provider implementation uses the EMF Transaction notification as
an event source for update complete events.
|
class |
UpdateCompleteProvider
This abstract implementation allows the registration of listeners and calls them when
an update complete event occurs.
|