galatea.hla
Class Output

java.lang.Object
  extended bygalatea.hla.Output

public class Output
extends java.lang.Object

Class Output definition. Clase para manejo de Salida

Version:
0 21/06/01
Author:
J. Dávila

Field Summary
 java.lang.String method_name
          This variable contains the name of the method related to the agent's output.
 java.lang.Object[] parameters
          This variable is an Object array that contains the required parameters to implement the method related to the agent's output.
 
Constructor Summary
Output(java.lang.String name, java.lang.Object[] args)
          This is an "output" constructor that requires a name of the related method and the list of required parameters to implement that method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method_name

public java.lang.String method_name
This variable contains the name of the method related to the agent's output.
-----
Esta variable contiene el nombre del método relacionado con la salida del agente.


parameters

public java.lang.Object[] parameters
This variable is an Object array that contains the required parameters to implement the method related to the agent's output.
-----
Esta variable es un arreglo de objetos que contiene los parámetros requeridos para implementar el método relacionado con la salida del agente.

Constructor Detail

Output

public Output(java.lang.String name,
              java.lang.Object[] args)
This is an "output" constructor that requires a name of the related method and the list of required parameters to implement that method.
-----
Este es un constructor de "output" (salidas del agente) que requiere el nombre del método relacionado y la lista de los parámetros relacionados para implementar dicho método.