Interface IBcastAlg

All Superinterfaces:
IAgent
All Known Implementing Classes:
SimpleAllAllBcast

public interface IBcastAlg
extends IAgent


Method Summary
 IBcastAlg makeCopy()
          in case the agent has some internal state, this allows syncrhonized wrapper calls to cache a snapshot of the agent at some rational point in time.
 
Methods inherited from interface IAgent
checkStateValidity, getMsgs, updateState
 

Method Detail

makeCopy

IBcastAlg makeCopy()
in case the agent has some internal state, this allows syncrhonized wrapper calls to cache a snapshot of the agent at some rational point in time. If the agent has no internal state, this function can just return "this".

Specified by:
makeCopy in interface IAgent