org.openl.types.science
Class DimensionPower

java.lang.Object
  extended by org.openl.types.science.DimensionPower
All Implemented Interfaces:
IDimensionPower

public class DimensionPower
extends Object
implements IDimensionPower

Author:
snshor

Constructor Summary
DimensionPower(IDimension dimension, int power)
           
 
Method Summary
 IDimension getDimension()
           
 int getPower()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionPower

public DimensionPower(IDimension dimension,
                      int power)
Method Detail

getDimension

public IDimension getDimension()
Specified by:
getDimension in interface IDimensionPower

getPower

public int getPower()
Specified by:
getPower in interface IDimensionPower


Copyright © 2012. All Rights Reserved.