| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.converters.v2_v3 |
This package contains all the necessary classes to convert XMCDA v2.2.1 to XMCDA v3 and vice-versa.
|
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<ProgramExecutionResult> |
XMCDA.programExecutionResultsList |
| Modifier and Type | Method and Description |
|---|---|
static ProgramExecutionResult |
Factory.programExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodMessagesConverter.convertProgramExecutionResultTo_v2(ProgramExecutionResult result_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodMessagesConverter.convertProgramExecutionResultsTo_v2(List<ProgramExecutionResult> results_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
ProgramExecutionResult |
ProgramExecutionResultParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramExecutionResultParser.toXML(ProgramExecutionResult prgExecResults,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramExecutionResultParser.toXML(List<ProgramExecutionResult> execResults,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.