From 0a7fefef51ba9f960018d2af248009549c98bbf8 Mon Sep 17 00:00:00 2001 From: Jan Vales Date: Thu, 13 Jun 2013 16:37:50 +0200 Subject: [PATCH] added getScenario to be able to get the scenariotype currencly running. Needed for Federation:insourcing. --- src/at/ac/tuwien/lsdc/SchedSimulator.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/at/ac/tuwien/lsdc/SchedSimulator.java b/src/at/ac/tuwien/lsdc/SchedSimulator.java index 1c03d04..cb5ea5b 100644 --- a/src/at/ac/tuwien/lsdc/SchedSimulator.java +++ b/src/at/ac/tuwien/lsdc/SchedSimulator.java @@ -135,4 +135,8 @@ public class SchedSimulator { } } + public static ScenarioType getScenario() { + return scenario; + } + } -- 2.43.0