| 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 | |
| org.xmcda.value |
| Modifier and Type | Field and Description |
|---|---|
protected QualifiedValue<VALUE_TYPE> |
LinearConstraint.Element.coefficient |
protected QualifiedValue<VALUE_TYPE> |
LinearConstraint.rhs |
| Modifier and Type | Method and Description |
|---|---|
<DESTINATION> |
QualifiedValue.convertTo(Class<DESTINATION> clazz) |
QualifiedValue<Double> |
QualifiedValue.convertToDouble()
Converts this value to double.
|
QualifiedValue<VALUE_TYPE> |
LinearConstraint.Element.getCoefficient() |
QualifiedValue<T> |
Threshold.getConstant()
Returns the constant value for this threshold.
|
QualifiedValue<T> |
Threshold.getIntercept()
Returns the intercept of the threshold's affine function.
|
QualifiedValue<T> |
QuantitativeScale.getMaximum() |
QualifiedValue<T> |
QuantitativeScale.getMinimum() |
QualifiedValue<T> |
PerformanceTable.getQValue(Alternative a,
Criterion c)
Returns the evaluation of the supplied alternative on the supplied criterion, as a
QualifiedValue. |
QualifiedValue<VALUE_TYPE> |
LinearConstraint.getRhs() |
QualifiedValue<T> |
Threshold.getSlope()
Returns the slope of the threshold's affine function.
|
static <T> QualifiedValue<T> |
Factory.qualifiedValue() |
| Modifier and Type | Method and Description |
|---|---|
static <DESTINATION> |
QualifiedValue.checkConversion(QualifiedValue<?> value,
Class<DESTINATION> toClass)
Checks that the conversion can be done but leave the object untouched.
|
QualifiedValues<T> |
PerformanceTable.put(Alternative a,
Criterion c,
QualifiedValue<T> qvalue) |
LabelledQValues<VALUE_TYPE> |
AlternativesValues.put(Alternative alternative,
QualifiedValue<VALUE_TYPE> qvalue) |
LabelledQValues<VALUE_TYPE> |
CategoriesValues.put(Category category,
QualifiedValue<VALUE_TYPE> qvalue) |
LabelledQValues<VALUE_TYPE> |
CriteriaValues.put(Criterion criterion,
QualifiedValue<VALUE_TYPE> qvalue) |
void |
Threshold.setAffine(QualifiedValue<T> slope,
QualifiedValue<T> intercept)
Sets the slope and intercept for an affine threshold.
|
void |
Threshold.setAffine(QualifiedValue<T> slope,
QualifiedValue<T> intercept)
Sets the slope and intercept for an affine threshold.
|
void |
Threshold.setAffine(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept)
Sets the slope, intercept and type for an affine threshold.
|
void |
Threshold.setAffine(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept)
Sets the slope, intercept and type for an affine threshold.
|
void |
LinearConstraint.Element.setCoefficient(QualifiedValue<VALUE_TYPE> coefficient) |
void |
Threshold.setConstant(QualifiedValue<T> constant)
Sets the value corresponding to a constant thresholds.
|
void |
QuantitativeScale.setMaximum(QualifiedValue<T> maximum) |
void |
QuantitativeScale.setMinimum(QualifiedValue<T> minimum) |
void |
LinearConstraint.setRhs(QualifiedValue<VALUE_TYPE> rhs) |
static <T> Threshold<T> |
Factory.threshold(QualifiedValue<T> constant) |
static <T> Threshold<T> |
Factory.threshold(QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
static <T> Threshold<T> |
Factory.threshold(QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
| Constructor and Description |
|---|
LabelledQValues(QualifiedValue<VALUE_TYPE> value) |
QualifiedValues(QualifiedValue<T> value) |
Threshold(QualifiedValue<T> constant) |
Threshold(QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
Threshold(QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
Threshold(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
Threshold(Threshold.Type type,
QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
| Modifier and Type | Method and Description |
|---|---|
<T> QualifiedValue<T> |
QualifiedValueConverter.convertTo_v3(Value value_v2,
XMCDA xmcda_v3)
Converts a XMCDA v2 value into XMCDA v3.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
QualifiedValueConverter.convertTo_v2(QualifiedValue<?> value_v3) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue<VALUE_TYPE> |
QualifiedValueParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
QualifiedValueParser.toXML(String tag,
QualifiedValue<VALUE_TYPE> qvalue,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.put(DIMENSION row,
DIMENSION column,
QualifiedValue<VALUE_TYPE> qvalue) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue<T1> |
Point.getAbscissa() |
QualifiedValue<T> |
Interval.getLowerBound() |
QualifiedValue<T2> |
Point.getOrdinate() |
QualifiedValue<T> |
Interval.getUpperBound() |
QualifiedValue<T> |
ValuedLabel.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Point.setAbscissa(QualifiedValue<T1> abscissa) |
void |
Interval.setLowerBound(QualifiedValue<T> lowerBound) |
void |
Point.setOrdinate(QualifiedValue<T2> ordinate) |
void |
Interval.setUpperBound(QualifiedValue<T> upperBound) |
void |
ValuedLabel.setValue(QualifiedValue<T> value) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.