public class PerformanceTableConverter extends Converter
| Modifier and Type | Field and Description |
|---|---|
static String |
PERFORMANCE_TABLE |
| Constructor and Description |
|---|
PerformanceTableConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertTo_v2(List<PerformanceTable<?>> perfTables_v3,
XMCDA xmcda_v2) |
<T> PerformanceTable |
convertTo_v2(PerformanceTable<T> perfTable_v3,
XMCDA xmcda_v2) |
<T> void |
convertTo_v3(PerformanceTable perfTable_v2,
XMCDA xmcda_v3) |
getWarningspublic static final String PERFORMANCE_TABLE
public <T> void convertTo_v3(PerformanceTable perfTable_v2, XMCDA xmcda_v3)
public void convertTo_v2(List<PerformanceTable<?>> perfTables_v3, XMCDA xmcda_v2)
public <T> PerformanceTable convertTo_v2(PerformanceTable<T> perfTable_v3, XMCDA xmcda_v2)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.