cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Class MutatorListObtained

Package class diagram package MutatorListObtained
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.MutatorListObtained
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, cz.cuni.amis.utils.listener.Event

public class MutatorListObtained
extends TranslatorEvent


Constructor Summary
MutatorListObtained(List<Mutator> list, long simTime)
           
 
Method Summary
 List<Mutator> getMutators()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
getSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutatorListObtained

public MutatorListObtained(List<Mutator> list,
                           long simTime)
Method Detail

getMutators

public List<Mutator> getMutators()

toString

public String toString()
Overrides:
toString in class Object


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