LaColla.core.msg
Class msgNewIteration

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgNewIteration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgNewIteration
extends Msg

Author:
Xavier TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
msgNewIteration(long iteration)
           
 
Method Summary
 long getIteration()
           
 void setIteration(long iteration)
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getGroupId, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setGroupId, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

msgNewIteration

public msgNewIteration(long iteration)
Parameters:
iteration -
Method Detail

getIteration

public long getIteration()
Returns:
Returns the iteration.

setIteration

public void setIteration(long iteration)
Parameters:
iteration - The iteration to set.