at.jku.fim.datalinksimulation.scenario
Class SystemScenarioModel
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SystemScenarioModel
private SystemScenarioModel()
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()