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

Packages that use NodeCall
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 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.
 

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

Methods in cz.cuni.amis.pogamut.shady.engine that return NodeCall
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.engine with parameters of type NodeCall
protected  BigDecimal ShadeEngine.executeCall(NodeCall call)
           
 



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