return ((Node)locator.open(context, id, "r")).getRightChild(context);
}
@Override
public void setLeftChild(Object id, ControlContext context, String leftId){
Address caller = ((ControlContext)context).getLastExecuter();
Network.linkDelay(true, caller);
ControlContext.getNeighbors(context.getContextId()).add(caller);
((Node)locator.open(context, id, "w")).setLeftChild(leftId, context);
}