Package de.redsix.dmncheck.validators.core
package de.redsix.dmncheck.validators.core
-
ClassDescriptionGenericValidator<S extends org.camunda.bpm.model.xml.instance.ModelElementInstance,
T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Generic validator that facilitates writing validations directly on the structure of the DMN model instance.Generic validator that facilitates writing validations on graph-based representation of the DMN model instance.SimpleValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>A simple validator is aGenericValidator
where the validation (T) and applicability check (S) type are always the same.The validation context is used in validators with a local view of the DMN model instance to provide access to global attributes of the DMN model instance.Generic interface for the validation of DMN model instances.