NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.ExtensionObject

Packages that use ExtensionObject
org.nlogo.agent   
org.nlogo.api Provides classes associated with the NetLogo Extensions API. 
org.nlogo.workspace   
 

Uses of ExtensionObject in org.nlogo.agent
 

Methods in org.nlogo.agent with parameters of type ExtensionObject
static String Dump.extensionObject(ExtensionObject obj, boolean readable, boolean exporting)
           
 

Uses of ExtensionObject in org.nlogo.api
 

Methods in org.nlogo.api that return ExtensionObject
 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)
           
 ExtensionObject ExtensionManager.readExtensionObject(String extname, String typeName, String value)
           
 

Uses of ExtensionObject in org.nlogo.workspace
 

Methods in org.nlogo.workspace that return ExtensionObject
 ExtensionObject ExtensionManager.readExtensionObject(String extName, String typeName, String value)
           
 


NetLogo API
version 4.0.1