// queries a bot -- COMPLETELY TODO static class LBot extends LearnerImpl { static boolean debug; S botName; *(S *botName) {} public void processInOut(Object _in, Object _out) { } public Object processIn(Object _in) { } }