nl.tudelft.goal.EIS2Java.handlers
Class SynchronizedPerceptHandler

Package class diagram package SynchronizedPerceptHandler
java.lang.Object
  extended by nl.tudelft.goal.EIS2Java.handlers.PerceptHandler
      extended by nl.tudelft.goal.EIS2Java.handlers.AbstractPerceptHandler
          extended by nl.tudelft.goal.EIS2Java.handlers.SynchronizedPerceptHandler

public final class SynchronizedPerceptHandler
extends nl.tudelft.goal.EIS2Java.handlers.AbstractPerceptHandler


Field Summary
protected  AsynchronousEntity entity
           
protected  Collection<Method> perceptMethods
          Collection of methods on the entity
 
Fields inherited from class nl.tudelft.goal.EIS2Java.handlers.AbstractPerceptHandler
previousPercepts
 
Constructor Summary
SynchronizedPerceptHandler(AsynchronousEntity entity)
           
 
Method Summary
 LinkedList<eis.iilang.Percept> getAllPercepts()
           
 
Methods inherited from class nl.tudelft.goal.EIS2Java.handlers.AbstractPerceptHandler
translatePercepts, unpackPerceptObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

perceptMethods

protected final Collection<Method> perceptMethods
Collection of methods on the entity


entity

protected final AsynchronousEntity entity
Constructor Detail

SynchronizedPerceptHandler

public SynchronizedPerceptHandler(AsynchronousEntity entity)
                           throws eis.exceptions.EntityException
Throws:
eis.exceptions.EntityException
Method Detail

getAllPercepts

public final LinkedList<eis.iilang.Percept> getAllPercepts()
                                                    throws eis.exceptions.PerceiveException
Specified by:
getAllPercepts in class nl.tudelft.goal.EIS2Java.handlers.PerceptHandler
Throws:
eis.exceptions.PerceiveException


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