model
Class SequenceCoordinates

java.lang.Object
  extended by model.SequenceCoordinates
All Implemented Interfaces:
Coordinates

public class SequenceCoordinates
extends java.lang.Object
implements Coordinates

This class contains information about the sequence coordinates from the S3Det.


Constructor Summary
SequenceCoordinates()
           
 
Method Summary
 double[] getCoords()
          Returns the array of the coordinates.
 java.lang.String getName()
          Returns the name of the sequence.
 void setCoords(double[] coords)
          Sets the array of the coordinates.
 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

SequenceCoordinates

public SequenceCoordinates()
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.


getCoords

public double[] getCoords()
Returns the array of the coordinates.

Specified by:
getCoords in interface Coordinates
Returns:
coords double[]

setCoords

public void setCoords(double[] coords)
Sets the array of the coordinates.

Specified by:
setCoords in interface Coordinates
Parameters:
coords -