| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface for a query.
| Method Summary | |
|  Object | execute()Execute the query. | 
|  Object | execute(String name,
        Object value)Execute the query using a local parameter. | 
|  Object | execute(Tuple[] parameters)Execute the query using local parameters. | 
|  Object | getParameter(String name)Get an expression parameter. | 
|  void | setParameter(String name,
             Object value)Set an expression parameter. | 
| Methods inherited from interface jadex.runtime.IExpression | 
| getValue, refresh | 
| Methods inherited from interface jadex.runtime.IElement | 
| getModelElement, getName | 
| Method Detail | 
public void setParameter(String name,
                         Object value)
setParameter in interface IExpressionname - The parameter name.value - The parameter value.public Object getParameter(String name)
getParameter in interface IExpressionname - The parameter name.
public Object execute()
execute in interface IExpression
public Object execute(String name,
                      Object value)
execute in interface IExpressionname - The name of the local parameter.value - The value of the local parameter.
public Object execute(Tuple[] parameters)
execute in interface IExpressionparameters - The local parameters (array of name-value pairs).
| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.