6667686970717273747576
} case WorkingMemoryAction.WorkingMemoryReteExpireAction : { return new WorkingMemoryReteExpireAction( context ); } case WorkingMemoryAction.WorkingMemoryBehahviourRetract : { return new BehaviorExpireWMAction( context ); } } return null; }
9899100101102103104105106107108
case EXPIRE : { return new WorkingMemoryReteExpireAction(context, _action ); } case BEHAVIOR_EXPIRE : { return new BehaviorExpireWMAction( context, _action ); } case SIGNAL : { // need to fix this
6566676869707172737475
979899100101102103104105106107