Package-level declarations

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

Base implementation of ProtelisDevice. Requires an environment to work.