context.popRuleComponent();
}
if ( context.getCurrentEntryPoint() != EntryPoint.DEFAULT && context.isAttachPQN() ) {
context.setObjectSource( (ObjectSource) utils.attachNode( context,
new PropagationQueuingNode( context.getNextId(),
context.getObjectSource(),
context ) ) );
// the entry-point specific network nodes are attached, so, set context to default entry-point
context.setCurrentEntryPoint( EntryPoint.DEFAULT );
}