| 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<CriteriaThresholds> |
XMCDA.criteriaThresholdsList |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaThresholds |
Factory.criteriaThresholds() |
| 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 |
|---|---|
CriteriaThresholds |
CriteriaThresholdsParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
CriterionThresholdsParser.fromXML(XMCDA xmcda,
CriteriaThresholds criteriaThresholds,
StartElement startElement,
XMLEventReader eventReader) |
void |
CriteriaThresholdsParser.toXML(CriteriaThresholds criteriaThresholds,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaThresholdsParser.toXML(List<CriteriaThresholds> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.