Executes this Reporter.
Executes this Reporter. Called by NetLogo when this Reporter is
called in a running NetLogo model.
The Arguments that were included with
               the command in the NetLogo code.  (May be a Reporter or a constant.)
The current Context allows access to NetLogo internal methods.
the object to be reported
Indicates that this primitive can be used by any agent.
Indicates that this primitive can be used by any agent.
"OTPL"
Indicates that this reporter takes no arguments and returns a number.
Indicates that this reporter takes no arguments and returns a number.
Syntax.reporterSyntax(Syntax.NumberType)
Partial implementation of Reporter provides common implementations of some methods. Implements every method except
report(...).