Uses of Interface
de.redsix.dmncheck.validators.core.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in de.redsix.dmncheck.plugin
Methods in de.redsix.dmncheck.plugin that return types with arguments of type Validator -
Uses of Validator in de.redsix.dmncheck.util
Methods in de.redsix.dmncheck.util that return types with arguments of type ValidatorModifier and TypeMethodDescriptionValidatorLoader.getValidators()ValidatorLoader.getValidators(String @Nullable [] packages, String @Nullable [] classes) -
Uses of Validator in de.redsix.dmncheck.validators
Classes in de.redsix.dmncheck.validators that implement ValidatorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassElementTypeDeclarationValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement>classIdAndNameValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement>classclassclassclassclassclassclassclassclassclassclassclassclassclassTypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> -
Uses of Validator in de.redsix.dmncheck.validators.core
Classes in de.redsix.dmncheck.validators.core that implement ValidatorModifier and TypeClassDescriptionclassGenericValidator<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.classGeneric validator that facilitates writing validations on graph-based representation of the DMN model instance.classSimpleValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>A simple validator is aGenericValidatorwhere the validation (T) and applicability check (S) type are always the same.