math
Class ComplexVarList
java.lang.Object
math.ComplexVarList
public class ComplexVarList
- extends java.lang.Object
Implementation of a variable set for the complex equation model.
I should maybe expend this into a full blown scope.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexVarList
public ComplexVarList()
ComplexVarList
public ComplexVarList(ComplexVarList otherSet)
- Parameters:
otherSet
-
size
public int size()
- Returns:
getNames
public java.lang.String getNames()
- Returns:
getValues
public complex[] getValues()
- Returns:
getVal
public complex getVal(char name)
- Parameters:
name
-
- Returns:
get
public complex get(int index)
- Parameters:
index
-
- Returns:
setVal
public complex setVal(char name,
complex value)
- Parameters:
name
- value
-
- Returns:
set
public complex set(int index,
complex value)
- Parameters:
index
- value
-
- Returns:
add
public void add(char name,
complex value)
- Parameters:
name
- value
-
fillStandard
public void fillStandard()
standard
public static ComplexVarList standard()
- Returns: