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

java.lang.Object
  |
  +--uk.ac.bbk.dcs.automed.qproc.optimise.PatternRule
All Implemented Interfaces:
Rule

public class PatternRule
extends java.lang.Object
implements Rule


Constructor Summary
PatternRule(java.lang.String in, java.lang.String out)
           
 
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

PatternRule

public PatternRule(java.lang.String in,
                   java.lang.String out)
            throws java.lang.Exception
Method Detail

apply

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