uk.ac.bbk.dcs.automed.qproc
Class Rule

java.lang.Object
  |
  +--uk.ac.bbk.dcs.automed.qproc.Rule

public class Rule
extends java.lang.Object


Constructor Summary
Rule(java.lang.String in, java.lang.String out)
           
 
Method Summary
 void apply(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

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

apply

public void apply(Node n)