private TimeMachine timeMachine;
public SharedWorkingMemoryContext(FactHandleFactory handleFactory) {
this.handleFactory = handleFactory;
this.globalResolver = new MapGlobalResolver();
this.workingMemoryEventSupport = new WorkingMemoryEventSupport();
this.agendaEventSupport = new AgendaEventSupport();
this.workflowEventSupport = new RuleFlowEventSupport();
this.__ruleBaseEventListeners = new LinkedList();