| 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<CriteriaValues<?>> |
XMCDA.criteriaValuesList |
| Modifier and Type | Method and Description |
|---|---|
CriteriaValues<Double> |
CriteriaValues.asDouble() |
<U> CriteriaValues<U> |
CriteriaValues.convertTo(Class<U> clazz) |
static <VALUE_TYPE> |
Factory.criteriaValues() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> CriteriaValues<T> |
CriteriaValuesConverter.criteriaValues_v3_criterionID(CriteriaValues value,
XMCDA xmcda_v3)
Convert v2 criteria values containing <criterionID> only
|
| Modifier and Type | Method and Description |
|---|---|
protected <VALUE_TYPE> |
CriteriaValuesConverter.convertTo_v2(CriteriaValues<VALUE_TYPE> criteriaValues_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaValuesConverter.convertTo_v2(List<CriteriaValues<?>> criteriaValues_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
CriteriaValues<VALUE_TYPE> |
CriteriaValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
CriterionValuesParser.fromXML(XMCDA xmcda,
CriteriaValues<VALUE_TYPE> objectsValues,
StartElement startElement,
XMLEventReader eventReader)
Builds the list of values attached to an ELEMENT and inserts it into the provided objectsValues object
using the ELEMENT as the key.
|
void |
CriteriaValuesParser.toXML(CriteriaValues<VALUE_TYPE> values,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaValuesParser.toXML(List<CriteriaValues<VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.