| 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 <VALUE_TYPE> |
Factory.alternativesSet() |
| Modifier and Type | Method and Description |
|---|---|
Class<AlternativesSet<VALUE_TYPE>> |
AlternativesSets.elementClass() |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSet |
AlternativesSetConverter.convertTo_v3(AlternativesSet alternativesSet_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
<T> AlternativesSet |
AlternativesSetConverter.convertTo_v2(AlternativesSet<T> alternativesSet_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSet<ALTERNATIVES_SET_VALUE_TYPE> |
AlternativesSetsMatrixParser.buildDimension(XMCDA xmcda,
String id) |
AlternativesSet<ALTERNATIVES_SET_VALUE_TYPE> |
AlternativesSetValuesParser.fromXML(XMCDA xmcda,
AlternativesSetsValues<ALTERNATIVES_SET_VALUE_TYPE,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.
|
AlternativesSet<VALUE_TYPE> |
AlternativesSetParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
LinearConstraintParser.LinearConstraintParserHelper<AlternativesSet<ALTERNATIVESSET_VALUE_TYPE>> |
AlternativesSetsLinearConstraintsParser.helper() |
| Modifier and Type | Method and Description |
|---|---|
String |
AlternativesSetsMatrixParser.dimensionID(AlternativesSet<ALTERNATIVES_SET_VALUE_TYPE> alternativesSet) |
protected void |
AlternativesSetParser.elementFromXML(XMCDA xmcda,
AlternativesSet<VALUE_TYPE> set,
StartElement startElement,
XMLEventReader eventReader) |
void |
AlternativesSetValuesParser.toXML(AlternativesSet<ALTERNATIVES_SET_VALUE_TYPE> alternativesSet,
LabelledQValues<VALUE_TYPE> alternativesSetValues,
XMLStreamWriter writer) |
void |
AlternativesSetParser.toXML(AlternativesSet<VALUE_TYPE> set,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.