nl.tudelft.goal.EIS2Java.handlers
Class PerceptHandler

Package class diagram package PerceptHandler
java.lang.Object
  extended by nl.tudelft.goal.EIS2Java.handlers.PerceptHandler
Direct Known Subclasses:
AbstractPerceptHandler

public abstract class PerceptHandler
extends Object


Constructor Summary
PerceptHandler()
           
 
Method Summary
abstract  LinkedList<eis.iilang.Percept> getAllPercepts()
          Collects all percepts provided by the registered entity through AsPercept annotations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerceptHandler

public PerceptHandler()
Method Detail

getAllPercepts

public abstract LinkedList<eis.iilang.Percept> getAllPercepts()
                                                       throws eis.exceptions.PerceiveException
Collects all percepts provided by the registered entity through AsPercept annotations.

Returns:
a list of the collected percepts
Throws:
eis.exceptions.PerceiveException


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