public static class IntegerAlphabet.IntegerSymbol extends Unchangeable implements AtomicSymbol, Serializable
Annotatable.AnnotationForwarder
ANNOTATION
Modifier | Constructor and Description |
---|---|
protected |
IntegerAlphabet.IntegerSymbol(int val) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Annotation |
getAnnotation()
Should return the associated annotation object.
|
Set |
getBases() |
Alphabet |
getMatches()
The alphabet containing the symbols matched by this ambiguity symbol.
|
String |
getName()
The long name for the symbol.
|
List |
getSymbols()
The list of symbols that this symbol is composed from.
|
int |
hashCode() |
int |
intValue() |
addChangeListener, addChangeListener, addForwarder, getForwarders, getListeners, isUnchanging, removeChangeListener, removeChangeListener, removeForwarder
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
protected IntegerAlphabet.IntegerSymbol(int val)
public Annotation getAnnotation()
Annotatable
getAnnotation
in interface Annotatable
public String getName()
Symbol
public int intValue()
public Alphabet getMatches()
Symbol
This alphabet contains all of, and only, the symbols matched by this symbol. For example, the symbol representing the DNA ambiguity code for W would contain the symbol for A and T from the DNA alphabet.
getMatches
in interface Symbol
public List getSymbols()
BasisSymbol
The list of symbols that this symbol is composed from.
In the usual case, this list will contain just this single symbol. In the case where a symbol represents an ordered combination of other symbols, the list will contain each of these BasisSymbols.
getSymbols
in interface BasisSymbol
Copyright © 2014 BioJava. All rights reserved.