|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgalatea.hla.Output
Class Output definition. Clase para manejo de Salida
| 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 |
public java.lang.String method_name
public java.lang.Object[] parameters
| Constructor Detail |
public Output(java.lang.String name,
java.lang.Object[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||