NetLogo API
version 2.0.2

Uses of Class
org.nlogo.api.ExtensionException

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
 void DefaultClassManager.runOnce()
          Empty implementation.
abstract  void DefaultClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
 void DefaultClassManager.unload()
          Empty implementation.
 void Command.perform(Argument[] args, Context context)
          Executes this Command.
 Object Argument.get()
          Returns the argument as an Object without type checking.
 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.agent.LogoList
 Number Argument.getNumber()
          Returns the argument as a Number.
 String Argument.getString()
          Returns the argument as a String
 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)
           
 Object Reporter.report(Argument[] args, Context context)
          Executes this Reporter.
 void ClassManager.runOnce()
          Initializes the extension.
 void ClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
 void ClassManager.unload()
          Cleans up the extension.
 


NetLogo API
version 2.0.2