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

Packages that use ShadeNode
cz.cuni.amis.pogamut.shady Shady - experimental POSH-like 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()
           
 

Methods in cz.cuni.amis.pogamut.shady 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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.