at.jku.fim.datalinksimulation.scenario
Class SystemScenarioModel

java.lang.Object
  extended by at.jku.fim.datalinksimulation.scenario.SystemScenarioModel

public class SystemScenarioModel
extends java.lang.Object

Title: OSI Simulation Framework

Copyright: (c) 2004-05

Company: FIM@JKU, www.fim.uni-linz.ac.at

Version:
$Id: SystemScenarioModel.java,v 1.1 2005/10/27 13:10:11 aputzinger Exp $
Author:
Andreas Putzinger

Field Summary
private  DamagedWire damagedWire
           
private  InterlinkingDevice hub1
           
private  InterlinkingDevice hub2
           
private  Wire hub2hubWire
           
private  Wire hub2iHubWire
           
private  InterlinkingDevice iHub
           
protected  TextReceivingApplication recAppStation10
           
protected  TextReceivingApplication recAppStation11
           
protected  TextSendingApplication sendAppStation1
           
protected  NetworkStation station1
           
protected  NetworkStation station10
           
private  Wire station10Wire
           
protected  NetworkStation station11
           
private  Wire station11Wire
           
static SystemScenarioModel systemInstance
           
 
Constructor Summary
private SystemScenarioModel()
           
 
Method Summary
 DamagedWire getDamagedWire()
           
 InterlinkingDevice getHub1()
           
 InterlinkingDevice getHub2()
           
 Wire getHub2hubWire()
           
 Wire getHub2iHubWire()
           
 InterlinkingDevice getIHub()
           
static SystemScenarioModel getInstance()
           
 TextReceivingApplication getRecAppStation10()
           
 TextReceivingApplication getRecAppStation11()
           
 TextSendingApplication getSendAppStation1()
           
 NetworkStation getStation1()
           
 NetworkStation getStation10()
           
 Wire getStation10Wire()
           
 NetworkStation getStation11()
           
 Wire getStation11Wire()
           
private  void initScenario()
          initScenario
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemInstance

public static SystemScenarioModel systemInstance

damagedWire

private DamagedWire damagedWire

hub2hubWire

private Wire hub2hubWire

hub2iHubWire

private Wire hub2iHubWire

station10Wire

private Wire station10Wire

station11Wire

private Wire station11Wire

hub1

private InterlinkingDevice hub1

hub2

private InterlinkingDevice hub2

iHub

private InterlinkingDevice iHub

station1

protected NetworkStation station1

station10

protected NetworkStation station10

station11

protected NetworkStation station11

sendAppStation1

protected TextSendingApplication sendAppStation1

recAppStation10

protected TextReceivingApplication recAppStation10

recAppStation11

protected TextReceivingApplication recAppStation11
Constructor Detail

SystemScenarioModel

private SystemScenarioModel()
Method Detail

getInstance

public static SystemScenarioModel getInstance()

initScenario

private void initScenario()
initScenario


getDamagedWire

public DamagedWire getDamagedWire()

getHub1

public InterlinkingDevice getHub1()

getHub2

public InterlinkingDevice getHub2()

getHub2hubWire

public Wire getHub2hubWire()

getHub2iHubWire

public Wire getHub2iHubWire()

getIHub

public InterlinkingDevice getIHub()

getRecAppStation10

public TextReceivingApplication getRecAppStation10()

getRecAppStation11

public TextReceivingApplication getRecAppStation11()

getSendAppStation1

public TextSendingApplication getSendAppStation1()

getStation1

public NetworkStation getStation1()

getStation10

public NetworkStation getStation10()

getStation10Wire

public Wire getStation10Wire()

getStation11

public NetworkStation getStation11()

getStation11Wire

public Wire getStation11Wire()