cz.cuni.amis.pogamut.base.agent.module.comm
Class PogamutJVMComm.SendToOthers

Package class diagram package PogamutJVMComm.SendToOthers
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.module.comm.PogamutJVMComm.SendToOthers
All Implemented Interfaces:
Runnable
Enclosing class:
PogamutJVMComm

protected class PogamutJVMComm.SendToOthers
extends Object
implements Runnable


Field Summary
protected  int channel
           
protected  IWorldChangeEvent event
           
protected  IObservingAgent sender
           
 
Constructor Summary
PogamutJVMComm.SendToOthers(IWorldChangeEvent event, int channel, IObservingAgent sender)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

protected IWorldChangeEvent event

channel

protected int channel

sender

protected IObservingAgent sender
Constructor Detail

PogamutJVMComm.SendToOthers

public PogamutJVMComm.SendToOthers(IWorldChangeEvent event,
                                   int channel,
                                   IObservingAgent sender)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.