| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.