vs.rationalagent.ui
Class ListFactsCommand

java.lang.Object
  extended by vs.rationalagent.ui.Command
      extended by vs.rationalagent.ui.ListFactsCommand

Deprecated.

@Deprecated
public class ListFactsCommand
extends Command

Author:
swartjes

Constructor Summary
ListFactsCommand(RationalAgent agent, RationalAgentGui agentGui)
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 java.lang.String getDescription()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 
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

ListFactsCommand

public ListFactsCommand(RationalAgent agent,
                        RationalAgentGui agentGui)
Deprecated. 
Method Detail

execute

public void execute()
Deprecated. 
Overrides:
execute in class Command

getDescription

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

getName

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