jadex.micro.examples.dungeonkeeper
Class MoveAction

java.lang.Object
  extended by jadex.commons.SimplePropertyObject
      extended by jadex.micro.examples.dungeonkeeper.MoveAction
All Implemented Interfaces:
ISpaceAction, IPropertyObject

public class MoveAction
extends SimplePropertyObject
implements ISpaceAction

The move action.


Field Summary
static java.util.Set allowedfields
           
 
Fields inherited from class jadex.commons.SimplePropertyObject
pcs, properties
 
Fields inherited from interface jadex.application.space.envsupport.environment.ISpaceAction
ACTOR_ID, OBJECT_ID
 
Constructor Summary
MoveAction()
           
 
Method Summary
 java.lang.Object perform(java.util.Map parameters, IEnvironmentSpace space)
          Perform an action.
 
Methods inherited from class jadex.commons.SimplePropertyObject
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
 

Field Detail

allowedfields

public static java.util.Set allowedfields
Constructor Detail

MoveAction

public MoveAction()
Method Detail

perform

public java.lang.Object perform(java.util.Map parameters,
                                IEnvironmentSpace space)
Perform an action.

Specified by:
perform in interface ISpaceAction


Copyright © 2010. All Rights Reserved.