|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.SequenceCluster
public class SequenceCluster
This class provides information about which sequence belongs to which cluster from the S3Det.
Constructor Summary | |
---|---|
SequenceCluster()
|
Method Summary | |
---|---|
int |
getClusterIndex()
Returns the value of the cluster index. |
java.lang.String |
getName()
Returns the name of the sequence. |
void |
setClusterIndex(int clusterIndex)
Sets the value of the cluster index. |
void |
setName(java.lang.String name)
Sets the name of the sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceCluster()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getClusterIndex()
public void setClusterIndex(int clusterIndex)
clusterIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |