|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkea.programs.jPrimrose.OligoDesignInfo
public class OligoDesignInfo
Simple class for storing oligo design information (generated by FindOligosDialog for display by SearchDatabaseDialog.)
Constructor Summary | |
---|---|
OligoDesignInfo(int maxDegeneracy,
int oligoLength,
int total)
Creates a new instance of OligoDesignInfo . |
Method Summary | |
---|---|
int |
getMaximumDegeneracy()
Returns the maximum number of degenerate bases allowed, as specified by the user. |
int |
getOligoLength()
Returns the oligonucleotide length specified by the user. |
int |
getTotalOligos()
Returns total number of oligos identified by program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OligoDesignInfo(int maxDegeneracy, int oligoLength, int total)
OligoDesignInfo
.
maxDegeneracy
- Maximum number of degenerate bases in designed oligos,
as specified by the user.oligoLength
- Length of oligos, as specified by user.total
- Total number of oligos identified.Method Detail |
---|
public int getMaximumDegeneracy()
public int getOligoLength()
public int getTotalOligos()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |