}
public static ObjectTypeNode attachObjectTypeNode(BuildContext context,
ObjectType objectType) {
final InternalKnowledgeBase ruleBase = context.getKnowledgeBase();
ruleBase.lock();
try {
InternalWorkingMemory[] wms = context.getWorkingMemories();
NodeFactory nfactory = context.getComponentFactory().getNodeFactoryService();
EntryPointNode epn = ruleBase.getRete().getEntryPointNode( context.getCurrentEntryPoint() );