| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.shady |
Fuzzy/Shady (name subject to change)
=====
Shady is a new engine using if-then rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgString
Store the string value as an argument.
|
| Modifier and Type | Method and Description |
|---|---|
IArgument |
ShadyParser.arg() |
| Modifier and Type | Method and Description |
|---|---|
List<IArgument> |
ShadyParser.args() |
List<IArgument> |
QueryCall.getArgs()
Get arguments passed to the called entity
|
List<IArgument> |
NodeCall.getArgs()
Get unmodifiable list of arguments.
|
| Constructor and Description |
|---|
NodeCall(String name,
List<IArgument> args)
Create new node call.
|
QueryCall(String name,
List<IArgument> args) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.