|
||||||||||
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
public abstract static class ApplyFunctions.TerminalBinApplyFunction
Constructor Summary | |
---|---|
ApplyFunctions.TerminalBinApplyFunction(MDDManager _mddMgr)
|
Method Summary | |
---|---|
abstract int |
binApply(int v1,
int v2)
|
MDDNode |
binApply(MDDNode node1,
MDDNode node2)
|
abstract 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 ApplyFunctions.TerminalBinApplyFunction(MDDManager _mddMgr)
Method Detail |
---|
public MDDNode binApply(MDDNode node1, MDDNode node2)
binApply
in interface ApplyFunctions.BinApplyFunction
public abstract boolean isSymetric()
isSymetric
in interface ApplyFunctions.BinApplyFunction
public abstract int binApply(int v1, int v2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |