public class SenoneSequence
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SenoneSequence(Senone[] sequence)
Constructs a senone sequence
|
Modifier and Type | Method and Description |
---|---|
static SenoneSequence |
create(java.util.List<CompositeSenone> senoneList)
a factory method that creates a SeononeSequence from a list of senones.
|
void |
dump(java.lang.String msg)
Dumps this senone sequence
|
boolean |
equals(java.lang.Object o)
Returns true if the objects are equal
|
Senone[] |
getSenones()
Returns the ordered set of senones for this sequence
|
int |
hashCode()
Returns the hashCode for this object
|
public SenoneSequence(Senone[] sequence)
sequence
- the ordered set of senones for this sequencepublic static SenoneSequence create(java.util.List<CompositeSenone> senoneList)
senoneList
- the list of senonespublic Senone[] getSenones()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void dump(java.lang.String msg)
msg
- a string annotation