vs.worldagent.ui
Class ValidateActionCommand

java.lang.Object
  extended by vs.rationalagent.ui.Command
      extended by vs.worldagent.ui.ValidateActionCommand

public class ValidateActionCommand
extends Command

Checks if an action is valid. Outputs why an action is valid or not.

Author:
uijlings Created on 7-dec-2005

Constructor Summary
ValidateActionCommand(RationalAgent agent, RationalAgentGui agentGui)
           
 
Method Summary
 void execute()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class vs.rationalagent.ui.Command
getAllArguments, getArgument, getArgumentCount, parseCommandLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateActionCommand

public ValidateActionCommand(RationalAgent agent,
                             RationalAgentGui agentGui)
Method Detail

execute

public void execute()
Overrides:
execute in class Command

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class Command

getName

public java.lang.String getName()
Specified by:
getName in class Command