@Test
public void testMemory() {
ReteooRuleBase ruleBase = (ReteooRuleBase) RuleBaseFactory.newRuleBase();
IdGenerator idGenerator = ruleBase.getReteooBuilder().getIdGenerator();
final AbstractWorkingMemory workingMemory = (AbstractWorkingMemory) ruleBase.newStatefulSession();
final ObjectTypeNode objectTypeNode = new ObjectTypeNode(idGenerator.getNextId(),
this.entryPoint,
new ClassObjectType(String.class),
buildContext);