|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRdcPanda.ScNoe
public class ScNoe
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 |
---|
public ScNoe()
public ScNoe(double cs1)
cs1
- the cs1public ScNoe(double cs1, double cs2)
cs1
- the cs1cs2
- the cs2public ScNoe(double cs1, double cs2, double intens)
cs1
- the cs1cs2
- the cs2intens
- the intensMethod Detail |
---|
public double getHCS1()
public double getHCS2()
public double getIntensity()
public void setHCS1(double R)
R
- the new hC s1public void setHCS2(double R)
R
- the new hC s2public void setIntensity(double R)
R
- the new intensity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |