|
NetLogo API version 3.0.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionException | |
org.nlogo.api | Provides classes associated with the NetLogo Extensions API. |
Uses of ExtensionException in org.nlogo.api |
Methods in org.nlogo.api that throw ExtensionException | |
Object |
Reporter.report(Argument[] args,
Context context)
Executes this Reporter . |
void |
DefaultClassManager.runOnce(ExtensionManager em)
Empty implementation. |
abstract void |
DefaultClassManager.load(PrimitiveManager primManager)
Loads the primitives in the extension. |
void |
DefaultClassManager.unload()
Empty implementation. |
void |
Context.runCommand(String source,
boolean waitForFinish)
Runs a command as if it were written in the Command Center. |
Object |
Context.runReporter(String source)
Runs a reporter as if it were written in the Command Center. |
void |
Context.setVariable(Argument arg,
Object netLogoValue)
Undocumented method. |
void |
Command.perform(Argument[] args,
Context context)
Executes this Command . |
void |
ClassManager.runOnce(ExtensionManager em)
Initializes the extension. |
void |
ClassManager.load(PrimitiveManager primManager)
Loads the primitives in the extension. |
void |
ClassManager.unload()
Cleans up the extension. |
Object |
Argument.get()
Returns the argument as an Object without type checking. |
Agent |
Argument.getAgent()
Returns the argument as an Agent . |
Boolean |
Argument.getBoolean()
Returns the argument as a Boolean |
boolean |
Argument.getBooleanValue()
Returns the value of the argument as a boolean |
double |
Argument.getDoubleValue()
Returns the value of the argument as a double . |
float |
Argument.getFloatValue()
Returns the value of the argument as a float . |
int |
Argument.getIntegerValue()
Returns the value of the argument as an int . |
LogoList |
Argument.getList()
Returns the argument as a org.nlogo.api.LogoList |
Number |
Argument.getNumber()
Returns the argument as a Number . |
Patch |
Argument.getPatch()
Returns the argument as an org.nlogo.api.Patch |
String |
Argument.getString()
Returns the argument as a String |
Turtle |
Argument.getTurtle()
Returns the argument as a org.nlogo.api.Turtle . |
|
NetLogo API version 3.0.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |