Uses of Class
science.aist.gtf.verification.syntactic.constraint.ConstraintError
-
Packages that use ConstraintError Package Description science.aist.gtf.verification.syntactic science.aist.gtf.verification.syntactic.constraint science.aist.gtf.verification.syntactic.constraint.impl -
-
Uses of ConstraintError in science.aist.gtf.verification.syntactic
Methods in science.aist.gtf.verification.syntactic with parameters of type ConstraintError Modifier and Type Method Description voidPropertyVerificatorResult. addField(Field field, ConstraintError constraintError, Object obj)Add a constraintError violating fieldMap<Object,List<Field>>PropertyVerificatorResult. getFieldsByConstraint(ConstraintError error)Method which returns a map of objects with its fields which are violating a given ConstraintError -
Uses of ConstraintError in science.aist.gtf.verification.syntactic.constraint
Fields in science.aist.gtf.verification.syntactic.constraint declared as ConstraintError Modifier and Type Field Description static ConstraintErrorConstraintError. IsDefaultInitializedstatic ConstraintErrorConstraintError. IsEmptystatic ConstraintErrorConstraintError. IsNullstatic ConstraintErrorConstraintError. NoErrorMethods in science.aist.gtf.verification.syntactic.constraint with parameters of type ConstraintError Modifier and Type Method Description Map<Object,List<Field>>ConstraintViolationStatistic. getConstraintViolators(ConstraintError ce)Returns a map of objects and corresponding fields which are violating the given ConstraintError -
Uses of ConstraintError in science.aist.gtf.verification.syntactic.constraint.impl
Fields in science.aist.gtf.verification.syntactic.constraint.impl declared as ConstraintError Modifier and Type Field Description static ConstraintErrorBooleanConstraint. BooleanConstraintErrorstatic ConstraintErrorIntegerRangeConstraint. IntegerRangeErrorMethods in science.aist.gtf.verification.syntactic.constraint.impl that return ConstraintError Modifier and Type Method Description ConstraintErrorBooleanConstraint. apply(Boolean aBoolean, Field field)ConstraintErrorDefaultInitializedConstraint. apply(Object o, Field f)ConstraintErrorEmptyContainerConstraint. apply(Iterator<?> iterable, Field f)ConstraintErrorIntegerRangeConstraint. apply(Integer integer, Field field)ConstraintErrorNullConstraint. apply(Object o, Field f)
-