Package it.unibo.alchemist.model.implementations.properties
Types
Link copied to clipboard
class ProtelisDevice<P : Position<P>> @JvmOverloads constructor( val environment: Environment<Any, P>, val node: Node<Any>, networkManagers: Map<RunProtelisProgram<*>, AlchemistNetworkManager> = mapOf()) : NodeProperty<Any> , ExecutionEnvironment, DeviceUID
Content copied to clipboard
Base implementation of ProtelisDevice. Requires an environment to work.