public interface IEngine
Modifier and Type | Method and Description |
---|---|
void |
consoleVerticalReport()
Prints a report for all the values in the
specific timeline.
|
void |
producePhases()
Produces the phases from the timeline
|
void |
reportPhases()
Reports the phases to the console
|
void |
setTimeLine(java.lang.String filename)
Populates a timeline objects by reading the
data from a given input file
|
void |
setVisualizer(java.lang.String visualizerType)
Initializes the type of visualizer that is needed.
|
void |
visualize()
Visualizes the results in the console or in a HTML
file format, depending on the type of visualizer that
is set up.
|
void setTimeLine(java.lang.String filename)
filename
- file name of the input filevoid producePhases()
void reportPhases()
void consoleVerticalReport()
void setVisualizer(java.lang.String visualizerType)
visualizerType
- type of visualizervoid visualize()