phenote.matrix.model
Class PhenotypeMatrixCell
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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