org.nlogo.agent
Interface ImporterUser

All Superinterfaces:
WorldResizer
All Known Subinterfaces:
Workspace
All Known Implementing Classes:
AbstractWorkspace, DummyWorkspace, HeadlessWorkspace

public interface ImporterUser
extends WorldResizer


Method Summary
 void currentPlot(String plot)
           
 PlotInterface getPlot(String plot)
           
 void setOutputAreaContents(String text)
           
 
Methods inherited from interface org.nlogo.agent.WorldResizer
patchSize, resizeWorld, setDimensions
 

Method Detail

setOutputAreaContents

void setOutputAreaContents(String text)

currentPlot

void currentPlot(String plot)

getPlot

PlotInterface getPlot(String plot)