diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt b/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt new file mode 100644 index 0000000000000000000000000000000000000000..d3e3a75bf695bd8d661e72a9ebb8a39a7003853f --- /dev/null +++ b/theodolite-quarkus/src/main/kotlin/theodolite/Run_uc.kt @@ -0,0 +1,28 @@ +package theodolite + +class Run_uc { + + + fun wait_execution(execution_minutes :Integer){ + + + return + } + + + fun create_topics(topics: List<Pair<String,String>>){ + + } + + fun delete_topics(topics: List<Pair<String,String>>){ + + } + + fun reset_zookeeper(){ + + } + + fun start_workload_generator(wg: String, dim_value:Integer, uc_id: String){ + + } +} \ No newline at end of file