| 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<AlternativesSetsMatrix<?,?>> |
XMCDA.alternativesSetsMatricesList |
| Modifier and Type | Method and Description |
|---|---|
static <ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE> |
Factory.alternativesSetsMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesComparisonsConverter.convertAlternativesSetsMatrixTo_v2(AlternativesSetsMatrix alternativesSetsMatrix_v3,
XMCDA xmcda_v2)
Converts a alternativesSets matrix (v3) into a alternatives comparison (v2)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesComparisonsConverter.convertAlternativesSetsMatricesTo_v2(List<AlternativesSetsMatrix<?,?>> alternativesSetsMatrices_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSetsMatrix<ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE> |
AlternativesSetsMatrixParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesSetsMatrixParser.toXML(AlternativesSetsMatrix<ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE> matrix,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesSetsMatrixParser.toXML(List<AlternativesSetsMatrix<ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE>> matricesList,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.