phenote.matrix.model
Class PhenotypeMatrixCell

java.lang.Object
  extended by phenote.matrix.model.PhenotypeMatrixCell
All Implemented Interfaces:
MatrixCell

public class PhenotypeMatrixCell
extends java.lang.Object
implements MatrixCell


Constructor Summary
PhenotypeMatrixCell(CharacterI ch)
          Extracts the desired information from a given character and sets the contents of the matrix cell
 
Method Summary
 java.lang.String getCount()
           
 org.obo.datamodel.OBOClass getEntity2()
           
 java.lang.String getMeasurement()
           
 org.obo.datamodel.OBOClass getQuality()
           
 java.lang.String getUnit()
           
 void setCount(java.lang.String count)
           
 void setEntity2(org.obo.datamodel.OBOClass entity2)
           
 void setMeasurement(java.lang.String measurement)
           
 void setQuality(org.obo.datamodel.OBOClass quality)
           
 void setUnit(java.lang.String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhenotypeMatrixCell

public PhenotypeMatrixCell(CharacterI ch)
Extracts the desired information from a given character and sets the contents of the matrix cell

Parameters:
ch - the Character being used to build the matrix cell
Method Detail

getQuality

public org.obo.datamodel.OBOClass getQuality()
Returns:
the quality characteristic of the matrix cell (as an OBOClass object)

setQuality

public void setQuality(org.obo.datamodel.OBOClass quality)
Parameters:
quality - the Character quality to use for this matrix cell

getEntity2

public org.obo.datamodel.OBOClass getEntity2()
Returns:
the additional entity characteristic of the matrix cell (as an OBOClass object)

setEntity2

public void setEntity2(org.obo.datamodel.OBOClass entity2)
Parameters:
entity2 - the additional entity to use for this matrix cell

getCount

public java.lang.String getCount()
Returns:
the count characteristic of the matrix cell (as an String object)

setCount

public void setCount(java.lang.String count)
Parameters:
count - the count to use for this matrix cell

getMeasurement

public java.lang.String getMeasurement()
Returns:
the measurement characteristic of the matrix cell (as an String object)

setMeasurement

public void setMeasurement(java.lang.String measurement)
Parameters:
measurement - the measurement to use for this matrix cell

getUnit

public java.lang.String getUnit()
Returns:
the unit characteristic of the matrix cell (as an String object)

setUnit

public void setUnit(java.lang.String unit)
Parameters:
unit - the unit to use for this matrix cell