| 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 | |
| org.xmcda.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
NominalScale
mcda:type:nominal
|
class |
QualitativeScale<T>
mcda:type:qualitative
|
class |
QuantitativeScale<T>
mcda:type:quantitative
|
| Modifier and Type | Method and Description |
|---|---|
Scale |
ScaleConverter.NominalScaleConverter.convertTo_v3(Scale scale_v2) |
Scale |
ScaleConverter.convertTo_v3(Scale scale_v2,
XMCDA xmcda_v3) |
Scale |
ScaleConverter.QualitativeScaleConverter.convertTo_v3(Scale scale_v2,
XMCDA xmcda_v3) |
Scale |
ScaleConverter.QuantitativeScaleConverter.convertTo_v3(Scale scale_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
Scale |
ScaleConverter.convertTo_v2(Scale scale_v3) |
Scale |
ScaleConverter.QuantitativeScaleConverter.convertTo_v2(Scale scale_v3) |
| Modifier and Type | Method and Description |
|---|---|
Scale |
ScaleParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScaleParser.toXML(Scale scale,
XMLStreamWriter writer) |
void |
ScaleParser.toXML(String tag,
Scale scale,
XMLStreamWriter writer) |
| Modifier and Type | Field and Description |
|---|---|
protected Scale |
Matrix.valuation |
| Modifier and Type | Method and Description |
|---|---|
Scale |
Matrix.getValuation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.setValuation(Scale valuation) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.