public class QueryCall extends Object implements IQuery
NodeCall just descend further into
a tree.
TODO: explain, how target is determinedNodeCall| Constructor and Description |
|---|
QueryCall(String name,
List<IArgument> args) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public String getName()
IWorkExecutor will make
out of it.public List<IArgument> getArgs()
public BigDecimal execute(IWorkExecutor executor)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.