jadex.application.space.envsupport.environment.space2d.action
Class GetPosition

java.lang.Object
  extended by jadex.commons.SimplePropertyObject
      extended by jadex.application.space.envsupport.environment.space2d.action.GetPosition
All Implemented Interfaces:
ISpaceAction, IPropertyObject

public class GetPosition
extends SimplePropertyObject
implements ISpaceAction

Set the position action.


Field Summary
static String PARAMETER_POSITION
           
static String PARAMETER_VELOCITY
           
static String SET_POSITION
          The constant identifier for this action.
 
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
GetPosition()
           
 
Method Summary
 Object perform(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

SET_POSITION

public static final String SET_POSITION
The constant identifier for this action.

See Also:
Constant Field Values

PARAMETER_POSITION

public static final String PARAMETER_POSITION
See Also:
Constant Field Values

PARAMETER_VELOCITY

public static final String PARAMETER_VELOCITY
See Also:
Constant Field Values
Constructor Detail

GetPosition

public GetPosition()
Method Detail

perform

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

Specified by:
perform in interface ISpaceAction
Parameters:
parameters - parameters for the action
space - the environment space


Copyright © 2010. All Rights Reserved.