|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bio.symbol.IntegerAlphabet.IntegerSymbol
A single int value.
Constructor Summary | |
protected |
IntegerAlphabet.IntegerSymbol(int val)
|
Method Summary | |
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. |
int |
intValue()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected IntegerAlphabet.IntegerSymbol(int val)
Method Detail |
public Annotation getAnnotation()
public java.lang.String getName()
public char getToken()
public int intValue()
public Alphabet getMatches()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |