edu.uci.eecs.doc.clepsydra.tree
Class TextTreeWriter
java.lang.Object
edu.uci.eecs.doc.cascade.tree.AbstractTreeWriter
edu.uci.eecs.doc.cascade.tree.TextTreeWriter
edu.uci.eecs.doc.clepsydra.tree.TextTreeWriter
- All Implemented Interfaces:
- TreeWriter
public class TextTreeWriter
- extends TextTreeWriter
Exports a control flow tree to plain text format. Each node in the tree is
annotated with its WCET value.
- Author:
- Trevor Harmon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextTreeWriter
public TextTreeWriter(Tree tree,
TreeAnalysisStrategy analysisStrategy)
- Creates a new TextTreeWriter object for the given control flow tree.
- Parameters:
tree
- the control flow tree to be exportedanalysisStrategy
- a strategy for computing the WCET of each node in the
tree
toString
protected String toString(Node node)
- Overrides:
toString
in class TextTreeWriter