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

Packages that use NodeElement
cz.cuni.amis.pogamut.shady Fuzzy/Shady (name subject to change) ===== Shady is a new engine using if-then rules. posh is ugly piece of code that is maintaining compatibility with the version written in lisp and later in Python. 
cz.cuni.amis.pogamut.shady.engine   
 

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

Methods in cz.cuni.amis.pogamut.shady that return NodeElement
 NodeElement ShadyParser.element()
           
 

Methods in cz.cuni.amis.pogamut.shady that return types with arguments of type NodeElement
 List<NodeElement> ShadeNode.getElements()
          Get list of all elements of this node.
 

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

Methods in cz.cuni.amis.pogamut.shady.engine that return NodeElement
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.
 



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