| 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<AlternativesMatrix<?>> |
XMCDA.alternativesMatricesList |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE_TYPE> |
Factory.alternativesMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesComparisonsConverter.convertAlternativesMatrixTo_v2(AlternativesMatrix alternativesMatrix_v3,
XMCDA xmcda_v2)
Converts a alternatives matrix (v3) into a alternatives comparison (v2)
|
void |
AlternativesMatrixConverter.convertTo_v2(AlternativesMatrix alternativesMatrix_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesComparisonsConverter.convertAlternativesMatricesTo_v2(List<AlternativesMatrix<?>> alternativesMatrices_v3,
XMCDA xmcda_v2) |
void |
AlternativesMatrixConverter.convertTo_v2(List<AlternativesMatrix<?>> alternativesMatrices_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesMatrix<VALUE_TYPE> |
AlternativesMatrixParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesMatrixParser.toXML(AlternativesMatrix<VALUE_TYPE> matrix,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesMatrixParser.toXML(List<AlternativesMatrix<VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.