Returns the argument as an Object
without type checking.
Returns the argument as an Object
without type checking.
Returns the argument as an Agent
.
Returns the argument as an Agent
.
Returns the argument as an org.nlogo.api.AgentSet
.
Returns the argument as an org.nlogo.api.AgentSet
.
Returns the argument as a boxed java.lang.Boolean
Returns the argument as a boxed java.lang.Boolean
Returns the value of the argument as an unboxed boolean
.
Returns the value of the argument as an unboxed boolean
.
Returns the argument as a org.nlogo.api.CommandTask
.
Returns the argument as a org.nlogo.api.CommandTask
.
Returns the value of the argument as an unboxed double
.
Returns the value of the argument as an unboxed double
.
Returns the value of the argument as an unboxed int
.
Returns the value of the argument as an unboxed int
.
Any fractional part is discarded.
Returns the argument as a org.nlogo.api.Link
.
Returns the argument as a org.nlogo.api.Link
.
Returns the argument as a org.nlogo.api.LogoList
Returns the argument as a org.nlogo.api.LogoList
Returns the argument as an org.nlogo.api.Patch
Returns the argument as an org.nlogo.api.Patch
Returns the argument as a org.nlogo.api.ReporterTask
.
Returns the argument as a org.nlogo.api.ReporterTask
.
Returns the argument as a String
Returns the argument as a String
Returns the argument as a org.nlogo.api.Turtle
.
Returns the argument as a org.nlogo.api.Turtle
.
Interface provides access to arguments passed to the
perform
orreport
methods of a primitive at run-time.Arguments
are created by NetLogo and passed to theperform
orreport
methods of your primitive.Reporter#report(Argument[], Context)
,Command#perform(Argument[], Context)