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

java.lang.Object
  |
  +--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
 void apply(Cell n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoldNilRule

public FoldNilRule(FoldFunctionTable tab)
Method Detail

apply

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