| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExpression
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 | 
|---|
Object getValue()
void refresh()
void setParameter(String name,
                  Object value)
name - The parameter name.value - The parameter value.Object getParameter(String name)
name - The parameter name.
Object execute()
Object execute(String name,
               Object value)
name - The name of the local parameter.value - The value of the local parameter.
Object execute(Tuple[] parameters)
parameters - The local parameters (array of name-value pairs).
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.