Uses of Class
jcreek.representation.constraints.ConstraintCheckResult

Packages that use ConstraintCheckResult
jcreek.representation.constraints   
 

Uses of ConstraintCheckResult in jcreek.representation.constraints
 

Methods in jcreek.representation.constraints that return ConstraintCheckResult
 ConstraintCheckResult GeneralConstraintObject.check(Entity from)
          Checks the constraint on an entity
 ConstraintCheckResult ValueRangeConstraintObject.check(Entity from)
           
 ConstraintCheckResult ValueClassConstraintObject.check(Entity from)
           
abstract  ConstraintCheckResult ConstraintObject.check(Entity from)
          Checks whether the constraint is violated or not.
 ConstraintCheckResult DJavaAdapter.validate(java.lang.String scr)
          Performes a constraint check.
 ConstraintCheckResult Constraint.check(Entity e)
          Checks the constraint, met or violated
 ConstraintCheckResult ConcreteValueConstraintObject.check(Entity from)
          Checks the constraint
 ConstraintCheckResult CardinalityConstraintObject.check(Entity from)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group