|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmath.VariableEvaluation
public class VariableEvaluation
VariableEvaluation.java ResFracti Created by Michael Rule on Mon Apr 04 2005. Copyright (c) 2005 __MyCompanyName__. All rights reserved.
| Field Summary |
|---|
| Fields inherited from interface math.Evaluation |
|---|
CONSTANT, FUNCTION, OPERATION, VARIABLE |
| Constructor Summary | |
|---|---|
VariableEvaluation(char variableChar)
Creates a variable |
|
| Method Summary | |
|---|---|
boolean |
equals(int id)
|
boolean |
is_analytic()
Variable references are analytic |
complex |
operate(ComplexVarList variables)
De-references variable |
java.lang.String |
toString()
tostring override |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VariableEvaluation(char variableChar)
variableChar - | Method Detail |
|---|
public boolean equals(int id)
equals in interface Evaluationid -
public complex operate(ComplexVarList variables)
operate in interface Evaluationvariables -
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean is_analytic()
is_analytic in interface Evaluation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||