it.unibo.alchemist.collektive.CollektiveAlchemistProgram.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alchemist-incarnation-collektive Show documentation
Show all versions of alchemist-incarnation-collektive Show documentation
DSL for Aggregate Computing in Kotlin
package it.unibo.alchemist.collektive
import it.unibo.alchemist.collektive.device.CollektiveDevice
import it.unibo.alchemist.model.Position
/**
* A program to be executed by a [CollektiveDevice], composed of a [name] and a [program] to be executed.
*/
data class CollektiveAlchemistProgram>(val name: String, val program: CollektiveDevice
.() -> Any?)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy