org.nlogo.api
Interface JobOwner

All Superinterfaces:
SourceOwner
All Known Implementing Classes:
SliderJobOwner

public interface JobOwner
extends SourceOwner


Method Summary
 String displayName()
           
 boolean isButton()
           
 boolean isCommandCenter()
           
 boolean isLinkForeverButton()
           
 boolean isTurtleForeverButton()
           
 boolean ownsPrimaryJobs()
           
 org.nlogo.util.MersenneTwisterFast random()
           
 
Methods inherited from interface org.nlogo.api.SourceOwner
agentClass, classDisplayName, headerSource, innerSource, innerSource, source
 

Method Detail

displayName

String displayName()

isButton

boolean isButton()

isTurtleForeverButton

boolean isTurtleForeverButton()

isLinkForeverButton

boolean isLinkForeverButton()

ownsPrimaryJobs

boolean ownsPrimaryJobs()

isCommandCenter

boolean isCommandCenter()

random

org.nlogo.util.MersenneTwisterFast random()