Uses of Class
jcreek.representation.constraints.ConstraintObject

Packages that use ConstraintObject
jcreek.representation.constraints   
 

Uses of ConstraintObject in jcreek.representation.constraints
 

Subclasses of ConstraintObject in jcreek.representation.constraints
 class CardinalityConstraintObject
          Handles the behaviour of Cardinality constraints.
 class ConcreteValueConstraintObject
          Handles the behaviour of Concrete value constraints.
 class GeneralConstraintObject
          Handles the behaviour of general constraints.
 class ValueClassConstraintObject
          Handles the behaviour of Value class constraints.
 class ValueRangeConstraintObject
          Handles the behaviour of Value range constraints.
 

Methods in jcreek.representation.constraints that return ConstraintObject
 ConstraintObject LocalConstraintData.getConstraintObject()
          Returns the constraint object
 ConstraintObject ConstraintData.getConstraintObject()
          Returns the constraint object
 

Methods in jcreek.representation.constraints with parameters of type ConstraintObject
 void LocalConstraintData.setConstraintObject(ConstraintObject constraintObject)
          Sets constraint object
 void ConstraintData.setConstraintObject(ConstraintObject constraintObject)
          Sets the constraint object of the constraint
 



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