model
Class SequenceCluster

java.lang.Object
  extended by model.SequenceCluster

public class SequenceCluster
extends java.lang.Object

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

SequenceCluster

public SequenceCluster()
Method Detail

getName

public java.lang.String getName()
Returns the name of the sequence.

Returns:
name String

setName

public void setName(java.lang.String name)
Sets the name of the sequence.

Parameters:
name -

getClusterIndex

public int getClusterIndex()
Returns the value of the cluster index.

Returns:
clusterIndex Integer

setClusterIndex

public void setClusterIndex(int clusterIndex)
Sets the value of the cluster index.

Parameters:
clusterIndex -