|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectfr.ocelet.runtime.affectoperators.Min<T>
public class Min<T extends java.lang.Comparable<T>>
Returns The minimum value taken from the argument vector. This AffectOperator should only be used with number properties (real and int in Ocelet).
AffectOperator| Constructor Summary | |
|---|---|
Min()
|
|
| Method Summary | |
|---|---|
T |
compute(java.util.ArrayList<T> future)
Computes all the candidate values and produces one unique value of the same type to be used for property affectation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Min()
| Method Detail |
|---|
public T compute(java.util.ArrayList<T> future)
compute in interface AffectOperator<T extends java.lang.Comparable<T>>future - Vector of candidate values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||