Package it.unibo.alchemist.model.implementations.actions

Types

Link copied to clipboard
class RunProtelisProgram<P : Position<P>> : Action<Any>

An Action that executes a Protelis program.

Link copied to clipboard
class SendToNeighbor : AbstractAction<T>