|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.mdd.ApplyFunctions.AbstractApplyFunction
edu.toronto.cs.mdd.ApplyFunctions.TerminalBinApplyFunction
edu.toronto.cs.smv.IntApplyFunctions.PlusFunction
public static class IntApplyFunctions.PlusFunction
Constructor Summary | |
---|---|
IntApplyFunctions.PlusFunction(MDDManager mddMgr)
|
Method Summary | |
---|---|
int |
binApply(int v1,
int v2)
|
MDDNode |
binApply(MDDNode node1,
MDDNode node2)
|
boolean |
isSymetric()
|
Methods inherited from class edu.toronto.cs.mdd.ApplyFunctions.AbstractApplyFunction |
---|
isCacheable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.toronto.cs.mdd.ApplyFunctions.ApplyFunction |
---|
isCacheable |
Constructor Detail |
---|
public IntApplyFunctions.PlusFunction(MDDManager mddMgr)
Method Detail |
---|
public MDDNode binApply(MDDNode node1, MDDNode node2)
binApply
in interface ApplyFunctions.BinApplyFunction
binApply
in class ApplyFunctions.TerminalBinApplyFunction
public boolean isSymetric()
isSymetric
in interface ApplyFunctions.BinApplyFunction
isSymetric
in class ApplyFunctions.TerminalBinApplyFunction
public int binApply(int v1, int v2)
binApply
in class ApplyFunctions.TerminalBinApplyFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |