949596979899100101102103104
case LOGICAL_RETRACT : { return new LogicalRetractCallback(context, _action ); } case EXPIRE : { return new WorkingMemoryReteExpireAction(context, _action ); } case BEHAVIOR_EXPIRE : { return new BehaviorExpireWMAction( context, _action );
40414243444546474849
} case WorkingMemoryAction.LogicalRetractCallback : { return new LogicalRetractCallback(context); } case WorkingMemoryAction.WorkingMemoryReteExpireAction : { return new WorkingMemoryReteExpireAction(context); } } return null; }