|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fho.jump.pirol.utilities.FormulaParsing.FormulaValue
de.fho.jump.pirol.utilities.FormulaParsing.Operations.GenericOperation
de.fho.jump.pirol.utilities.FormulaParsing.Operations.MultiplicationOperation
public class MultiplicationOperation
Class to handle multiplications within a formula.
| Field Summary |
|---|
| Fields inherited from class de.fho.jump.pirol.utilities.FormulaParsing.Operations.GenericOperation |
|---|
opString, value1, value2 |
| Fields inherited from class de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue |
|---|
logger |
| Constructor Summary | |
|---|---|
MultiplicationOperation(FormulaValue value1,
FormulaValue value2)
Sets the value, that will be operated on. |
|
| Method Summary | |
|---|---|
double |
getValue(Feature feature)
Returns the multiplied values of the sub-values or sub-operations of this operation |
| Methods inherited from class de.fho.jump.pirol.utilities.FormulaParsing.Operations.GenericOperation |
|---|
isFeatureDependent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiplicationOperation(FormulaValue value1,
FormulaValue value2)
| Method Detail |
|---|
public double getValue(Feature feature)
getValue in class FormulaValuefeature -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||