logo


math
Class ComplexVarList

java.lang.Object
  extended by 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.


Constructor Summary
ComplexVarList()
ComplexVarList(ComplexVarList otherSet)
 
Method Summary
 void add(char name, complex value)
 void fillStandard()
 complex get(int index)
 java.lang.String getNames()
 complex getVal(char name)
 complex[] getValues()
 complex set(int index, complex value)
 complex setVal(char name, complex value)
 int size()
static ComplexVarList standard()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexVarList

public ComplexVarList()

ComplexVarList

public ComplexVarList(ComplexVarList otherSet)
Parameters:
otherSet -
Method Detail

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: