|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeCall | |
|---|---|
| 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 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||