| 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 |
LabelledQValues<VALUE_TYPE> |
| Modifier and Type | Field and Description |
|---|---|
protected QualifiedValues<?> |
LinearConstraint.values |
| Modifier and Type | Method and Description |
|---|---|
<U> QualifiedValues<U> |
QualifiedValues.convertTo(Class<U> clazz)
Converts this object's values to the specified type.
|
QualifiedValues<Double> |
QualifiedValues.convertToDouble()
Converts this object's values to Double.
|
QualifiedValues<T> |
PerformanceTable.get(Alternative a,
Criterion c) |
QualifiedValues<?> |
LinearConstraint.getValues() |
QualifiedValues<VALUE_TYPE> |
ProgramParameter.getValues() |
QualifiedValues<VALUE_TYPE> |
CategoryProfile.Profile.getValues() |
QualifiedValues<VALUE_TYPE> |
AlternativeAssignment.getValues() |
QualifiedValues<T> |
PerformanceTable.put(Alternative a,
Criterion c,
QualifiedValue<T> qvalue) |
QualifiedValues<T> |
PerformanceTable.put(Alternative a,
Criterion c,
QualifiedValues<T> qvalues) |
QualifiedValues<T> |
PerformanceTable.put(Alternative a,
Criterion c,
T value) |
static <T> QualifiedValues<T> |
Factory.qualifiedValues() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<T> |
PerformanceTable.put(Alternative a,
Criterion c,
QualifiedValues<T> qvalues) |
void |
LinearConstraint.setValues(QualifiedValues<?> values) |
void |
ProgramParameter.setValues(QualifiedValues<VALUE_TYPE> values) |
void |
CategoryProfile.Profile.setValues(QualifiedValues<VALUE_TYPE> values) |
void |
AlternativeAssignment.setValues(QualifiedValues<VALUE_TYPE> values) |
| Modifier and Type | Method and Description |
|---|---|
protected QualifiedValues |
AlternativesSetConverter.values_convertTo_v3(List<JAXBElement<?>> values,
XMCDA xmcda_v3) |
protected QualifiedValues |
CriteriaSetConverter.values_convertTo_v3(List<JAXBElement<?>> values,
XMCDA xmcda_v3) |
protected QualifiedValues |
CategoriesSetConverter.values_convertTo_v3(List<JAXBElement<?>> values,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE_TYPE> |
ValuesConverter.convertTo_v2(QualifiedValues<VALUE_TYPE> values_v3)
Converts XMCDA v3 values to XMCDA v2 values or value.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<VALUE_TYPE> |
QualifiedValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
QualifiedValuesParser.toXML(QualifiedValues<VALUE_TYPE> qvalues,
XMLStreamWriter writer) |
| Modifier and Type | Field and Description |
|---|---|
protected QualifiedValues<VALUE> |
ValuedPair.values |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<VALUE_TYPE> |
Matrix.get(DIMENSION row,
DIMENSION column) |
QualifiedValues<VALUE> |
ValuedPair.getValues() |
QualifiedValues<VALUE_TYPE> |
Matrix.put(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
Maps the specified
key to the specified value. |
QualifiedValues<VALUE_TYPE> |
Matrix.putIfAbsent(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
If the specified key is not already associated with a value, associates it with the given value and returns null, else returns the current value.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<VALUE_TYPE> |
Matrix.put(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
Maps the specified
key to the specified value. |
void |
Matrix.put(DIMENSION row,
DIMENSION column,
QualifiedValues<VALUE_TYPE> qvalues) |
QualifiedValues<VALUE_TYPE> |
Matrix.putIfAbsent(Coord<DIMENSION,DIMENSION> key,
QualifiedValues<VALUE_TYPE> value)
If the specified key is not already associated with a value, associates it with the given value and returns null, else returns the current value.
|
void |
ValuedPair.setValues(QualifiedValues<VALUE> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.putAll(Map<? extends Coord<DIMENSION,DIMENSION>,? extends QualifiedValues<VALUE_TYPE>> m) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.