NetLogo API
version 4.0.1

Uses of Class
org.nlogo.api.LogoList

Packages that use LogoList
org.nlogo.agent   
org.nlogo.api Provides classes associated with the NetLogo Extensions API. 
org.nlogo.command   
org.nlogo.nvm   
 

Uses of LogoList in org.nlogo.agent
 

Methods in org.nlogo.agent that return LogoList
 LogoList ChooserConstraint.acceptedValues()
           
 LogoList World.networkShortestPathLinks(org.nlogo.util.MersenneTwisterFast random, Turtle sourceNode, Turtle destNode, AgentSet linkBreed)
           
 LogoList World.networkShortestPathNodes(org.nlogo.util.MersenneTwisterFast random, Turtle sourceNode, Turtle destNode, AgentSet linkBreed)
          This method performs a BFS from the sourceNode, following the network imposed by the given linkBreed, to find the shortest path to destNode.
abstract  LogoList AgentSet.toLogoList()
           
 LogoList ArrayAgentSet.toLogoList()
           
 LogoList TreeAgentSet.toLogoList()
           
 

Methods in org.nlogo.agent with parameters of type LogoList
 void ChooserConstraint.acceptedValues(LogoList vals)
           
static void Layouts.circle(World world, LogoList nodes, double radius)
           
 void Link.color(LogoList rgb)
           
 void Turtle.color(LogoList rgb, int varIndex)
           
 void Link.labelColor(LogoList rgb)
           
 void Patch.labelColor(LogoList rgb, int varIndex)
           
 void Turtle.labelColor(LogoList rgb, int valueIndex)
           
 void Patch.pcolor(LogoList rgb)
           
 void Patch3D.pcolor(LogoList rgb)
           
 void Patch.pcolor(LogoList rgb, int varIndex)
           
 

Constructors in org.nlogo.agent with parameters of type LogoList
ChooserConstraint(LogoList acceptedValues)
           
ChooserConstraint(LogoList acceptedValues, int defaultIndex)
           
 

Uses of LogoList in org.nlogo.api
 

Methods in org.nlogo.api that return LogoList
 LogoList LogoList.butFirst()
           
 LogoList LogoList.butLast()
           
 LogoList LogoList.fput(Object obj)
           
static LogoList Color.getHSBListByARGB(int argb)
           
 LogoList Argument.getList()
          Returns the argument as a org.nlogo.api.LogoList
static LogoList Color.getRGBListByARGB(int argb)
           
 LogoList LogoList.logoSublist(int start, int stop)
           
 LogoList LogoList.lput(Object obj)
           
 LogoList LogoList.removeItem(int index)
           
 LogoList LogoList.replaceItem(int index, Object obj)
           
 LogoList LogoList.reverse()
           
 

Uses of LogoList in org.nlogo.command
 

Methods in org.nlogo.command that return LogoList
 LogoList Instruction.argEvalList(Context context, int argIndex)
           
 

Uses of LogoList in org.nlogo.nvm
 

Methods in org.nlogo.nvm that return LogoList
 LogoList Argument.getList()
           
 

Methods in org.nlogo.nvm with parameters of type LogoList
 void HubNetInterface.setClientInterface(String interfaceType, LogoList interfaceInfo)
           
 


NetLogo API
version 4.0.1