|
NetLogo API version 2.1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.nlogo.api.DefaultClassManager
An abstract, partial implementation of ClassManager that implements
runOnce() and unload() with empty methods.
ClassManager| Constructor Summary | |
DefaultClassManager()
|
|
| Method Summary | |
abstract void |
load(PrimitiveManager primManager)
Loads the primitives in the extension. |
void |
runOnce()
Empty implementation. |
void |
unload()
Empty implementation. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultClassManager()
| Method Detail |
public void runOnce()
throws ExtensionException
runOnce in interface ClassManagerExtensionException
public abstract void load(PrimitiveManager primManager)
throws ExtensionException
load in interface ClassManagerprimManager - The manager to transport the primitives to NetLogo
ExtensionException
public void unload()
throws ExtensionException
unload in interface ClassManagerExtensionException
|
NetLogo API version 2.1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||