org.openscience.nmrshiftdb.util
Class SpectrumUtils

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.SpectrumUtils

public class SpectrumUtils
extends java.lang.Object

Contains some utils for spectra

Author:
shk3

Field Summary
(package private) static long MAX_VALUE
           
(package private) static DBSignalComparator sigComp
           
 
Constructor Summary
SpectrumUtils()
           
 
Method Summary
private static boolean isSignalWithShiftArray(DBSignal[] v, int base, int end, boolean fromSpec)
          Determines if there is a signal in a certain range
static long makeFingerprint(DBSignal[] signals, boolean fromSpec)
          Makes a spectrum fingerprint
static long makeFingerprint(DBSpectrum spec)
          Makes a fingerprint of a spectrum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigComp

static DBSignalComparator sigComp

MAX_VALUE

static long MAX_VALUE
Constructor Detail

SpectrumUtils

public SpectrumUtils()
Method Detail

makeFingerprint

public static long makeFingerprint(DBSignal[] signals,
                                   boolean fromSpec)
                            throws java.lang.Exception
Makes a spectrum fingerprint

Parameters:
signals - The signals
fromSpec - true=shifts come from datbase; false=they do not.
Returns:
The fingerprint
Throws:
java.lang.Exception - Database problems

makeFingerprint

public static long makeFingerprint(DBSpectrum spec)
                            throws java.lang.Exception
Makes a fingerprint of a spectrum

Parameters:
spec - The spectrum
Returns:
The fingerprint
Throws:
java.lang.Exception - Database problems

isSignalWithShiftArray

private static boolean isSignalWithShiftArray(DBSignal[] v,
                                              int base,
                                              int end,
                                              boolean fromSpec)
                                       throws java.lang.Exception
Determines if there is a signal in a certain range

Parameters:
v - The signals
base - Lower limit
end - Upper limit
fromSpec - true=shifts come from datbase; false=they do not.
Returns:
false=no signal in that range, true=one or more signals in that range
Throws:
java.lang.Exception - Description of Exception