trans.tpmap
Class TPMapFeature

java.lang.Object
  extended bytrans.tpmap.TPMapFeature
All Implemented Interfaces:
java.io.Serializable

public class TPMapFeature
extends java.lang.Object
implements java.io.Serializable

Container for info about a particular oligo feature from a tpmap file.

See Also:
Serialized Form

Constructor Summary
TPMapFeature(java.lang.String[] tokens)
           
 
Method Summary
 java.lang.String getChromosome()
           
 float getIntensity()
           
 short getMMX()
           
 short getMMY()
           
 short getPMX()
           
 short getPMY()
           
 int getPosition()
           
 java.lang.String getSequence()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TPMapFeature

public TPMapFeature(java.lang.String[] tokens)
Method Detail

toString

public java.lang.String toString()

getChromosome

public java.lang.String getChromosome()

getIntensity

public float getIntensity()

getMMX

public short getMMX()

getMMY

public short getMMY()

getPMX

public short getPMX()

getPMY

public short getPMY()

getPosition

public int getPosition()

getSequence

public java.lang.String getSequence()