| 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 | Method and Description |
|---|---|
static <T> QualitativeScale<T> |
Factory.qualitativeScale() |
| Modifier and Type | Method and Description |
|---|---|
Scale |
ScaleConverter.QualitativeScaleConverter.convertTo_v2(QualitativeScale<?> scale_v3) |
| Modifier and Type | Method and Description |
|---|---|
QualitativeScale<?> |
QualitativeScaleParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
QualitativeScaleParser.toXML(QualitativeScale<?> scale,
XMLStreamWriter writer) |
protected void |
QualitativeScaleParser.valuedLabelsFromXML(XMCDA xmcda,
QualitativeScale<?> scale,
StartElement startElement,
XMLEventReader eventReader)
Read the content of
<valuedLabels> within qualitative scale. |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.