|
TissueInfo API 20091124110011 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mssm.crover.tools.tissue.xml.BlastHits
public class BlastHits
Class BlastHits.
| Constructor Summary | |
|---|---|
BlastHits()
|
|
| Method Summary | |
|---|---|
void |
addQuerySequence(int index,
QuerySequence vQuerySequence)
|
void |
addQuerySequence(QuerySequence vQuerySequence)
|
void |
deleteBValue()
|
void |
deleteExpectationValue()
|
void |
deleteMaxErrorRate()
|
void |
deleteMinimumLength()
|
void |
deleteVValue()
|
Enumeration<QuerySequence> |
enumerateQuerySequence()
Method enumerateQuerySequence. |
int |
getBValue()
Returns the value of field 'bValue'. |
String |
getDatabase()
Returns the value of field 'database'. |
double |
getExpectationValue()
Returns the value of field 'expectationValue'. |
double |
getMaxErrorRate()
Returns the value of field 'maxErrorRate'. |
long |
getMinimumLength()
Returns the value of field 'minimumLength'. |
QuerySequence[] |
getQuerySequence()
Method getQuerySequence.Returns the contents of the collection in an Array. |
QuerySequence |
getQuerySequence(int index)
Method getQuerySequence. |
int |
getQuerySequenceCount()
Method getQuerySequenceCount. |
String |
getSearchDate()
Returns the value of field 'searchDate'. |
int |
getVValue()
Returns the value of field 'vValue'. |
boolean |
hasBValue()
Method hasBValue. |
boolean |
hasExpectationValue()
Method hasExpectationValue. |
boolean |
hasMaxErrorRate()
Method hasMaxErrorRate. |
boolean |
hasMinimumLength()
Method hasMinimumLength. |
boolean |
hasVValue()
Method hasVValue. |
boolean |
isValid()
Method isValid. |
Iterator<QuerySequence> |
iterateQuerySequence()
Method iterateQuerySequence. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllQuerySequence()
|
boolean |
removeQuerySequence(QuerySequence vQuerySequence)
Method removeQuerySequence. |
QuerySequence |
removeQuerySequenceAt(int index)
Method removeQuerySequenceAt. |
void |
setBValue(int bValue)
Sets the value of field 'bValue'. |
void |
setDatabase(String database)
Sets the value of field 'database'. |
void |
setExpectationValue(double expectationValue)
Sets the value of field 'expectationValue'. |
void |
setMaxErrorRate(double maxErrorRate)
Sets the value of field 'maxErrorRate'. |
void |
setMinimumLength(long minimumLength)
Sets the value of field 'minimumLength'. |
void |
setQuerySequence(int index,
QuerySequence vQuerySequence)
|
void |
setQuerySequence(QuerySequence[] vQuerySequenceArray)
|
void |
setSearchDate(String searchDate)
Sets the value of field 'searchDate'. |
void |
setVValue(int vValue)
Sets the value of field 'vValue'. |
static BlastHits |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlastHits()
| Method Detail |
|---|
public void addQuerySequence(QuerySequence vQuerySequence)
throws IndexOutOfBoundsException
vQuerySequence -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addQuerySequence(int index,
QuerySequence vQuerySequence)
throws IndexOutOfBoundsException
index - vQuerySequence -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void deleteBValue()
public void deleteExpectationValue()
public void deleteMaxErrorRate()
public void deleteMinimumLength()
public void deleteVValue()
public Enumeration<QuerySequence> enumerateQuerySequence()
public int getBValue()
public String getDatabase()
public double getExpectationValue()
public double getMaxErrorRate()
public long getMinimumLength()
public QuerySequence getQuerySequence(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic QuerySequence[] getQuerySequence()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getQuerySequenceCount()
public String getSearchDate()
public int getVValue()
public boolean hasBValue()
public boolean hasExpectationValue()
public boolean hasMaxErrorRate()
public boolean hasMinimumLength()
public boolean hasVValue()
public boolean isValid()
public Iterator<QuerySequence> iterateQuerySequence()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException - if an IOException occurs during
marshaling
ValidationException - if this
object is an invalid instance according to the schema
MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllQuerySequence()
public boolean removeQuerySequence(QuerySequence vQuerySequence)
vQuerySequence -
public QuerySequence removeQuerySequenceAt(int index)
index -
public void setBValue(int bValue)
bValue - the value of field 'bValue'.public void setDatabase(String database)
database - the value of field 'database'.public void setExpectationValue(double expectationValue)
expectationValue - the value of field 'expectationValue'public void setMaxErrorRate(double maxErrorRate)
maxErrorRate - the value of field 'maxErrorRate'.public void setMinimumLength(long minimumLength)
minimumLength - the value of field 'minimumLength'.
public void setQuerySequence(int index,
QuerySequence vQuerySequence)
throws IndexOutOfBoundsException
index - vQuerySequence -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setQuerySequence(QuerySequence[] vQuerySequenceArray)
vQuerySequenceArray - public void setSearchDate(String searchDate)
searchDate - the value of field 'searchDate'.public void setVValue(int vValue)
vValue - the value of field 'vValue'.
public static BlastHits unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws ValidationException
ValidationException - if this
object is an invalid instance according to the schema
|
TissueInfo API 20091124110011 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||