|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectProyecto.Evento
Estado de un componente de la simulacion en un instante determinado
| Field Summary | |
char |
indicador
Indicativo de la accion ('R'ecepcion / 'E'mision) |
int |
instante
Instante de tiempo |
java.lang.String |
mensaje
Mensaje descriptivo |
Buffer |
paquete
Paquete de datos asociado al evento |
| Constructor Summary | |
Evento(char pindicador,
int pinstante,
Buffer ppaquete,
java.lang.String pmensaje)
Constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int instante
public java.lang.String mensaje
public Buffer paquete
public char indicador
| Constructor Detail |
public Evento(char pindicador,
int pinstante,
Buffer ppaquete,
java.lang.String pmensaje)
pindicador - Indicador de la accionpinstante - Instante de tiempo en que se produce el eventoppaquete - Paquete de datos asociado al eventopmensaje - Mensaje descriptivo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||