Package | Description |
---|---|
org.eclipse.incquery.runtime.matchers.context.surrogate | |
org.eclipse.incquery.runtime.matchers.util |
Modifier and Type | Method and Description |
---|---|
IProvider<PQuery> |
SurrogateQueryRegistry.addDynamicSurrogateQueryForFeature(IInputKey feature,
IProvider<PQuery> surrogateQuery) |
IProvider<PQuery> |
SurrogateQueryRegistry.addDynamicSurrogateQueryForFeature(IInputKey feature,
PQuery surrogateQuery) |
IProvider<PQuery> |
SurrogateQueryRegistry.registerSurrogateQueryForFeature(IInputKey feature,
IProvider<PQuery> surrogateQueryProvider) |
IProvider<PQuery> |
SurrogateQueryRegistry.registerSurrogateQueryForFeature(IInputKey feature,
PQuery surrogateQuery) |
IProvider<PQuery> |
SurrogateQueryRegistry.removeDynamicSurrogateQueryForFeature(IInputKey feature) |
Modifier and Type | Method and Description |
---|---|
IProvider<PQuery> |
SurrogateQueryRegistry.addDynamicSurrogateQueryForFeature(IInputKey feature,
IProvider<PQuery> surrogateQuery) |
IProvider<PQuery> |
SurrogateQueryRegistry.registerSurrogateQueryForFeature(IInputKey feature,
IProvider<PQuery> surrogateQueryProvider) |
Modifier and Type | Class and Description |
---|---|
class |
SingletonInstanceProvider<T>
A provider implementation that always returns the same object instance.
|
Modifier and Type | Method and Description |
---|---|
PQuery |
IProvider.ProvidedValueFunction.apply(IProvider<PQuery> input) |