org.openscience.nmrshiftdb.util
Class ValueTriple

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.ValueTriple
All Implemented Interfaces:
java.io.Serializable

public class ValueTriple
extends java.lang.Object
implements java.io.Serializable

This is a class containing two double and an array of integer values, altogether representing a signal

Author:
shk3
See Also:
Serialized Form

Field Summary
 java.util.Vector atoms
          Atoms assigned to
 float comparatorValue
          This is used for sorting signals according to distance to this value via ValueTripleComparator.
 int multiplicity
          The multplicity of this signal.
 java.lang.String multiplicityString
           
 int sortPosition
          This gives the value of the
 float value1
          Shift
 float value2
          Intensity, 0=not defined
 
Constructor Summary
ValueTriple()
          Constructor for the ValueTriple object
ValueTriple(float d)
          Constructor for the ValueTriple object
ValueTriple(float d, float d2)
          Constructor for the ValueTriple object
 
Method Summary
 java.lang.String getMultiplicity()
          Returns the multiplicity as letter (0 Hs=S, 1H=D ...).
 int getSortPosition()
          Gets the sortPosition attribute of the ValueTriple object
 java.lang.String getValue1()
          Gets the value1 attribute of the ValueTriple object as a string (needed for velocity, which can't access attributes, only methods)
 java.lang.String getValue2()
          Gets the value2 attribute of the ValueTriple object as a string (needed for velocity, which can't access attributes, only methods)
 boolean isAssignedToAtom(org.openscience.cdk.Atom atom)
          Convinience method which tells if a signal is assigned to a certain atom
 java.lang.String toString()
          Returns a string representation of the valueTriple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value1

public float value1
Shift


value2

public float value2
Intensity, 0=not defined


atoms

public java.util.Vector atoms
Atoms assigned to


comparatorValue

public float comparatorValue
This is used for sorting signals according to distance to this value via ValueTripleComparator. This value needs not to be set


sortPosition

public int sortPosition
This gives the value of the

multiplicity

public int multiplicity
The multplicity of this signal.


multiplicityString

public java.lang.String multiplicityString
Constructor Detail

ValueTriple

public ValueTriple(float d)
Constructor for the ValueTriple object

Parameters:
d - The shift value

ValueTriple

public ValueTriple(float d,
                   float d2)
Constructor for the ValueTriple object

Parameters:
d - The shift value
d2 - The intensity

ValueTriple

public ValueTriple()
Constructor for the ValueTriple object

Method Detail

getSortPosition

public int getSortPosition()
Gets the sortPosition attribute of the ValueTriple object

Returns:
The sortPosition value

getValue1

public java.lang.String getValue1()
Gets the value1 attribute of the ValueTriple object as a string (needed for velocity, which can't access attributes, only methods)

Returns:
The value1 value

getValue2

public java.lang.String getValue2()
Gets the value2 attribute of the ValueTriple object as a string (needed for velocity, which can't access attributes, only methods)

Returns:
The value2 value

isAssignedToAtom

public boolean isAssignedToAtom(org.openscience.cdk.Atom atom)
Convinience method which tells if a signal is assigned to a certain atom

Parameters:
atom - The number of the atom (in cdk...molecule or mol file)
Returns:
True=is assigned, false=is not

getMultiplicity

public java.lang.String getMultiplicity()
Returns the multiplicity as letter (0 Hs=S, 1H=D ...).

Returns:
The multiplicity value as letter.

toString

public java.lang.String toString()
Returns a string representation of the valueTriple

Overrides:
toString in class java.lang.Object
Returns:
The string