Uses of Class
cz.cuni.amis.pogamut.shady.ShadeNode

Packages that use ShadeNode
cz.cuni.amis.pogamut.shady Fuzzy/Shady (name subject to change) ===== Shady is a new engine using if-then rules. 
cz.cuni.amis.pogamut.shady.engine   
 

Uses of ShadeNode in cz.cuni.amis.pogamut.shady
 

Methods in cz.cuni.amis.pogamut.shady that return ShadeNode
 ShadeNode ShadeTree.findNode(String name)
          Find the node of this plan with specified name and return it.
 ShadeNode ShadeTree.getRoot()
          Find root of the plan.
 ShadeNode ShadyParser.node()
           
 

Uses of ShadeNode in cz.cuni.amis.pogamut.shady.engine
 

Methods in cz.cuni.amis.pogamut.shady.engine with parameters of type ShadeNode
protected  NodeElement ShadeEngine.getSelectedElement(ShadeNode node)
          Take the node and find which of its elements should be selected according to highest priority and enabled trigger.
protected  NodeCall ShadeEngine.selectCall(ShadeNode node)
          Go throught the node tree and find the leaf (NodeElement) that doesn't call another {@link ShadeNode node} and return the call of the leaf.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.