| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParameterSet
Interface for all parameter sets.
| Method Summary | |
|---|---|
|  void | addValue(Object value)Add a value to a parameter set. | 
|  void | addValues(Object[] values)Add values to a parameter set. | 
|  boolean | containsValue(Object value)Test if a value is contained in a parameter. | 
|  Class | getClazz()Get the value class. | 
|  Object | getValue(Object oldval)Get a value equal to the given object. | 
|  Object[] | getValues()Get the values of a parameterset. | 
|  void | removeValue(Object value)Remove a value to a parameter set. | 
|  void | removeValues()Remove all values from a parameter set. | 
|  int | size()Get the number of values currently contained in this set. | 
| Methods inherited from interface jadex.runtime.IElement | 
|---|
| getModelElement, getName | 
| Method Detail | 
|---|
void addValue(Object value)
value - The new value.void removeValue(Object value)
value - The new value.void addValues(Object[] values)
void removeValues()
Object getValue(Object oldval)
oldval - The old value.boolean containsValue(Object value)
value - The value to test.
Object[] getValues()
int size()
Class getClazz()
| 
 | 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.