Uses of Interface
org.deduced.dynamic.DynamicExecutionCompiler

Packages that use DynamicExecutionCompiler
org.deduced.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
 

Uses of DynamicExecutionCompiler in org.deduced.dynamic
 

Classes in org.deduced.dynamic that implement DynamicExecutionCompiler
 class AbstractDynamicExecutionCompiler
          DynamicExecutionCompiler is used to compile the code in a compiled model and associate the java class that goes with it.
 class ActionExecutionCompiler
          ActionExecutionCompiler
 class DeductionRuleExecutionCompiler
          DeductionRuleExecutionCompiler
 

Methods in org.deduced.dynamic that return DynamicExecutionCompiler
static DynamicExecutionCompiler ActionExecutionCompiler.getInstance()
          get the Action execution compiler Instance
static DynamicExecutionCompiler DeductionRuleExecutionCompiler.getInstance()
          get the deduction rule execution compiler Instance