Uses of Class
edu.turtlekit2.utils.XMLAttributes

Packages that use XMLAttributes
edu.turtlekit2.kernel.agents   
 

Uses of XMLAttributes in edu.turtlekit2.kernel.agents
 

Fields in edu.turtlekit2.kernel.agents declared as XMLAttributes
 XMLAttributes Observer.attrib
           
 

Methods in edu.turtlekit2.kernel.agents that return XMLAttributes
 XMLAttributes Observer.getAttrib()
           
 XMLAttributes Turtle.getAttributes()
           
 

Methods in edu.turtlekit2.kernel.agents that return types with arguments of type XMLAttributes
static Collection<XMLAttributes> AgentFactory.getViewers(Element e)
           
 

Methods in edu.turtlekit2.kernel.agents with parameters of type XMLAttributes
static Observer AgentFactory.instanciateObserver(XMLAttributes observerTable)
           
 void SimulationRunner.launchViewer(XMLAttributes att)
           
 void Observer.setAttrib(XMLAttributes attrib)
           
 void Turtle.setAttributes(XMLAttributes a)