|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalun.markov.AbstractTable
public abstract class AbstractTable
| Constructor Summary | |
|---|---|
AbstractTable(java.util.Collection<? extends Variable> vars)
|
|
| Method Summary | |
|---|---|
java.util.Set<Variable> |
getVariables()
Returns the Set of Variables that are arguments to the function. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface alun.markov.Table |
|---|
allocateSpace, freeSpace, increase, initToZero, invert, multiply, scale, setValue, size, sum |
| Methods inherited from interface alun.markov.Function |
|---|
getValue |
| Methods inherited from interface alun.markov.Iterable |
|---|
init, next |
| Constructor Detail |
|---|
public AbstractTable(java.util.Collection<? extends Variable> vars)
| Method Detail |
|---|
public java.util.Set<Variable> getVariables()
Function
getVariables in interface Function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||