cds.aladin
Class TranslationScript

java.lang.Object
  extended by cds.aladin.TranslationScript

public class TranslationScript
extends java.lang.Object

Title : TranslationScript

Description : Broker between a command script and actions to be executed by the robot

A translation script describes how to translate a given command to a list of actions

Version:
0.1 (kickoff : 02/02/2004)
Author:
Thomas Boch [CDS]

Field Summary
 RobotAction[] actions
           
 java.lang.String cmdName
           
 
Constructor Summary
TranslationScript(java.lang.String cmdName, RobotAction[] actions)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmdName

public java.lang.String cmdName

actions

public RobotAction[] actions
Constructor Detail

TranslationScript

public TranslationScript(java.lang.String cmdName,
                         RobotAction[] actions)
Constructor

Parameters:
cmdName - command name
actions - array of actions corresponding to this command


Copyright © 2009 UDS/CNRS