dk.brics.xact.analysis.transformations
Class Splitter

java.lang.Object
  extended by dk.brics.xact.analysis.transformations.Splitter

public class Splitter
extends Object

Finds disjoint components in the flow graph and creates a new flow graph for each component. Components without any XML operations are ignored.


Constructor Summary
Splitter()
           
 
Method Summary
 List<FlowGraph> split(FlowGraph graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Splitter

public Splitter()
Method Detail

split

public List<FlowGraph> split(FlowGraph graph)


Copyright © 2005-2011 Aarhus University.