public interface ExtensionObject
Interface which all NetLogo objects defined in Extensions must support
Method Summary | |
---|---|
String |
dump(boolean readable,
boolean exporting,
boolean reference)
|
String |
getExtensionName()
|
String |
getNLTypeName()
|
boolean |
recursivelyEqual(Object obj)
|
Method Detail |
---|
String dump(boolean readable, boolean exporting, boolean reference)
readable
- If true the result should be readable as NetLogo codeexporting
- If false the result is for display onlyreference
- If true the result may be a reference to a complete object exported in the extension section of the file if false the object should be recreatable from the result
String getExtensionName()
String getNLTypeName()
boolean recursivelyEqual(Object obj)