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 void
PropertyVerificatorResult. 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 ConstraintError
ConstraintError. IsDefaultInitialized
static ConstraintError
ConstraintError. IsEmpty
static ConstraintError
ConstraintError. IsNull
static ConstraintError
ConstraintError. NoError
Methods 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 ConstraintError
BooleanConstraint. BooleanConstraintError
static ConstraintError
IntegerRangeConstraint. IntegerRangeError
Methods in science.aist.gtf.verification.syntactic.constraint.impl that return ConstraintError Modifier and Type Method Description ConstraintError
BooleanConstraint. apply(Boolean aBoolean, Field field)
ConstraintError
DefaultInitializedConstraint. apply(Object o, Field f)
ConstraintError
EmptyContainerConstraint. apply(Iterator<?> iterable, Field f)
ConstraintError
IntegerRangeConstraint. apply(Integer integer, Field field)
ConstraintError
NullConstraint. apply(Object o, Field f)
-