public interface DoubleLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(DynamicObject store,
boolean condition) |
double |
getDouble(DynamicObject store,
Shape shape) |
Class<Double> |
getType()
The type of this location.
|
void |
setDouble(DynamicObject store,
double value) |
void |
setDouble(DynamicObject store,
double value,
Shape shape) |
void |
setDouble(DynamicObject store,
double value,
Shape oldShape,
Shape newShape) |
double getDouble(DynamicObject store, Shape shape)
TypedLocation.get(DynamicObject, Shape)double getDouble(DynamicObject store, boolean condition)
TypedLocation.get(DynamicObject, boolean)void setDouble(DynamicObject store, double value) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object)void setDouble(DynamicObject store, double value, Shape shape) throws FinalLocationException
FinalLocationExceptionTypedLocation.set(DynamicObject, Object, Shape)void setDouble(DynamicObject store, double value, Shape oldShape, Shape newShape)
TypedLocation.set(DynamicObject, Object, Shape, Shape)Class<Double> getType()
TypedLocationgetType in interface TypedLocation