|
NetLogo API version 2.1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
PrimitiveManager ships extension primitives and
associated names to NetLogo.
| Method Summary | |
void |
addConfigurable(Configurable config)
|
void |
addPrimitive(String name,
Primitive prim)
Adds a new primitive. |
Iterator |
getConfigurables()
|
| Method Detail |
public void addPrimitive(String name,
Primitive prim)
name - the name of the primitive that will be use in NetLogo codeprim - an instance of Primitive to associate with namepublic void addConfigurable(Configurable config)
public Iterator getConfigurables()
|
NetLogo API version 2.1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||