galatea.hla
Class LAgents

java.lang.Object
  extended bygalatea.glider.List
      extended bygalatea.glider.LFields
          extended bygalatea.hla.LAgents

public final class LAgents
extends LFields

Class LAgents definition. Clase para manejo de listas de agentes.

Version:
2 01/06/00
Author:
Mayerlin Uzcátegui

Field Summary
 
Fields inherited from class galatea.glider.List
head, name, num
 
Method Summary
 void add(Agent a)
          This methods adds a new agent to the list.
 void add(java.lang.String value)
          This methods adds a new agent to the list.
 
Methods inherited from class galatea.glider.LFields
getValue, insert
 
Methods inherited from class galatea.glider.List
add, add, empty, equals, extract, getAnt, getDat, getDat, getDat, getHead, getName, getNext, getOrder, getPos, getPos, insert, ll, next, remove, remove, setDat, setPos, setPos, setPos, stat, toString, valPos, valPos
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

add

public void add(java.lang.String value)
This methods adds a new agent to the list.
-----
Este método agrega un nuevo agente a la lista.

Parameters:
value - String. It indicates the agent that must be added to the list.
-----
value - String. Indica el agente que debe ser agregado a la lista.

add

public void add(Agent a)
This methods adds a new agent to the list.
-----
Este método agrega un nuevo agente a la lista.

Parameters:
a - Agent. It indicates the agent that must be added to the list.
-----
a - Agent. Indica el agente que debe ser agregado a la lista.