org.hd.d.pg2k.svrCore.location
Class Location.DoubleValueAndBounds
java.lang.Object
org.hd.d.pg2k.svrCore.location.Location.ValueAndBounds
org.hd.d.pg2k.svrCore.location.Location.DoubleValueAndBounds
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Location
public static final class Location.DoubleValueAndBounds
- extends Location.ValueAndBounds
Value-and-error stored as doubles, eg for place.
TODO: should do validation on deserialisation.
- See Also:
- Serialized Form
|
Field Summary |
private static long |
serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Unique Serialisation class ID generated by http://random.hd.org/.
- See Also:
- Constant Field Values
Location.DoubleValueAndBounds
public Location.DoubleValueAndBounds(double _val,
double _err)
- Make new bounded value.
Location.DoubleValueAndBounds
public Location.DoubleValueAndBounds(java.lang.Double _val,
java.lang.Double _err)
- Make new bounded value.
Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.