Package-level declarations

Types

Link copied to clipboard
class ProtelisDevice<P : Position<P>>(val environment: Environment<Any, P>, val node: Node<Any>, networkManagers: Map<RunProtelisProgram<*>, AlchemistNetworkManager> = mapOf()) : NodeProperty<Any>

Base implementation of ProtelisDevice. Requires an environment to work.