org.nlogo.nvm
Interface JobOwner

All Superinterfaces:
SourceOwner

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.nvm.SourceOwner
classDisplayName, dependsOn, 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()