| 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<CriteriaFunctions> |
XMCDA.criteriaFunctionsList |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaFunctions |
Factory.criteriaFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CriterionConverter.convertTo_v3(Criterion criterion_v2,
XMCDA xmcda_v3,
CriteriaScales critScales_v3,
CriteriaFunctions critFuncs_v3,
CriteriaThresholds critThresholds_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaConverter.convertTo_v2(Criteria criteria_v3,
ArrayList<CriteriaScales> criteriaScalesList_v3,
ArrayList<CriteriaFunctions> criteriaFuncsList_v3,
ArrayList<CriteriaThresholds> criteriaThresholdsList_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
CriteriaFunctions |
CriteriaFunctionsParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
CriterionFunctionsParser.fromXML(XMCDA xmcda,
CriteriaFunctions criteriaFunctions,
StartElement startElement,
XMLEventReader eventReader)
Builds the list of functions attached to a criterion and inserts it into the provided criteriaFunctions object
using the criterion as the key.
|
void |
CriteriaFunctionsParser.toXML(CriteriaFunctions criteriaFunctions,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaFunctionsParser.toXML(List<CriteriaFunctions> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.