edu.memphis.ccrg.lida.framework.gui.commands
Class AddTicksCommand

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
      extended by edu.memphis.ccrg.lida.framework.gui.commands.AddTicksCommand
All Implemented Interfaces:
Command

public class AddTicksCommand
extends CommandImpl

This command is used for the tick mode to add ticks for execution. A Integer "ticks" parameter must be specified.

Author:
Javier Snaider

Field Summary
 
Fields inherited from class edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
result
 
Constructor Summary
AddTicksCommand()
           
 
Method Summary
 void execute(Agent agent)
          Executes this command performing the necessary actions in the model (the Agent).
 
Methods inherited from class edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
getParameter, getResult, setParameter, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddTicksCommand

public AddTicksCommand()
Method Detail

execute

public void execute(Agent agent)
Description copied from interface: Command
Executes this command performing the necessary actions in the model (the Agent).

Specified by:
execute in interface Command
Specified by:
execute in class CommandImpl
Parameters:
agent - Agent Object