◆ printHead()
static void frontend.Display.printHead |
( |
| ) |
|
|
staticprivate |
◆ printLine()
static void frontend.Display.printLine |
( |
String |
line | ) |
|
|
staticprivate |
Imprime a linha na tela adicionando o numero da linha
- Parameters
-
◆ printResultCalculateDistance()
static void frontend.Display.printResultCalculateDistance |
( |
Route [] |
routes | ) |
|
|
staticprivate |
Imprime resultado dos calculos de distancias das rotas
- Parameters
-
routes | Lista das rotas e seus respectivo valores de distancia |
◆ printResultFilter()
static void frontend.Display.printResultFilter |
( |
Route [] |
routes | ) |
|
|
staticprivate |
Imprime resultados dos filtros
- Parameters
-
◆ printResultShortest()
static void frontend.Display.printResultShortest |
( |
Map< String, Route[]> |
shortest | ) |
|
|
staticprivate |
Imprime resulatado relacionado da consulta de menores rotas
- Parameters
-
shortesd | Lista das menores rotas |
◆ showAllResults()
static void frontend.Display.showAllResults |
( |
| ) |
|
|
static |
Mostra todos os resultados.
◆ FORMAT_COL1
final String frontend.Display.FORMAT_COL1 = "%-7s" |
|
staticpackage |
◆ FORMAT_DECIMAL
final String frontend.Display.FORMAT_DECIMAL = "%d" |
|
staticpackage |
◆ FORMAT_DOUBLE
final String frontend.Display.FORMAT_DOUBLE = "%.0f" |
|
staticpackage |
◆ FORMAT_ROUTE
final String frontend.Display.FORMAT_ROUTE = "[%s] " |
|
staticpackage |
◆ FORMAT_STRING
final String frontend.Display.FORMAT_STRING = "%-20s" |
|
staticpackage |
◆ index_line
int frontend.Display.index_line = 1 |
|
staticpackage |
◆ NEW_LINE
final String frontend.Display.NEW_LINE = "\n" |
|
staticpackage |
◆ SEPARATOR
final String frontend.Display.SEPARATOR = " | " |
|
staticpackage |
The documentation for this class was generated from the following file: