|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--AbstractELOperator
|
+--ZeroArgumentOperator
|
+--FrequencyBlocks
| Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
| Constructor Summary | |
FrequencyBlocks()
|
|
| Method Summary | |
void |
apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
Applies this operator. |
java.lang.String |
description()
An english language description of what this operator does. |
boolean |
hasExternalInfluences()
Returns true if the output is influenced by the environment. |
protected java.lang.String |
iconString()
Override to change the string painted for an icon. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
| Methods inherited from class ZeroArgumentOperator |
checkArguments, getMaxNumArguments, getMinNumArguments, unparse |
| Methods inherited from class AbstractELOperator |
clamp, paintIcon |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface ELOperator |
getMaxNumArguments, getMinNumArguments, paintIcon, unparse |
| Constructor Detail |
public FrequencyBlocks()
| Method Detail |
public void apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
ELOperatorapply in interface ELOperatorpublic java.lang.String name()
ELOperatorname in interface ELOperatorpublic java.lang.String description()
ELOperatordescription in interface ELOperatorprotected java.lang.String iconString()
AbstractELOperatoriconString in class AbstractELOperatorpublic boolean hasExternalInfluences()
ELOperatorhasExternalInfluences in interface ELOperatorhasExternalInfluences in class AbstractELOperator
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||