| 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 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)
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
V2ValueToNumericValueConverter.convert(NumericValue nvalue) |
| Modifier and Type | Field and Description |
|---|---|
protected NumericValue |
AlternativesLinearConstraints.Constraint.Element.coefficient |
protected NumericValue |
CriteriaLinearConstraints.Constraint.Element.coefficient |
protected NumericValue |
AttributesLinearConstraints.Constraint.Element.coefficient |
protected NumericValue |
CategoriesLinearConstraints.Constraint.Element.coefficient |
protected NumericValue |
Function.constant |
protected NumericValue |
Function.Linear.intercept |
protected NumericValue |
Quantitative.maximum |
protected NumericValue |
Quantitative.minimum |
protected NumericValue |
AlternativesLinearConstraints.Constraint.rhs |
protected NumericValue |
CriteriaLinearConstraints.Constraint.rhs |
protected NumericValue |
AttributesLinearConstraints.Constraint.rhs |
protected NumericValue |
CategoriesLinearConstraints.Constraint.rhs |
protected NumericValue |
Function.Linear.slope |
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
ObjectFactory.createNumericValue()
Create an instance of
NumericValue |
NumericValue |
AlternativesLinearConstraints.Constraint.Element.getCoefficient()
Gets the value of the coefficient property.
|
NumericValue |
CriteriaLinearConstraints.Constraint.Element.getCoefficient()
Gets the value of the coefficient property.
|
NumericValue |
AttributesLinearConstraints.Constraint.Element.getCoefficient()
Gets the value of the coefficient property.
|
NumericValue |
CategoriesLinearConstraints.Constraint.Element.getCoefficient()
Gets the value of the coefficient property.
|
NumericValue |
Function.getConstant()
Gets the value of the constant property.
|
NumericValue |
Function.Linear.getIntercept()
Gets the value of the intercept property.
|
NumericValue |
Quantitative.getMaximum()
Gets the value of the maximum property.
|
NumericValue |
Quantitative.getMinimum()
Gets the value of the minimum property.
|
NumericValue |
AlternativesLinearConstraints.Constraint.getRhs()
Gets the value of the rhs property.
|
NumericValue |
CriteriaLinearConstraints.Constraint.getRhs()
Gets the value of the rhs property.
|
NumericValue |
AttributesLinearConstraints.Constraint.getRhs()
Gets the value of the rhs property.
|
NumericValue |
CategoriesLinearConstraints.Constraint.getRhs()
Gets the value of the rhs property.
|
NumericValue |
Function.Linear.getSlope()
Gets the value of the slope property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesLinearConstraints.Constraint.Element.setCoefficient(NumericValue value)
Sets the value of the coefficient property.
|
void |
CriteriaLinearConstraints.Constraint.Element.setCoefficient(NumericValue value)
Sets the value of the coefficient property.
|
void |
AttributesLinearConstraints.Constraint.Element.setCoefficient(NumericValue value)
Sets the value of the coefficient property.
|
void |
CategoriesLinearConstraints.Constraint.Element.setCoefficient(NumericValue value)
Sets the value of the coefficient property.
|
void |
Function.setConstant(NumericValue value)
Sets the value of the constant property.
|
void |
Function.Linear.setIntercept(NumericValue value)
Sets the value of the intercept property.
|
void |
Quantitative.setMaximum(NumericValue value)
Sets the value of the maximum property.
|
void |
Quantitative.setMinimum(NumericValue value)
Sets the value of the minimum property.
|
void |
AlternativesLinearConstraints.Constraint.setRhs(NumericValue value)
Sets the value of the rhs property.
|
void |
CriteriaLinearConstraints.Constraint.setRhs(NumericValue value)
Sets the value of the rhs property.
|
void |
AttributesLinearConstraints.Constraint.setRhs(NumericValue value)
Sets the value of the rhs property.
|
void |
CategoriesLinearConstraints.Constraint.setRhs(NumericValue value)
Sets the value of the rhs property.
|
void |
Function.Linear.setSlope(NumericValue value)
Sets the value of the slope property.
|
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.