Uses of Class
de.redsix.dmncheck.validators.core.GenericValidator
Packages that use GenericValidator
-
Uses of GenericValidator in de.redsix.dmncheck.validators
Subclasses of GenericValidator in de.redsix.dmncheck.validatorsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassElementTypeDeclarationValidator<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>classclassclassclassclassclassclassclassclassclassclassclassclassTypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> -
Uses of GenericValidator in de.redsix.dmncheck.validators.core
Subclasses of GenericValidator in de.redsix.dmncheck.validators.coreModifier and TypeClassDescriptionclassSimpleValidator<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.