

Public Member Functions | |
| Variable (jscicalc.pobject.Variable variable) | |
| Construct from a Variable of jscicalc.pobject. | |
| jscicalc.pobject.PObject | pObject () |
| Get the jscicalc.pobject.Variable represented by this. | |
| char | get () |
| Useful to create a representation. | |
| String | name () |
| Useful to create a representation. | |
| String[] | name_array () |
| Useful to create a representation. | |
| jscicalc.StringArray | toHTMLSubString (int maxChars, int precision, final Base base, final Notation notation, double polarFactor) |
| Function to create an HTML string representation of the variable The arguments are ignored because they are only needed for a Complex. | |
| jscicalc.StringArray | toHTMLParenString (int maxChars, int precision, final Base base, final Notation notation, double polarFactor) |
| Product | negate () |
| Return the negative of this. | |
| int | compareTo (Variable variable) |
| The comparison operator. | |
| OObject | substitute (jscicalc.Substitution substitution) |
| Carry out substitutions as specified by Substituion object. | |
Private Attributes | |
| jscicalc.pobject.Variable | variable |
| The variable is a reference to a pobject Variable. | |
| jscicalc.expression.Variable.Variable | ( | jscicalc.pobject.Variable | variable | ) |
Construct from a Variable of jscicalc.pobject.
| variable | The PObject representation. |
References jscicalc.expression.Variable.variable.
| jscicalc.pobject.PObject jscicalc.expression.Variable.pObject | ( | ) |
Get the jscicalc.pobject.Variable represented by this.
References jscicalc.expression.Variable.variable.
| char jscicalc.expression.Variable.get | ( | ) |
Useful to create a representation.
References jscicalc.expression.Variable.get(), and jscicalc.expression.Variable.variable.
Referenced by jscicalc.expression.Variable.compareTo(), and jscicalc.expression.Variable.get().
| String jscicalc.expression.Variable.name | ( | ) |
Useful to create a representation.
References jscicalc.expression.Variable.name(), and jscicalc.expression.Variable.variable.
Referenced by jscicalc.Substitution.add(), jscicalc.expression.Variable.name(), and jscicalc.expression.Variable.substitute().
| String [] jscicalc.expression.Variable.name_array | ( | ) |
Useful to create a representation.
References jscicalc.expression.Variable.name_array(), and jscicalc.expression.Variable.variable.
Referenced by jscicalc.expression.Variable.name_array(), and jscicalc.expression.Variable.toHTMLSubString().
| jscicalc.StringArray jscicalc.expression.Variable.toHTMLSubString | ( | int | maxChars, | |
| int | precision, | |||
| final Base | base, | |||
| final Notation | notation, | |||
| double | polarFactor | |||
| ) |
Function to create an HTML string representation of the variable The arguments are ignored because they are only needed for a Complex.
| maxChars | ignored | |
| precision | ignored | |
| base | ignored | |
| notation | ignored | |
| polarFactor | ignored |
References jscicalc.expression.Variable.name_array().
Referenced by jscicalc.expression.Variable.toHTMLParenString().
| jscicalc.StringArray jscicalc.expression.Variable.toHTMLParenString | ( | int | maxChars, | |
| int | precision, | |||
| final Base | base, | |||
| final Notation | notation, | |||
| double | polarFactor | |||
| ) |
References jscicalc.expression.Variable.toHTMLSubString().
| Product jscicalc.expression.Variable.negate | ( | ) | [virtual] |
Return the negative of this.
Implements jscicalc.expression.Expression.
References jscicalc.expression.Product.negate().
| int jscicalc.expression.Variable.compareTo | ( | Variable | variable | ) |
The comparison operator.
| variable | The Variable to be compared. |
References jscicalc.expression.Variable.get().
| OObject jscicalc.expression.Variable.substitute | ( | jscicalc.Substitution | substitution | ) |
Carry out substitutions as specified by Substituion object.
In this case any variable whose name matches this is substituted with the oobject in substitution.
| substitution | The object specifying the substitutions |
References jscicalc.expression.Variable.name().
The variable is a reference to a pobject Variable.
Referenced by jscicalc.expression.Variable.get(), jscicalc.expression.Variable.name(), jscicalc.expression.Variable.name_array(), jscicalc.expression.Variable.pObject(), and jscicalc.expression.Variable.Variable().
1.5.5