org.nlogo.api
Interface SourceOwner

All Known Subinterfaces:
JobOwner
All Known Implementing Classes:
SliderJobOwner

public interface SourceOwner


Method Summary
 Class<?> agentClass()
           
 String classDisplayName()
           
 String headerSource()
           
 String innerSource()
           
 void innerSource(String s)
           
 String source()
           
 

Method Detail

classDisplayName

String classDisplayName()

headerSource

String headerSource()

innerSource

String innerSource()

source

String source()

innerSource

void innerSource(String s)

agentClass

Class<?> agentClass()