org.openl.types.science
Class MassUnit

java.lang.Object
  extended by org.openl.types.science.AMultiplicativeExpression
      extended by org.openl.types.science.ASimpleUnit
          extended by org.openl.types.science.ZeroBasedUnit
              extended by org.openl.types.science.MassUnit
All Implemented Interfaces:
INamedThing, IDimensionPower, IMultiplicativeExpression, IUnit

public class MassUnit
extends ZeroBasedUnit

Author:
snshor

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openl.base.INamedThing
INamedThing.NameConverter<T extends INamedThing>, INamedThing.NameSelector, INamedThing.Tool
 
Field Summary
 
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, NAME_CONVERTOR, REGULAR, SHORT
 
Constructor Summary
MassUnit(String name, double normalMultiplier)
           
 
Method Summary
 
Methods inherited from class org.openl.types.science.ZeroBasedUnit
changeScalar, normalize
 
Methods inherited from class org.openl.types.science.ASimpleUnit
getDimension, getDimensionCount, getDimensionPower, getDimensionsPowers, getDisplayName, getName, getPower, getScalar
 
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
 
Methods inherited from interface org.openl.types.science.IMultiplicativeExpression
add, divide, multiply, negate, printAs, printAs, printInSystem, subtract
 

Constructor Detail

MassUnit

public MassUnit(String name,
                double normalMultiplier)
Parameters:
dimension -
normalMultiplier -


Copyright © 2013. All Rights Reserved.