| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The common interface for expressions.
| 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. | 
|  Object | getValue()Evaluate the expression. | 
|  void | refresh()Refresh the cached expression value. | 
|  void | setParameter(String name,
             Object value)Set an expression parameter. | 
| Methods inherited from interface jadex.runtime.IElement | 
| getModelElement, getName | 
| Method Detail | 
public Object getValue()
public void refresh()
public void setParameter(String name,
                         Object value)
name - The parameter name.value - The parameter value.public Object getParameter(String name)
name - The parameter name.
public Object execute()
public Object execute(String name,
                      Object value)
name - The name of the local parameter.value - The value of the local parameter.
public Object execute(Tuple[] parameters)
parameters - 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.