|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.shady.QueryCall
public class QueryCall
Query call is used to call some function in outside of engine with some
parameters and return the value. NodeCall just descend further into
a tree.
TODO: explain, how target is determined
NodeCall| Constructor Summary | |
|---|---|
QueryCall(String name,
List<IArgument> args)
|
|
| Method Summary | |
|---|---|
BigDecimal |
execute(IWorkExecutor executor)
Execute the primitive with name and proper arguments and return value. |
List<IArgument> |
getArgs()
Get arguments passed to the called entity |
String |
getName()
Get name of called entity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryCall(String name,
List<IArgument> args)
| Method Detail |
|---|
public String getName()
IWorkExecutor will make
out of it.public List<IArgument> getArgs()
public BigDecimal execute(IWorkExecutor executor)
execute in interface IQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||