DefaultClassManager
org.nlogo.api.DefaultClassManager
abstract class DefaultClassManager extends ClassManager
Attributes
- Source
- DefaultClassManager.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Loads the primitives in the extension. This is called once per model compilation.
Loads the primitives in the extension. This is called once per model compilation.
Value parameters
- primManager
-
The manager to transport the primitives to NetLogo
Attributes
- Definition Classes
- Source
- DefaultClassManager.scala
Concrete methods
Attributes
- Definition Classes
- Source
- DefaultClassManager.scala
Default does nothing.
Default exports nothing, returns empty builder.
Default exports nothing, returns empty builder.
Attributes
- Definition Classes
- Source
- DefaultClassManager.scala
override def importWorld(lines: List[Array[String]], reader: ExtensionManager, handler: ImportErrorHandler): Unit
Default loads nothing.
override def readExtensionObject(em: ExtensionManager, typeName: String, value: String): ExtensionObject
Default defines no extension objects, thus, we cannot read any extension objects.
Default defines no extension objects, thus, we cannot read any extension objects.
Attributes
- Definition Classes
- Source
- DefaultClassManager.scala
Empty implementation.
Empty implementation.
In this article