org.nlogo.nvm
Interface AggregateManagerInterface

All Superinterfaces:
SourceOwner

public interface AggregateManagerInterface
extends SourceOwner


Method Summary
 void load(String lines)
           
 String save()
           
 void showEditor()
           
 
Methods inherited from interface org.nlogo.nvm.SourceOwner
classDisplayName, dependsOn, headerSource, innerSource, innerSource, source
 

Method Detail

save

String save()

load

void load(String lines)

showEditor

void showEditor()