Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IncQueryScope> |
GenericQuerySpecification.getPreferredScopeClass() |
Modifier and Type | Method and Description |
---|---|
abstract IncQueryScope |
IncQueryEngine.getScope() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IncQueryScope> |
IQuerySpecification.getPreferredScopeClass()
The query is formulated over this kind of modeling platform.
|
Modifier and Type | Method and Description |
---|---|
static AdvancedIncQueryEngine |
AdvancedIncQueryEngine.createUnmanagedEngine(IncQueryScope scope)
Creates a new unmanaged IncQuery engine to evaluate queries over a given scope specified by an
IncQueryScope . |
IncQueryEngine |
IncQueryEngineManager.getIncQueryEngine(IncQueryScope scope)
Creates a managed IncQuery engine at a given scope (e.g.
|
IncQueryEngine |
IncQueryEngineManager.getIncQueryEngineIfExists(IncQueryScope scope)
Retrieves an already existing managed IncQuery engine.
|
static IncQueryEngine |
IncQueryEngine.on(IncQueryScope scope)
Obtain a (managed)
IncQueryEngine to evaluate queries over a given scope specified by an IncQueryScope . |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IncQueryScope> |
BaseGeneratedEMFQuerySpecification.getPreferredScopeClass() |
Modifier and Type | Method and Description |
---|---|
boolean |
IncQueryScope.isCompatibleWithQueryScope(java.lang.Class<? extends IncQueryScope> queryScopeClass)
Determines whether a query engine initialized on this scope can evaluate queries formulated against the given scope type.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFScope
An IncQuery scope consisting of EMF objects contained in multiple
ResourceSet s, a single ResourceSet , Resource or a containment subtree below a given EObject . |
Modifier and Type | Method and Description |
---|---|
IncQueryScope |
IncQueryEngineImpl.getScope() |
Constructor and Description |
---|
IncQueryEngineImpl(IncQueryEngineManager manager,
IncQueryScope scope) |
Modifier and Type | Method and Description |
---|---|
static IValidationEngine |
ValidationInitializerUtil.initializeValidationWithRegisteredConstraintsOnScope(IncQueryScope scope,
java.lang.String editorId)
Initializes a new validation engine implementing the IValidationEngine interface on the provided Notifier
instance with the constrains specified for the given editor Id.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IncQueryScope> |
GenericTracedQuerySpecification.getPreferredScopeClass() |
java.lang.Class<? extends IncQueryScope> |
GenericReferencedQuerySpecification.getPreferredScopeClass() |