| 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<CategoriesSetsMatrix<?,?>> |
XMCDA.categoriesSetsMatricesList |
| Modifier and Type | Method and Description |
|---|---|
static <CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE> |
Factory.categoriesSetsMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesComparisonsConverter.convertCategoriesSetsMatrixTo_v2(CategoriesSetsMatrix categoriesSetsMatrix_v3,
XMCDA xmcda_v2)
Converts a categoriesSets matrix (v3) into a categories comparison (v2)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesComparisonsConverter.convertCategoriesSetsMatricesTo_v2(List<CategoriesSetsMatrix<?,?>> categoriesSetsMatrices_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesSetsMatrix<CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE> |
CategoriesSetsMatrixParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesSetsMatrixParser.toXML(CategoriesSetsMatrix<CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE> matrix,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesSetsMatrixParser.toXML(List<CategoriesSetsMatrix<CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE>> matricesList,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.