org.nlogo.agent
Interface Evaluator

All Known Implementing Classes:
AbstractWorkspace, DummyAbstractWorkspace, HeadlessWorkspace

public interface Evaluator


Method Summary
 boolean isConstant(String src)
           
 Thunk makeThunk(String source, Agent agent, Object owner)
           
 Object readFromString(String src)
           
 

Method Detail

makeThunk

Thunk makeThunk(String source,
                Agent agent,
                Object owner)
                throws CompilerException
Throws:
CompilerException

isConstant

boolean isConstant(String src)

readFromString

Object readFromString(String src)
                      throws CompilerException
Throws:
CompilerException