Package org.ourgrid.common.matcher

Class Summary
ExpressionTranslator This class translates the logical expression sintax used at requirements field at JDF to Minimize library form and vice-versa.
ExpressionTranslatorTest Test for expression translator class.
Interval Defines a closed interval and permits that logical conjunctions alters the interval .
IntervalTest  
Matcher The Matcher is responsible for evaluate an expression (i.e, given a set of attributes, verify if the expression matches with them)
MatcherTest