|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.sequences.FactoredSequenceListener
public class FactoredSequenceListener
| Constructor Summary | |
|---|---|
FactoredSequenceListener(SequenceListener[] models)
|
|
FactoredSequenceListener(SequenceListener model1,
SequenceListener model2)
|
|
| Method Summary | |
|---|---|
void |
setInitialSequence(int[] sequence)
Informs this sequence model that the value of the whole sequence is initialized to sequence |
void |
updateSequenceElement(int[] sequence,
int pos,
int oldVal)
Informs this sequence model that the value of the element at position pos has changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoredSequenceListener(SequenceListener model1,
SequenceListener model2)
public FactoredSequenceListener(SequenceListener[] models)
| Method Detail |
|---|
public void updateSequenceElement(int[] sequence,
int pos,
int oldVal)
updateSequenceElement in interface SequenceListenerpublic void setInitialSequence(int[] sequence)
setInitialSequence in interface SequenceListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||