gecco.server.log
Class RoleState

java.lang.Object
  |
  +--gecco.server.log.RoleState

public class RoleState
extends Object


Constructor Summary
RoleState(String roleName, int[][] automatonColors, boolean[][] visibleAutomatons, Set visibleUnits)
           
 
Method Summary
 void sendStateInfo(DataOutput out)
           
 void update(Message m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleState

public RoleState(String roleName,
                 int[][] automatonColors,
                 boolean[][] visibleAutomatons,
                 Set visibleUnits)
Method Detail

update

public void update(Message m)

sendStateInfo

public void sendStateInfo(DataOutput out)