|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.expressions.OperatorExpression
public abstract class OperatorExpression
Abstract class used as super class for classes representing both unary and binary operators (and more).
Expression,
UnaryOperator,
BinaryOperator,
DataExpression,
Serialized Form| Field Summary | |
|---|---|
protected Expression |
firstOperand
The first (and maybe only) Expression object an operator works on. |
| Constructor Summary | |
|---|---|
OperatorExpression(Expression e1)
Creates a new OperatorExpression object, and assigns the operand to the given Expression. |
|
| Method Summary | |
|---|---|
boolean |
contains(Expression e)
DOCUMENT ME! |
Expression |
factor(Expression e)
DOCUMENT ME! |
Expression |
getFirstOperand()
Returns the first operand that the OperatorExpression object works on. |
Expression |
isolate(Expression e)
DOCUMENT ME! |
Expression |
isolate(Expression f,
Expression e)
DOCUMENT ME! |
void |
setFirstOperand(Expression e1)
Assigns the first (and maybe only) operand that the OperatorExpression object works on to a given Expression object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.mathematics.analysis.expressions.Expression |
|---|
diff, eval, getElements, isDifferentiable, isExpandable, optimize, replace, toJava, toTaylorMap, toXML |
| Field Detail |
|---|
protected Expression firstOperand
| Constructor Detail |
|---|
public OperatorExpression(Expression e1)
e1 - The Expression object that the operator should work on.| Method Detail |
|---|
public void setFirstOperand(Expression e1)
e1 - An Expression object.getFirstOperand()public Expression getFirstOperand()
setFirstOperand(org.jscience.mathematics.analysis.expressions.Expression)public boolean contains(Expression e)
contains in interface Expressione - DOCUMENT ME!
public Expression isolate(Expression e)
isolate in interface Expressione - DOCUMENT ME!
public Expression isolate(Expression f,
Expression e)
isolate in interface Expressionf - DOCUMENT ME!e - DOCUMENT ME!
public Expression factor(Expression e)
factor in interface Expressione - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||