|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openl.types.science.AMultiplicativeExpression
org.openl.types.science.ScalarExpression
public class ScalarExpression
| Constructor Summary | |
|---|---|
ScalarExpression(double scalar)
|
|
| Method Summary | |
|---|---|
IMultiplicativeExpression |
changeScalar(double newScalar)
|
int |
getDimensionCount()
Returns number of different dimensions it has |
IDimensionPower |
getDimensionPower(IDimension id)
|
java.util.Iterator |
getDimensionsPowers()
|
double |
getScalar()
Return scalar part of the expression |
| Methods inherited from class org.openl.types.science.AMultiplicativeExpression |
|---|
add, divide, isAdditiveCompatible, multiply, negate, print, printAs, printAs, printInSystem, subtract, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScalarExpression(double scalar)
| Method Detail |
|---|
public IMultiplicativeExpression changeScalar(double newScalar)
public int getDimensionCount()
IMultiplicativeExpression
public IDimensionPower getDimensionPower(IDimension id)
public java.util.Iterator getDimensionsPowers()
public double getScalar()
IMultiplicativeExpression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||