|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectProyecto.Objeto
Redes.Red
Redes.Ethernet.Ethernet
Red Ethernet (componente simulable)
| Field Summary | |
private static ListaParametros |
caracteristicas
Lista de caracteristicas genericas |
static int |
kRETARDO
Retardo de la red, debe ser mayor que lo que tarde un puente en procesar una trama |
static int |
kTIPO
Tipo Ethernet |
| Fields inherited from class Redes.Red |
colaTramas, ListaEquipos, ListaRedes |
| Fields inherited from class Proyecto.Objeto |
Interfaces, parametros |
| Constructor Summary | |
Ethernet()
Constructor |
|
| Method Summary | |
ListaParametros |
Caracteristicas()
Devuelve la lista de caracteristicas |
int |
Pendientes()
Devuelve el numero de tramas pendientes de ser procesadas |
void |
Procesar(int instante)
Procesa las tramas programadas para un instante dado |
| Methods inherited from class Redes.Red |
Conectar, ConectarA, ConectarA, Enviar, getMTU, NumEquiposConectados, Retransmitir, setMTU, SoportaARP |
| Methods inherited from class Proyecto.Objeto |
DEBUG, getEvento, getInterfaz, getInterfaz, getNombre, getParametros, NuevoEvento, NumEventos, NumInterfaces, setNombre |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int kTIPO
public static final int kRETARDO
private static ListaParametros caracteristicas
| Constructor Detail |
public Ethernet()
| Method Detail |
public void Procesar(int instante)
Procesar in class Objetoinstante - Instante de tiempopublic int Pendientes()
Pendientes in class Objetopublic ListaParametros Caracteristicas()
Caracteristicas in class Objeto
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||