|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectEmission
class Emission
| Field Summary | |
|---|---|
char |
letter
|
double |
probability
|
| Constructor Summary | |
|---|---|
Emission(double probability,
char letter)
|
|
| Method Summary | |
|---|---|
char |
getLetter()
|
double |
getProbability()
|
void |
setProbability(double newProbability)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public char letter
public double probability
| Constructor Detail |
|---|
public Emission(double probability,
char letter)
| Method Detail |
|---|
public double getProbability()
public char getLetter()
public void setProbability(double newProbability)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||