Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.yajre.semantic.java

Class Summary
BeanShellAction Rule org.yajre.spi.Action using BeanShell for execution.
BeanShellFactExtractor A org.yajre.spi.FactExtractor using BeanShell to perform run-time fact extraction.
BeanShellFilterCondition org.yajre.spi.FilterCondition using BeanShell for evaluation.
BeanShellUtil Utilities for merging the Tuple into a form usable by BeanShell.
bshi Test bsh interpreter with integrated rules impl tester.
db Console rules debugger used by other console programs, `test' and `bshi'.
JavaObjectType ObjectType implementing Java Class semantics for object type delineation.
RuleLoader Convenience class for loading rules defined purely through Java Semantics XML ruleset file into a org.yajre.RuleBase.
test Command line testing shell for rules runtime implementors.
 

Exception Summary
NonBooleanExpressionException Indicates a non-boolean BeanShell expression was used for a filter expression, which must be boolean.