
it.unibo.scafi.lib.BuildingBlocks.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scafi-core_2.13 Show documentation
Show all versions of scafi-core_2.13 Show documentation
An aggregate programming toolkit on the JVM
The newest version!
/*
* Copyright (C) 2016-2019, Roberto Casadei, Mirko Viroli, and contributors.
* See the LICENSE file distributed with this work for additional information regarding copyright ownership.
*/
package it.unibo.scafi.lib
trait StdLib_BuildingBlocks {
self: StandardLibrary.Subcomponent =>
trait BuildingBlocks extends Gradients with FieldUtils
with BlockG with BlockC with BlockS with BlockT with BlocksWithGC {
self: FieldCalculusSyntax with StandardSensors =>
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy