Bully Task (12.12.2005)

at.jku.fim.datalinksimulation.scenario.Bully
Class BullyScenarioModel

java.lang.Object
  extended by at.jku.fim.datalinksimulation.scenario.Bully.BullyScenarioModel

public class BullyScenarioModel
extends java.lang.Object

The scenario for the Bully task: 4 stations, 2 hubs and a breakable wire

Version:
$Id$
Author:
Michael Sonntag

Method Summary
 BreakableWire getBreakableWire()
          Retrieve the breakable wire
static BullyScenarioModel getInstance()
          Retrieve the scenario instance
 BullyApplication getStation0App()
          Retrieve the application of station 0
 BullyApplication getStation1App()
          Retrieve the application of station 1
 BullyApplication getStation2App()
          Retrieve the application of station 2
 BullyApplication getStation3App()
          Retrieve the application of station 3
 void startScenario()
          Start the scenario: The applications start to run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BullyScenarioModel getInstance()
Retrieve the scenario instance

Returns:
scenario instance

startScenario

public void startScenario()
Start the scenario: The applications start to run


getBreakableWire

public BreakableWire getBreakableWire()
Retrieve the breakable wire

Returns:
the breakable wire

getStation0App

public BullyApplication getStation0App()
Retrieve the application of station 0

Returns:
the application

getStation1App

public BullyApplication getStation1App()
Retrieve the application of station 1

Returns:
the application

getStation2App

public BullyApplication getStation2App()
Retrieve the application of station 2

Returns:
the application

getStation3App

public BullyApplication getStation3App()
Retrieve the application of station 3

Returns:
the application

Bully Task (12.12.2005)

Submit a bug

Copyright 2004, 2005 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.