uk.ac.bbk.dcs.automed.qproc.optimise
Class FoldNilRule

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.optimise.FoldNilRule
All Implemented Interfaces:
Rule

public class FoldNilRule
extends java.lang.Object
implements Rule


Constructor Summary
FoldNilRule(FoldFunctionTable tab)
           
 
Method Summary
 boolean apply(Cell n)
           
 void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoldNilRule

public FoldNilRule(FoldFunctionTable tab)
Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

apply

public boolean apply(Cell n)
Specified by:
apply in interface Rule