NetLogo API
version 4.0.1

Uses of Class
org.nlogo.api.ExtensionException

Packages that use ExtensionException
org.nlogo.api Provides classes associated with the NetLogo Extensions API. 
org.nlogo.nvm   
 

Uses of ExtensionException in org.nlogo.api
 

Methods in org.nlogo.api that throw ExtensionException
 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.
 int Argument.getIntValue()
          Returns the value of the argument as an int.
 LogoList Argument.getList()
          Returns the argument as a org.nlogo.api.LogoList
 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.
 void ClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
abstract  void DefaultClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
 void Command.perform(Argument[] args, Context context)
          Executes this Command.
 ExtensionObject ClassManager.readExtensionObject(ExtensionManager ws, String typeName, String stringrep)
          Return a new NetLogo ExtensionObject instance of the specified typeName, initialized by stringrep
 ExtensionObject DefaultClassManager.readExtensionObject(ExtensionManager em, String typeName, String value)
           
 Object Reporter.report(Argument[] args, Context context)
          Executes this Reporter.
 void Context.runCommand(String source, boolean waitForFinish)
          Runs a command as if it were written in the Command Center.
 void ClassManager.runOnce(ExtensionManager em)
          Initializes the extension.
 void DefaultClassManager.runOnce(ExtensionManager em)
          Empty implementation.
 Object Context.runReporter(String source)
          Runs a reporter as if it were written in the Command Center.
 void ClassManager.unload()
          Cleans up the extension.
 void DefaultClassManager.unload()
          Empty implementation.
 

Uses of ExtensionException in org.nlogo.nvm
 

Methods in org.nlogo.nvm that throw ExtensionException
 Agent Argument.getAgent()
           
 Boolean Argument.getBoolean()
           
 boolean Argument.getBooleanValue()
           
 double Argument.getDoubleValue()
           
 int Argument.getIntValue()
           
 LogoList Argument.getList()
           
 Patch Argument.getPatch()
           
 String Argument.getString()
           
 Turtle Argument.getTurtle()
           
 void ExtensionContext.runCommand(String source, boolean waitForFinish)
           
 Object ExtensionContext.runReporter(String source)
           
 


NetLogo API
version 4.0.1