Getter/Setter for the waiting_counter-slot
Source: R/getters_setters.R, R/agent.R
waiting_counter.RdWorks for agent-class.
Usage
waiting_counter(object)
waiting_counter(object) <- value
# S4 method for class 'agent'
waiting_counter(object)
# S4 method for class 'agent'
waiting_counter(object) <- valueArguments
- object
An instance of the
agent-class.- value
Value with which to replace the original value of the
waiting_counterslot.