|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.decimal.DecimalExpression
de.xabsl.jxabsl.expression.decimal.ArithmeticOperator
de.xabsl.jxabsl.expression.decimal.MultiplyOperator
public class MultiplyOperator
Represents a * operator in the option graph
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.decimal.ArithmeticOperator |
---|
operand1, operand2 |
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
debug |
Constructor Summary | |
---|---|
MultiplyOperator(DebugMessages debug)
|
Method Summary | |
---|---|
double |
getValue()
Return the value of the expression |
Methods inherited from class de.xabsl.jxabsl.expression.decimal.ArithmeticOperator |
---|
create, toString |
Methods inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiplyOperator(DebugMessages debug)
Method Detail |
---|
public double getValue()
DecimalExpression
getValue
in class DecimalExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |