| 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 |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.