Class Measure
java.lang.Object
org.openscience.jmol.app.janocchio.Measure
- All Implemented Interfaces:
Comparable<Measure>
- Direct Known Subclasses:
MeasureCouple
,MeasureDist
,MeasureNoe
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double
(package private) static final DecimalFormat[]
protected double
private String
private int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expValue
-
calcValue
private double calcValue -
diff
protected double diff -
type
private int type -
TYPE_DISTANCE
static final int TYPE_DISTANCE- See Also:
-
TYPE_J
static final int TYPE_J- See Also:
-
TYPE_NOE
static final int TYPE_NOE- See Also:
-
TYPE_EXP_NOE
static final int TYPE_EXP_NOE- See Also:
-
df
-
-
Constructor Details
-
Measure
Measure(String expValue, double calcValue, int type)
-
-
Method Details
-
getExpValue
-
getCalcValue
public double getCalcValue() -
getDiff
public double getDiff() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Measure>
-
toString
-
round
-
formatDistance
-
formatJ
-
formatNOE
-
formatExpNOE
-