|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.agmodel.physical.AbstractQuantity
This abstract class represents a measurable amount. This class defines abstract methods to get the value of a quantity using the "Syst?me International d'Unit?s" (SI) and to get the associated SI dimension.
| Field Summary | |
static float |
COMPLETE
|
static float |
DEVOID
|
static int |
SPATIALLYINTERPOLATED
|
static int |
TEMPORALLYINTERPOLATED
|
static int |
UNINTERPOLATED
|
| Constructor Summary | |
AbstractQuantity()
|
|
| Method Summary | |
Object |
clone()
|
Composite |
divide(AbstractQuantity x)
Returns the Composite whose value is (this / x). |
boolean |
isSpatiallyInterpolated()
|
boolean |
isTemporallyInterpolated()
|
Composite |
multiply(AbstractQuantity x)
Returns the Composite whose value is (this * x). |
Composite |
toComposite()
Converts a simple quantity to Composite. |
String |
toString()
Returns the decimal String representation of this quantity in SI units. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int UNINTERPOLATED
public static final int TEMPORALLYINTERPOLATED
public static final int SPATIALLYINTERPOLATED
public static final float COMPLETE
public static final float DEVOID
| Constructor Detail |
public AbstractQuantity()
| Method Detail |
public Composite multiply(AbstractQuantity x)
x - the quantity multiplier.
public Composite divide(AbstractQuantity x)
x - the quantity divisor.
ArithmeticException - x.getValueSI() == 0.0public Composite toComposite()
public String toString()
public boolean isTemporallyInterpolated()
public boolean isSpatiallyInterpolated()
public Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||