org.nlogo.nvm
Class SliderJobOwner

java.lang.Object
  extended by org.nlogo.nvm.SliderJobOwner
All Implemented Interfaces:
JobOwner, SourceOwner

public class SliderJobOwner
extends Object
implements JobOwner


Constructor Summary
SliderJobOwner(String name, World world)
           
 
Method Summary
 Class<?> agentClass()
           
 AgentSet agents()
           
 String classDisplayName()
           
 String displayName()
           
 String headerSource()
           
 String innerSource()
           
 void innerSource(String s)
           
 boolean isButton()
           
 boolean isCommandCenter()
           
 boolean isLinkForeverButton()
           
 boolean isTurtleForeverButton()
           
 boolean ownsPrimaryJobs()
           
 Procedure procedure()
           
 void procedure(Procedure procedure)
           
 org.nlogo.util.MersenneTwisterFast random()
           
 String source()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliderJobOwner

public SliderJobOwner(String name,
                      World world)
Method Detail

agents

public AgentSet agents()

procedure

public Procedure procedure()

procedure

public void procedure(Procedure procedure)

displayName

public String displayName()
Specified by:
displayName in interface JobOwner

isButton

public boolean isButton()
Specified by:
isButton in interface JobOwner

isTurtleForeverButton

public boolean isTurtleForeverButton()
Specified by:
isTurtleForeverButton in interface JobOwner

isLinkForeverButton

public boolean isLinkForeverButton()
Specified by:
isLinkForeverButton in interface JobOwner

ownsPrimaryJobs

public boolean ownsPrimaryJobs()
Specified by:
ownsPrimaryJobs in interface JobOwner

isCommandCenter

public boolean isCommandCenter()
Specified by:
isCommandCenter in interface JobOwner

classDisplayName

public String classDisplayName()
Specified by:
classDisplayName in interface SourceOwner

agentClass

public Class<?> agentClass()
Specified by:
agentClass in interface SourceOwner

headerSource

public String headerSource()
Specified by:
headerSource in interface SourceOwner

innerSource

public String innerSource()
Specified by:
innerSource in interface SourceOwner

source

public String source()
Specified by:
source in interface SourceOwner

innerSource

public void innerSource(String s)
Specified by:
innerSource in interface SourceOwner

random

public org.nlogo.util.MersenneTwisterFast random()
Specified by:
random in interface JobOwner