NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.PrimitiveManager

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

Uses of PrimitiveManager in org.nlogo.api
 

Methods in org.nlogo.api with parameters of type PrimitiveManager
 void ClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
abstract  void DefaultClassManager.load(PrimitiveManager primManager)
          Loads the primitives in the extension.
 

Uses of PrimitiveManager in org.nlogo.workspace
 

Classes in org.nlogo.workspace that implement PrimitiveManager
 class ExtensionPrimitiveManager
           
 


NetLogo API
version 4.0.1