edu.toronto.cs.mdd
Class ApplyFunctions.AbstractApplyFunction

java.lang.Object
  extended by edu.toronto.cs.mdd.ApplyFunctions.AbstractApplyFunction
All Implemented Interfaces:
ApplyFunctions.ApplyFunction
Direct Known Subclasses:
ApplyFunctions.BelnapFunction, ApplyFunctions.NegFunction, ApplyFunctions.TerminalBinApplyFunction, ApplyFunctions.UniformQuantify
Enclosing class:
ApplyFunctions

public abstract static class ApplyFunctions.AbstractApplyFunction
extends java.lang.Object
implements ApplyFunctions.ApplyFunction


Constructor Summary
ApplyFunctions.AbstractApplyFunction()
           
 
Method Summary
 boolean isCacheable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyFunctions.AbstractApplyFunction

public ApplyFunctions.AbstractApplyFunction()
Method Detail

isCacheable

public boolean isCacheable()
Specified by:
isCacheable in interface ApplyFunctions.ApplyFunction