Uses of Package
org.shiwa.fgi.iwir.condition

Packages that use org.shiwa.fgi.iwir.condition
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
org.shiwa.fgi.iwir.condition Provides the necessary tools for evaluating a condition according to the IWIR specification. 
 

Classes in org.shiwa.fgi.iwir.condition used by org.shiwa.fgi.iwir
ConditionNode
          The Class CondirtionNode provides the data structure and methods to create and evaluate a condition AST.
ConditionParseException
          The Class ParseException.
 

Classes in org.shiwa.fgi.iwir.condition used by org.shiwa.fgi.iwir.condition
ConditionNode
          The Class CondirtionNode provides the data structure and methods to create and evaluate a condition AST.
ConditionParseException
          The Class ParseException.
ConditionToken
          The Enum Token provides the token types for the condition ASt.