Class Netzwerk


(package private) class Netzwerk
extends java.lang.Object

Title: TokenRingTrainer

Description:

Copyright: Copyright (c) 2003

Company:

Field Summary

private TimerGlobal
Timer
private Vector
aktionen
private int
difficulty
private LinkedList
globalPDUQueue
private Rahmen
rahmen
private LinkedList
sendeStationen
private LinkedList
stationen
private int
totalSize
private LinkedList
verbindungen
private int
übertragGeschwind

Constructor Summary

Netzwerk()

Method Summary

void
addPDU(PDU pdu)
void
addSendeStation(Station station)
void
addStation(Station station)
void
addVerbindung(Verbindung verbindung)
Vector
getAktionen()
int
getDifficulty()
LinkedList
getGlobalPDUqueue()
Rahmen
getRahmen()
LinkedList
getSendeStationenListe()
LinkedList
getStationenListe()
TimerGlobal
getTimer()
int
getTotalSize()
LinkedList
getVerbindungenListe()
int
getÜbertragGeschwind()
void
setAktionen(String aktion)
void
setDifficulty(int difficulty)
void
setÜbertragGeschwind(int übertrag_Geschwind)
void
startTimer()

Field Details

Timer

private TimerGlobal Timer

aktionen

private Vector aktionen

difficulty

private int difficulty

globalPDUQueue

private LinkedList globalPDUQueue

rahmen

private Rahmen rahmen

sendeStationen

private LinkedList sendeStationen

stationen

private LinkedList stationen

totalSize

private int totalSize

verbindungen

private LinkedList verbindungen

übertragGeschwind

private int übertragGeschwind

Constructor Details

Netzwerk

public Netzwerk()

Method Details

addPDU

public void addPDU(PDU pdu)

addSendeStation

public void addSendeStation(Station station)

addStation

public void addStation(Station station)

addVerbindung

public void addVerbindung(Verbindung verbindung)

getAktionen

public Vector getAktionen()

getDifficulty

public int getDifficulty()

getGlobalPDUqueue

public LinkedList getGlobalPDUqueue()

getRahmen

public Rahmen getRahmen()

getSendeStationenListe

public LinkedList getSendeStationenListe()

getStationenListe

public LinkedList getStationenListe()

getTimer

public TimerGlobal getTimer()

getTotalSize

public int getTotalSize()

getVerbindungenListe

public LinkedList getVerbindungenListe()

getÜbertragGeschwind

public int getÜbertragGeschwind()

setAktionen

public void setAktionen(String aktion)

setDifficulty

public void setDifficulty(int difficulty)

setÜbertragGeschwind

public void setÜbertragGeschwind(int übertrag_Geschwind)

startTimer

public void startTimer()