Uses of Interface
com.hammurapi.reasoning.impl.RuleSetFlowOptimizer

Uses of RuleSetFlowOptimizer in com.hammurapi.reasoning.impl
 

Classes in com.hammurapi.reasoning.impl that implement RuleSetFlowOptimizer
 class ConditionSharingOptimizer
          Optimizes flow by finding equal conditions emanating from the same pin and merging them.
 class IniliningOptimizer
          Optimizes flow by setting inline flag to true for nodes and transitions which form a chain and therefore there is no reason to spawn multiple task for execution of each of them.
 class PassThroughOptimizer