clickActionName
This commit is contained in:
parent
40af2b39bd
commit
1bdf626503
|
|
@ -448,9 +448,10 @@ public class Simulator extends Thread {
|
|||
* @return String representation of click action
|
||||
*/
|
||||
public String clickActionName() {
|
||||
// TODO : initially return "sheep" or "cell"
|
||||
// depending on clickActionFlag
|
||||
return "";
|
||||
return clickActionFlag ? "agent" : "cell";
|
||||
}
|
||||
//DONE
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue