public interface IAnalyser
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Phase> |
producePhasesFromTimeLine(TimeLine tl)
Produces the phases from a given timeline
|
void |
reportToConsole()
Reports the phases to the console
|