Uses of Class
edu.turtlekit2.kernel.environment.PatchVariable

Packages that use PatchVariable
edu.turtlekit2.kernel.agents   
edu.turtlekit2.kernel.environment   
 

Uses of PatchVariable in edu.turtlekit2.kernel.agents
 

Fields in edu.turtlekit2.kernel.agents with type parameters of type PatchVariable
 ArrayList<PatchVariable> Observer.flavors
           
 

Methods in edu.turtlekit2.kernel.agents that return PatchVariable
 PatchVariable Observer.getFlavor(int i)
           
 

Methods in edu.turtlekit2.kernel.agents that return types with arguments of type PatchVariable
 ArrayList<PatchVariable> Observer.getFlavors()
          PatchVariables Methods for obs
static ArrayList<PatchVariable> AgentFactory.getFlavors(Element e)
           
 

Method parameters in edu.turtlekit2.kernel.agents with type arguments of type PatchVariable
 void Observer.setFlavors(ArrayList<PatchVariable> flavors)
           
 

Uses of PatchVariable in edu.turtlekit2.kernel.environment
 

Methods in edu.turtlekit2.kernel.environment with parameters of type PatchVariable
 void TurtleEnvironment.addGridVariable(PatchVariable pv)
           
 

Method parameters in edu.turtlekit2.kernel.environment with type arguments of type PatchVariable
 void TurtleEnvironment.clearVariables(ArrayList<PatchVariable> volatileVariables)