edu.udo.cs.ie.cowbots.arch
Class CowbotArch.ActionResponse

Package class diagram package CowbotArch.ActionResponse
java.lang.Object
  extended by edu.udo.cs.ie.cowbots.arch.CowbotArch.ActionResponse
Enclosing class:
CowbotArch

private class CowbotArch.ActionResponse
extends java.lang.Object


Field Summary
 ActionExec ae
           
(package private)  java.util.List<ActionExec> fb
           
(package private)  int wt
           
 
Constructor Summary
CowbotArch.ActionResponse(ActionExec ae, java.util.List<ActionExec> fb, int wt)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ae

public ActionExec ae

fb

java.util.List<ActionExec> fb

wt

int wt
Constructor Detail

CowbotArch.ActionResponse

CowbotArch.ActionResponse(ActionExec ae,
                          java.util.List<ActionExec> fb,
                          int wt)