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

java.lang.Object
  extended by 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
 boolean 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
Throws:
java.lang.Exception
Method Detail

apply

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