RdcPanda
Class ScNoe

java.lang.Object
  extended by RdcPanda.ScNoe

public class ScNoe
extends java.lang.Object

This class is no longer used and replaced by H1CS. Written by Lincong Wang (2001-2005) and Jianyang (Michael) Zeng (2005-2009).


Nested Class Summary
static class ScNoe.cs1Comparator
          The Class cs1Comparator.
static class ScNoe.cs2Comparator
          The Class cs2Comparator.
static class ScNoe.intensityComparator
          The Class intensityComparator.
 
Constructor Summary
ScNoe()
          Instantiates a new sc noe.
ScNoe(double cs1)
          Instantiates a new sc noe.
ScNoe(double cs1, double cs2)
          Instantiates a new sc noe.
ScNoe(double cs1, double cs2, double intens)
          Instantiates a new sc noe.
 
Method Summary
 double getHCS1()
          Gets the hC s1.
 double getHCS2()
          Gets the hC s2.
 double getIntensity()
          Gets the intensity.
 void setHCS1(double R)
          Sets the hC s1.
 void setHCS2(double R)
          Sets the hC s2.
 void setIntensity(double R)
          Sets the intensity.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScNoe

public ScNoe()
Instantiates a new sc noe.


ScNoe

public ScNoe(double cs1)
Instantiates a new sc noe.

Parameters:
cs1 - the cs1

ScNoe

public ScNoe(double cs1,
             double cs2)
Instantiates a new sc noe.

Parameters:
cs1 - the cs1
cs2 - the cs2

ScNoe

public ScNoe(double cs1,
             double cs2,
             double intens)
Instantiates a new sc noe.

Parameters:
cs1 - the cs1
cs2 - the cs2
intens - the intens
Method Detail

getHCS1

public double getHCS1()
Gets the hC s1.

Returns:
the hC s1

getHCS2

public double getHCS2()
Gets the hC s2.

Returns:
the hC s2

getIntensity

public double getIntensity()
Gets the intensity.

Returns:
the intensity

setHCS1

public void setHCS1(double R)
Sets the hC s1.

Parameters:
R - the new hC s1

setHCS2

public void setHCS2(double R)
Sets the hC s2.

Parameters:
R - the new hC s2

setIntensity

public void setIntensity(double R)
Sets the intensity.

Parameters:
R - the new intensity