| EntryPointNode epn = ruleBase.getRete().getEntryPointNode( context.getCurrentEntryPoint() );
if ( epn == null ) {
epn = new EntryPointNode( context.getNextId(),
ruleBase.getRete(),
context );
epn.attach( context );
}
ObjectTypeNode otn = new ObjectTypeNode( context.getNextId(),
epn,
objectType,
|