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

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.FragmentProcessor

public class FragmentProcessor
extends java.lang.Object

The purpose of this class is to replace all schemes with wrapper objects.


Constructor Summary
FragmentProcessor()
           
 
Method Summary
 void process(ASG g)
          Replaces schemes with wrapper objects in the given ASG
 void process(Cell n)
          Replaces schemes with wrapper objects in the ASG with root n
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentProcessor

public FragmentProcessor()
Method Detail

process

public void process(Cell n)
             throws java.lang.Exception
Replaces schemes with wrapper objects in the ASG with root n

Throws:
java.lang.Exception

process

public void process(ASG g)
             throws java.lang.Exception
Replaces schemes with wrapper objects in the given ASG

Throws:
java.lang.Exception