Uses of Class
org.deduced.rule.DeductionRuleLibrary

Packages that use DeductionRuleLibrary
org.deduced.text.rule This package contains deduction rules associated with text manipulation. 
org.deduced.validation.validator.rule Package containing deduction rules for validation of values. 
 

Uses of DeductionRuleLibrary in org.deduced.text.rule
 

Subclasses of DeductionRuleLibrary in org.deduced.text.rule
 class GetFormattedMultiLanguageTextRule
          GetParameterizedMultiLanguageTextRule
 class GetMultiLanguageTextRule
          GetMultiLanguageTextRule
 

Uses of DeductionRuleLibrary in org.deduced.validation.validator.rule
 

Subclasses of DeductionRuleLibrary in org.deduced.validation.validator.rule
 class IsCreateTypeValidRule
          IsCreateTypeValidRule is a deduction rule used to determine if a created type is valid.
 class IsEnumerationValidRule
          IsEnumerationValidRule validate if a reference to an enumeration type uses the correct types and avoids invalid enumeration values.
 class IsNullableValidRule
          IsNullableValidRule is used to validate nullable properties to check whether null is allowed or not.
 class IsNumberValidRule
          IsNumberValidRule is used to validate numbers between a minimum, maximum value.
 class IsReferenceTypeValidRule
          IsReferenceTypeValidRule validate if a reference respects certain rules about the type that is allowed to be referenced.
 class IsStringValidRule
          IsStringValidRule is used to validate a string using a minimum length, a maximum length, a flag indicating if the string can be null, a must-match regular expression and a must-not-match regular expression.
 class SetIsValidBasedOnErrorMessageRule
          SetIsValidBasedOnErrorMessageRule implements the rule in validators to link the isValid flag with the error message input.