|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalun.markov.EqualityFunction
public class EqualityFunction
| Constructor Summary | |
|---|---|
EqualityFunction(Variable xx,
Variable yy)
|
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the current value of the Function. |
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 |
| Constructor Detail |
|---|
public EqualityFunction(Variable xx,
Variable yy)
| Method Detail |
|---|
public java.util.Set<Variable> getVariables()
Function
getVariables in interface Functionpublic double getValue()
Function
getValue in interface Function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||