| Package | Description |
|---|---|
| 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.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Value |
V2ValueToNumericValueConverter.convert(NumericValue nvalue) |
Value |
QualifiedValueConverter.convertTo_v2(QualifiedValue<?> value_v3) |
| Modifier and Type | Method and Description |
|---|---|
static NumericValue |
V2ValueToNumericValueConverter.convert(Value value)
Converts a Value to a Numeric value (xml type 'numeric' is a subset of 'value', with only integer, real, rational
an NA)
|
<T> QualifiedValue<T> |
QualifiedValueConverter.convertTo_v3(Value value_v2,
XMCDA xmcda_v3)
Converts a XMCDA v2 value into XMCDA v3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumericValue
Restriction of the XMCDA Value type to single numeric values of type: integer, real, rational and NA.
|
| Modifier and Type | Field and Description |
|---|---|
protected Value |
Point.abscissa |
protected Value |
Interval.lowerBound |
protected Value |
Point.ordinate |
protected Value |
Category.rank |
protected Value |
Interval.upperBound |
protected Value |
CategoriesMatrix.Row.Column.value |
protected Value |
AttributesMatrix.Row.Column.value |
protected Value |
AlternativesMatrix.Row.Column.value |
protected Value |
CriteriaMatrix.Row.Column.value |
protected Value |
AlternativeOnCriteriaPerformances.Performance.value |
| Modifier and Type | Field and Description |
|---|---|
protected List<Value> |
AlternativesLinearConstraints.Constraint.value |
protected List<Value> |
CriteriaLinearConstraints.Constraint.value |
protected List<Value> |
AttributesLinearConstraints.Constraint.value |
protected List<Value> |
Parameter.value |
protected List<Value> |
AlternativesComparisons.Pairs.Pair.value |
protected List<Value> |
Node.value |
protected List<Value> |
Values.value |
protected List<Value> |
CategoriesLinearConstraints.Constraint.value |
protected List<Value> |
AlternativeAffectation.value |
| Modifier and Type | Method and Description |
|---|---|
Value |
ObjectFactory.createValue()
Create an instance of
Value |
Value |
Point.getAbscissa()
Gets the value of the abscissa property.
|
Value |
Interval.getLowerBound()
Gets the value of the lowerBound property.
|
Value |
Point.getOrdinate()
Gets the value of the ordinate property.
|
Value |
Category.getRank()
Gets the value of the rank property.
|
Value |
Interval.getUpperBound()
Gets the value of the upperBound property.
|
Value |
CategoriesMatrix.Row.Column.getValue()
Gets the value of the value property.
|
Value |
AttributesMatrix.Row.Column.getValue()
Gets the value of the value property.
|
Value |
AlternativesMatrix.Row.Column.getValue()
Gets the value of the value property.
|
Value |
CriteriaMatrix.Row.Column.getValue()
Gets the value of the value property.
|
Value |
AlternativeOnCriteriaPerformances.Performance.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Value> |
ObjectFactory.createAlternativesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAlternativesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAttributesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAttributesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCategoriesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCategoriesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCriteriaSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCriteriaSetElementValue(Value value)
|
List<Value> |
AlternativesLinearConstraints.Constraint.getValue()
Gets the value of the value property.
|
List<Value> |
CriteriaLinearConstraints.Constraint.getValue()
Gets the value of the value property.
|
List<Value> |
AttributesLinearConstraints.Constraint.getValue()
Gets the value of the value property.
|
List<Value> |
Parameter.getValue()
Gets the value of the value property.
|
List<Value> |
AlternativesComparisons.Pairs.Pair.getValue()
Gets the value of the value property.
|
List<Value> |
Node.getValue()
Gets the value of the value property.
|
List<Value> |
Values.getValue()
Gets the value of the value property.
|
List<Value> |
CategoriesLinearConstraints.Constraint.getValue()
Gets the value of the value property.
|
List<Value> |
AlternativeAffectation.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Value> |
ObjectFactory.createAlternativesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAlternativesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAttributesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createAttributesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCategoriesSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCategoriesSetElementValue(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCriteriaSetElementRank(Value value)
|
JAXBElement<Value> |
ObjectFactory.createCriteriaSetElementValue(Value value)
|
void |
Point.setAbscissa(Value value)
Sets the value of the abscissa property.
|
void |
Interval.setLowerBound(Value value)
Sets the value of the lowerBound property.
|
void |
Point.setOrdinate(Value value)
Sets the value of the ordinate property.
|
void |
Category.setRank(Value value)
Sets the value of the rank property.
|
void |
Interval.setUpperBound(Value value)
Sets the value of the upperBound property.
|
void |
CategoriesMatrix.Row.Column.setValue(Value value)
Sets the value of the value property.
|
void |
AttributesMatrix.Row.Column.setValue(Value value)
Sets the value of the value property.
|
void |
AlternativesMatrix.Row.Column.setValue(Value value)
Sets the value of the value property.
|
void |
CriteriaMatrix.Row.Column.setValue(Value value)
Sets the value of the value property.
|
void |
AlternativeOnCriteriaPerformances.Performance.setValue(Value value)
Sets the value of the value property.
|
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.