org.nlogo.api
Interface ExtensionObject


public interface ExtensionObject

Interface which all NetLogo objects defined in Extensions must support


Method Summary
 String dump(boolean readable, boolean exporting)
          Returns a string representation of the object.
 String getExtensionName()
           
 String getNLTypeName()
           
 boolean recursivelyEqual(Object o)
           
 

Method Detail

dump

String dump(boolean readable,
            boolean exporting)
Returns a string representation of the object. If readable is true, it should be possible read it as NL code.


getExtensionName

String getExtensionName()

getNLTypeName

String getNLTypeName()

recursivelyEqual

boolean recursivelyEqual(Object o)