All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibo.alchemist.collektive.CollektiveAlchemistProgram.kt Maven / Gradle / Ivy

There is a newer version: 11.1.3
Show newest version
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