| Package | Description |
|---|---|
| analysis | |
| parsing | |
| visual |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Phase> |
NaiveAnalyser.producePhasesFromTimeLine(TimeLine tl)
Produces the phases from a given timeline
|
java.util.ArrayList<Phase> |
IAnalyser.producePhasesFromTimeLine(TimeLine tl)
Produces the phases from a given timeline
|
| Modifier and Type | Method and Description |
|---|---|
TimeLine |
TestParser.parse(java.lang.String fileName)
Reads the given input file and populates a Timeline
object with data.
|
TimeLine |
SimpleTextParser.parse(java.lang.String fileName)
Reads the given input file and populates a Timeline
object with data.
|
TimeLine |
IParser.parse(java.lang.String fileName)
Reads the given input file and populates a Timeline
object with data.
|
| Modifier and Type | Method and Description |
|---|---|
IVisualizer |
VisualizerFactory.createVisualizer(java.lang.String concreteClassName,
TimeLine tl) |
| Constructor and Description |
|---|
ConsoleVisualizer(TimeLine tl) |
HtmlVisualizer(TimeLine tl) |