[o7] version 1.0

This commit is contained in:
2020-01-29 01:19:11 -06:00
parent 926b8c0efb
commit c68d9ab807

View File

@@ -6,16 +6,7 @@ import scim.lib._
import scim.lib.simInterfaces.SimulationBehaviour
//package scim.components._
object Main {
val func: (Cell, Time, Option[Double], Option[FunctionArgs]) => Option[Double] = (cell, time, truth, args) => { truth }
val behaviours: Map[String, SimulationBehaviour] = Map[String, SimulationBehaviour](
"factor" -> func,
"None" -> func, "addValuePercent" -> func,
"humidFromTemp" -> func,
"normalValue" -> func,
"randomValue" -> func)
val simBehavirous = SimulationBehaviours(behaviours)
// o7
def main(args: Array[String]): Unit = {
startSimulation()
}