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

Packages that use NodeCall
cz.cuni.amis.pogamut.shady Shady - experimental POSH-like engine. 
 

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

Methods in cz.cuni.amis.pogamut.shady that return NodeCall
 NodeCall ShadyParser.call()
           
 NodeCall NodeElement.getCall()
          Get node call, that is either another node or action executed by IWorkExecutor.
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.
 

Methods in cz.cuni.amis.pogamut.shady with parameters of type NodeCall
protected  BigDecimal ShadeEngine.executeCall(NodeCall call)
           
 



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