org.nlogo.api
An ActionBuffer logs all actions generated by the supplied ActionBroker. Actions can be grabbed (which clears the buffer) and the buffer can be cleared independently. NP 2013-01-25.
Removes all actions in the buffer
Returns a vector of actions in the buffer and clears the buffer
Returns a vector of actions contained in the buffer without clearing it
An ActionBuffer logs all actions generated by the supplied ActionBroker. Actions can be grabbed (which clears the buffer) and the buffer can be cleared independently. NP 2013-01-25.