cz.cuni.amis.pogamut.udk.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.udk.communication.translator.shared.events.MutatorListObtained
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldEventWrapper, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event

public class MutatorListObtained
extends cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper


Constructor Summary
MutatorListObtained(List<Mutator> list)
           
 
Method Summary
 List<Mutator> getMutators()
           
 long getSimTime()
           
 String toString()
           
 
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)
Method Detail

getMutators

public List<Mutator> getMutators()

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
Specified by:
getSimTime in class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper

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.