| 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 |
|---|---|
NodeCall |
ShadyParser.call() |
NodeCall |
NodeElement.getCall()
Get node call, that is either another node or action executed
by
IWorkExecutor. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.