|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Lib.Countf gov.nih.nlm.nls.tc.Lib.Count1f
public class Count1f
This class provides count object with 1 score in float format.
History:
Field Summary |
---|
Fields inherited from class gov.nih.nlm.nls.tc.Lib.Countf |
---|
BY_COUNT1, BY_COUNT2, name_ |
Constructor Summary | |
---|---|
Count1f()
Create a Count1f object (default). |
|
Count1f(float count1)
Create a Count1f object by specifying the score. |
|
Count1f(java.lang.String name)
Create a Count1f object by specifying the score. |
|
Count1f(java.lang.String name,
float count1)
Create a Count1f object by specifying the name and score. |
Method Summary | |
---|---|
float |
GetCount(int index)
Get the score of the Count1f object by specifying index. |
float |
GetCount1()
Get the score of the Count1f object. |
void |
SetCount1(float count)
Set the score of the Count1f object. |
Methods inherited from class gov.nih.nlm.nls.tc.Lib.Countf |
---|
GetName, SetName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Count1f()
public Count1f(java.lang.String name)
name
- name of the Count1f objectpublic Count1f(float count1)
count1
- score of the Count1f objectpublic Count1f(java.lang.String name, float count1)
name
- name of the Count1f objectcount1
- score of the Count1f objectMethod Detail |
---|
public void SetCount1(float count)
count
- score of the Count1f objectpublic float GetCount1()
public float GetCount(int index)
GetCount
in class Countf
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |