|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.data.Sequence<int[]>
de.jstacs.data.sequences.DiscreteSequence
de.jstacs.data.sequences.SimpleDiscreteSequence
public abstract class SimpleDiscreteSequence
This is the main class for any discrete sequence.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.jstacs.data.Sequence |
|---|
Sequence.CompositeSequence<T>, Sequence.RecursiveSequence<T>, Sequence.SubSequence<T> |
| Field Summary |
|---|
| Fields inherited from class de.jstacs.data.Sequence |
|---|
alphabetCon, annotation, rc |
| Constructor Summary | |
|---|---|
SimpleDiscreteSequence(AlphabetContainer container,
SequenceAnnotation[] annotation)
This constructor creates a new SimpleDiscreteSequence with the
AlphabetContainer container and the annotation
annotation but without the content. |
|
| Method Summary | |
|---|---|
protected void |
addToRepresentation(Object representation,
int pos,
String delim)
This method adds the information of one position to the representation using the specified delimiter |
double |
continuousVal(int pos)
Returns the continuous value at position pos of the
Sequence. |
void |
fillContainer(int[] container,
int pos)
The method fills the content of a specific position in to the container. |
int[] |
getEmptyContainer()
The method returns a container that can be used for accessing the symbols for each position. |
protected Object |
getEmptyRepresentation()
Returns an empty representation which is used to create the String representation of this instance in the method Sequence.toString(String, int, int). |
protected String |
getStringRepresentation(Object representation)
This method creates a String representation from the given representation. |
protected int |
hashCodeForPos(int pos)
This method is used in Sequence.hashCode() and the hash code for one specific position. |
boolean |
isMultiDimensional()
The method returns true if the sequence is multidimensional, otherwise . |
| Methods inherited from class de.jstacs.data.sequences.DiscreteSequence |
|---|
compareTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleDiscreteSequence(AlphabetContainer container,
SequenceAnnotation[] annotation)
throws WrongAlphabetException
SimpleDiscreteSequence with the
AlphabetContainer container and the annotation
annotation but without the content. The content has to be
set by the constructor of the subclass.
container - the AlphabetContainer of the sequenceannotation - the annotation of the sequence
WrongAlphabetException - if the AlphabetContainer is not discreteSequence.Sequence(AlphabetContainer, SequenceAnnotation[])| Method Detail |
|---|
public final double continuousVal(int pos)
Sequencepos of the
Sequence.
continuousVal in class Sequence<int[]>pos - the position of the Sequence
pos of the
Sequencepublic boolean isMultiDimensional()
Sequencetrue if the sequence is multidimensional, otherwise .
- Specified by:
isMultiDimensional in class Sequence<int[]>
- Returns:
true if the sequence is multidimensional, otherwise
public int[] getEmptyContainer()
Sequence
getEmptyContainer in class Sequence<int[]>Sequence.fillContainer(Object, int),
Sequence.isMultiDimensional()
public void fillContainer(int[] container,
int pos)
Sequence
fillContainer in class Sequence<int[]>container - the container which is used for filling the content.pos - the positionSequence.getEmptyContainer(),
Sequence.isMultiDimensional()protected Object getEmptyRepresentation()
SequenceString representation of this instance in the method Sequence.toString(String, int, int).
getEmptyRepresentation in class Sequence<int[]>String representationSequence.toString(String, int, int)
protected void addToRepresentation(Object representation,
int pos,
String delim)
Sequence
addToRepresentation in class Sequence<int[]>representation - the representationpos - the positiondelim - the delimiter separating the information for different positionsSequence.getEmptyRepresentation(),
Sequence.toString(String, int, int)protected String getStringRepresentation(Object representation)
Sequence
getStringRepresentation in class Sequence<int[]>representation - the representation instance (which should be created by Sequence.getEmptyContainer() and filled by Sequence.addToRepresentation(Object, int, String))
Sequence.getEmptyRepresentation(),
Sequence.addToRepresentation(Object, int, String),
Sequence.toString(String, int, int)protected int hashCodeForPos(int pos)
SequenceSequence.hashCode() and the hash code for one specific position.
hashCodeForPos in class Sequence<int[]>pos - the position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||