th.co.edge.jseq
Interface Formatter
public interface Formatter
A Formatter
can create a Diagram
from a program
trace, represented by an ActivationList
.
Method Summary |
Diagram |
format(ActivationList activationList)
Generates a Diagram from a program trace, represented by
an ActivationList with the root activations. |
format
Diagram format(ActivationList activationList)
throws FormatException
- Generates a
Diagram
from a program trace, represented by
an ActivationList
with the root activations.
- Parameters:
activationList
- a list with the root activations for which to create a
sequence diagram
- Returns:
- a
Diagram
representing the given
ActivationList
- Throws:
FormatException
- if the Diagram
could not be created
Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.