| java.lang.Object org.cougaar.planning.ldm.measure.AbstractMeasure org.cougaar.planning.ldm.measure.ElectricPotential
MAXUNIT | final public static int MAXUNIT(Code) | | |
MILLIVOLTS | final public static int MILLIVOLTS(Code) | | |
MILLIVOLTS_PER_VOLTS | final public static double MILLIVOLTS_PER_VOLTS(Code) | | |
VOLTS | final public static int VOLTS(Code) | | |
VOLTS_PER_MILLIVOLTS | final public static double VOLTS_PER_MILLIVOLTS(Code) | | |
convFactor | final static double convFactor(Code) | | |
ElectricPotential | public ElectricPotential()(Code) | | No-arg constructor is only for use by serialization *
|
ElectricPotential | public ElectricPotential(double v, int unit)(Code) | | parameterized constructor *
|
ElectricPotential | public ElectricPotential(String s)(Code) | | takes strings of the form "Number unit" *
|
getCommonUnit | public int getCommonUnit()(Code) | | |
getConvFactor | final public static double getConvFactor(int i)(Code) | | |
getMaxUnit | public int getMaxUnit()(Code) | | |
getMillivolts | public double getMillivolts()(Code) | | |
getNativeUnit | final public int getNativeUnit()(Code) | | |
getNativeValue | final public double getNativeValue()(Code) | | |
getValue | public double getValue(int unit)(Code) | | |
getVolts | public double getVolts()(Code) | | |
hashCode | public int hashCode()(Code) | | |
valueOf | final public Measure valueOf(double value, int unit)(Code) | | |
|
|