Package | Description |
---|---|
org.eclipse.incquery.validation.core | |
org.eclipse.incquery.validation.runtime |
Modifier and Type | Class and Description |
---|---|
class |
ValidationEngine
This class uses an
IncQueryEngine for tracking violations of ConstraintSpecification s. |
Modifier and Type | Method and Description |
---|---|
IValidationEngine |
ValidationEngineBuilder.build()
Prepares a new
ValidationEngine using the configured parameters. |
Modifier and Type | Method and Description |
---|---|
static IValidationEngine |
ValidationManager.initializeValidationEngine(org.eclipse.emf.common.notify.Notifier notifier,
java.lang.String editorId)
Deprecated.
Use
ValidationInitializerUtil#initializeValidationWithRegisteredConstraintsOnNotifier instead. |
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.
|