org.openorb.constraint.tree
Class TreeBuilder

java.lang.Object
  extended by org.openorb.constraint.tree.TreeBuilder

public class TreeBuilder
extends java.lang.Object

This class is used to set an identifier that will be used to be evaluated.

Author:
Jerome Daniel

Constructor Summary
TreeBuilder(IdentifierEvaluator identEval)
          Constructor
 
Method Summary
 Base buildConstraint(java.lang.String constraint)
          This operation is used to return a tree ready for an evaluation ( from a constraint ).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeBuilder

public TreeBuilder(IdentifierEvaluator identEval)
Constructor

Method Detail

buildConstraint

public Base buildConstraint(java.lang.String constraint)
                     throws InvalidConstraint
This operation is used to return a tree ready for an evaluation ( from a constraint ).

Throws:
InvalidConstraint