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