Container to hold most recently evaluated mean value. More...

Public Member Functions | |
| Mean () | |
| Constructor. | |
| void | setError (boolean error) |
| Set the Container error state. | |
| void | setValue (double d) |
| Set the value of this Container. | |
| void | setValue (Complex c) |
| Set the value of this Container. | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "m", "e", "a", "n" } |
Container to hold most recently evaluated mean value.
| jscicalc.pobject.Mean.Mean | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.Mean.main().
| static void jscicalc.pobject.Mean.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Mean.Mean(), and jscicalc.pobject.PObject.name().
| String [] jscicalc.pobject.Mean.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Mean.fname.
| void jscicalc.pobject.Mean.setError | ( | boolean | error | ) |
Set the Container error state.
| error | Error state |
Referenced by jscicalc.CalculatorApplet.statMean().
| void jscicalc.pobject.Mean.setValue | ( | Complex | c | ) |
Set the value of this Container.
| c | The value to store. |
| void jscicalc.pobject.Mean.setValue | ( | double | d | ) |
Set the value of this Container.
| d | The value to store. |
Referenced by jscicalc.CalculatorApplet.statMean().
final String [] jscicalc.pobject.Mean.fname = { "m", "e", "a", "n" } [static, private] |
Referenced by jscicalc.pobject.Mean.name_array().
1.7.1