|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use cz.cuni.amis.pogamut.shady | |
|---|---|
| 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 | |
| Classes in cz.cuni.amis.pogamut.shady used by cz.cuni.amis.pogamut.shady | |
|---|---|
| IArgument
Interface that unified various arguments used when shade is calling the primitive. |
|
| IQuery
|
|
| NodeCall
During the execution of the tree, we have to go from one node to another and finally execute one primitive. |
|
| NodeElement
Every node has multiple elemnts, binary tree has two, our if-then tree structure has a variable ammount. |
|
| ParseException
This exception is thrown when parse errors are encountered. |
|
| QueryCall
Query call is used to call some function in outside of engine with some parameters and return the value. |
|
| ShadeNode
Representation of one node in the if-then tree. |
|
| ShadeTree
This class contains all nodes of one shade plan. |
|
| ShadyParserConstants
Token literal values and constants. |
|
| ShadyParserTokenManager
Token Manager. |
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
|
| Token
Describes the input token stream. |
|
| Classes in cz.cuni.amis.pogamut.shady used by cz.cuni.amis.pogamut.shady.engine | |
|---|---|
| NodeCall
During the execution of the tree, we have to go from one node to another and finally execute one primitive. |
|
| NodeElement
Every node has multiple elemnts, binary tree has two, our if-then tree structure has a variable ammount. |
|
| ShadeNode
Representation of one node in the if-then tree. |
|
| ShadeTree
This class contains all nodes of one shade plan. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||