nl.tudelft.goal.EIS2Java.handlers
Class ActionHandler

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

public abstract class ActionHandler
extends Object


Constructor Summary
ActionHandler()
           
 
Method Summary
abstract  boolean isSupportedByEntity(eis.iilang.Action action)
           
abstract  eis.iilang.Percept performAction(eis.iilang.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionHandler

public ActionHandler()
Method Detail

isSupportedByEntity

public abstract boolean isSupportedByEntity(eis.iilang.Action action)

performAction

public abstract eis.iilang.Percept performAction(eis.iilang.Action action)
                                          throws eis.exceptions.ActException
Throws:
eis.exceptions.ActException


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