|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bio.symbol.DoubleAlphabet.DoubleSymbol
A single double value.
Constructor Summary | |
protected |
DoubleAlphabet.DoubleSymbol(double val)
|
Method Summary | |
double |
doubleValue()
|
Annotation |
getAnnotation()
Should return the associated annotation object. |
Alphabet |
getMatches()
Return an alphabet containing only this symbol. |
java.lang.String |
getName()
The long name for the symbol. |
char |
getToken()
The token for the symbol. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected DoubleAlphabet.DoubleSymbol(double val)
Method Detail |
public Annotation getAnnotation()
public java.lang.String getName()
public char getToken()
public double doubleValue()
public Alphabet getMatches()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |