edu.mssm.crover.tools.blast.parsers.xml.v2
Class StatisticsType
java.lang.Object
|
+--edu.mssm.crover.tools.blast.parsers.xml.v2.StatisticsType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Statistics
- public abstract class StatisticsType
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.1 $ $Date: 2003/11/19 18:34:56 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsType
public StatisticsType()
getStatistics_DbLen
public int getStatistics_DbLen()
getStatistics_DbNum
public int getStatistics_DbNum()
getStatistics_EffSpace
public java.lang.String getStatistics_EffSpace()
getStatistics_Entropy
public java.math.BigDecimal getStatistics_Entropy()
getStatistics_HspLen
public int getStatistics_HspLen()
getStatistics_Kappa
public java.math.BigDecimal getStatistics_Kappa()
getStatistics_Lambda
public java.math.BigDecimal getStatistics_Lambda()
hasStatistics_DbLen
public boolean hasStatistics_DbLen()
hasStatistics_DbNum
public boolean hasStatistics_DbNum()
hasStatistics_HspLen
public boolean hasStatistics_HspLen()
isValid
public boolean isValid()
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
setStatistics_DbLen
public void setStatistics_DbLen(int statistics_DbLen)
- Parameters:
statistics_DbLen -
setStatistics_DbNum
public void setStatistics_DbNum(int statistics_DbNum)
- Parameters:
statistics_DbNum -
setStatistics_EffSpace
public void setStatistics_EffSpace(java.lang.String statistics_EffSpace)
- Parameters:
statistics_EffSpace -
setStatistics_Entropy
public void setStatistics_Entropy(java.math.BigDecimal statistics_Entropy)
- Parameters:
statistics_Entropy -
setStatistics_HspLen
public void setStatistics_HspLen(int statistics_HspLen)
- Parameters:
statistics_HspLen -
setStatistics_Kappa
public void setStatistics_Kappa(java.math.BigDecimal statistics_Kappa)
- Parameters:
statistics_Kappa -
setStatistics_Lambda
public void setStatistics_Lambda(java.math.BigDecimal statistics_Lambda)
- Parameters:
statistics_Lambda -
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.