Package de.redsix.dmncheck.validators
Class TypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
- java.lang.Object
-
- de.redsix.dmncheck.validators.core.GenericValidator<T,T>
-
- de.redsix.dmncheck.validators.core.SimpleValidator<T>
-
- de.redsix.dmncheck.validators.TypeValidator<T>
-
- All Implemented Interfaces:
Validator
- Direct Known Subclasses:
InputEntryTypeValidator,InputValuesTypeValidator,ItemDefinitionAllowedValuesTypeValidator,OutputEntryTypeValidator,OutputValuesTypeValidator
public abstract class TypeValidator<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance> extends SimpleValidator<T>
-
-
Constructor Summary
Constructors Constructor Description TypeValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationResult>apply(org.camunda.bpm.model.dmn.DmnModelInstance dmnModelInstance)-
Methods inherited from class de.redsix.dmncheck.validators.core.SimpleValidator
getClassUsedToCheckApplicability
-
Methods inherited from class de.redsix.dmncheck.validators.core.GenericValidator
getClassUnderValidation, isApplicable, validate
-
-
-
-
Method Detail
-
apply
public List<ValidationResult> apply(org.camunda.bpm.model.dmn.DmnModelInstance dmnModelInstance)
-
-