org.openorb.constraint
Class ConstraintEvaluator

java.lang.Object
  extended by org.openorb.constraint.ConstraintEvaluator

public final class ConstraintEvaluator
extends java.lang.Object

This class is directly used by a user to get a constraint evaluation.

Author:
Jerome Daniel

Method Summary
static Constraint create(java.lang.String constraint_as_a_string, org.omg.CORBA.ORB orb)
          This operation is used to create a new constraint object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Constraint create(java.lang.String constraint_as_a_string,
                                org.omg.CORBA.ORB orb)
                         throws InvalidConstraint
This operation is used to create a new constraint object. The constraint passed as an argument is analyzed and an InvalidConstraint is raised if the constraint contains a mistake.

Throws:
InvalidConstraint