|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractELOperator | +--MultiArgumentOperator | +--Max
Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
Constructor Summary | |
Max()
|
Method Summary | |
protected float |
combine(float a,
float b)
Override this to provide your element-by-element operator. |
java.lang.String |
description()
An english language description of what this operator does. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
Methods inherited from class MultiArgumentOperator |
apply, checkArguments, clamp, combine, getMaxNumArguments, getMinNumArguments, unparse |
Methods inherited from class AbstractELOperator |
clamp, hasExternalInfluences, iconString, paintIcon |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface ELOperator |
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse |
Constructor Detail |
public Max()
Method Detail |
protected float combine(float a, float b)
MultiArgumentOperator
combine
in class MultiArgumentOperator
public java.lang.String name()
ELOperator
name
in interface ELOperator
public java.lang.String description()
ELOperator
description
in interface ELOperator
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |