|
Bully Task (12.12.2005) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.fim.datalinksimulation.scenario.Bully.BullyScenarioModel
public class BullyScenarioModel
The scenario for the Bully task: 4 stations, 2 hubs and a breakable wire
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 |
---|
public static BullyScenarioModel getInstance()
public void startScenario()
public BreakableWire getBreakableWire()
public BullyApplication getStation0App()
public BullyApplication getStation1App()
public BullyApplication getStation2App()
public BullyApplication getStation3App()
|
Bully Task (12.12.2005) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |