All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ElementTypeDeclarationValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
GenericValidator<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.
IdAndNameValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Generic validator that facilitates writing validations on graph-based representation of the DMN model instance.
The severity of a validation result.
 
SimpleValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
A simple validator is a GenericValidator where the validation (T) and applicability check (S) type are always the same.
 
 
TypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
 
 
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.
A validation result consists of the following:
 
 
 
 
 
 
Generic interface for the validation of DMN model instances.