galatea.glider
Class LMess

java.lang.Object
  extended bygalatea.glider.List
      extended bygalatea.glider.LMess

public final class LMess
extends List

Class LMess definition.
This is the base class for messages list in Galatea.
-----
Clase básica para manejo de listas de mensajes en Galatea.

Version:
3 10/06/00
Author:
Mayerlin Uzcátegui

Field Summary
 
Fields inherited from class galatea.glider.List
head, name, num
 
Method Summary
 double dmedl()
          GLIDER Method.
 double dmstl()
          GLIDER Method.
 int entr()
          GLIDER Method.
 java.lang.Object extract()
          Removes current message.
 boolean fscan()
          Scanning method.
 int maxl()
          GLIDER Method.
 double medl()
          GLIDER Method.
 double mstl()
          GLIDER Method.
 java.lang.String scan()
          GLIDER Method.
 java.lang.String stat()
          GLIDER Method.
 double tfree()
          GLIDER Method.
 
Methods inherited from class galatea.glider.List
add, add, empty, equals, getAnt, getDat, getDat, getDat, getHead, getName, getNext, getOrder, getPos, getPos, insert, insert, ll, next, remove, remove, setDat, setPos, setPos, setPos, toString, valPos, valPos
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

dmedl

public double dmedl()
GLIDER Method. List's lenght desviation.
-----
Método GLIDER. Desviación de la longitud de la lista.

Returns:
double

dmstl

public double dmstl()
GLIDER Method. List's time wait desviation.
-----
Método GLIDER. Desviación del tiempo de espera en la lista.

Returns:
la desviación del tiempo de espera

entr

public int entr()
GLIDER Method. List's entries number.
-----
Método GLIDER. Número de entradas a la lista.

Returns:
int.

extract

public java.lang.Object extract()
                         throws ErrorEmpty
Removes current message.
-----
Extrae el mensaje actual de la lista.

Overrides:
extract in class List
Returns:
Message
Throws:
ErrorEmpty - Error Message: Empty list.
-----
ErrorEmpty Mensaje de Error: Lista vacía.

maxl

public int maxl()
GLIDER Method. List's maximal length.
-----
Método GLIDER. Longitud máxima de la lista.

Returns:
int

medl

public double medl()
GLIDER Method. List's mean length.
-----
Método GLIDER. Promedio de longitud de la lista.

Returns:
double.

mstl

public double mstl()
GLIDER Method. List's mean wait time.
-----
Método GLIDER. Promedio de tiempo de espera en la lista.

Returns:
double

scan

public java.lang.String scan()
GLIDER Method. List's scanning.
-----
Método GLIDER. Recorrido de la lista.

Returns:
String

fscan

public boolean fscan()
Scanning method.
-----
Método de recorrido.

Returns:
boolean

stat

public java.lang.String stat()
GLIDER Method. List's statistics.
-----
Método GLIDER. Estadísticas sobre la lista.

Overrides:
stat in class List
Returns:
String

tfree

public double tfree()
GLIDER Method. List's free time.
-----
Método GLIDER. Tiempo libre de la lista.

Returns:
double