| 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 | Method and Description |
|---|---|
static Alternative |
Factory.alternative(String id) |
Alternative |
CategoryProfile.Profile.getAlternative() |
Alternative |
AlternativeAssignment.getAlternative() |
| Modifier and Type | Method and Description |
|---|---|
Class<Alternative> |
Alternatives.elementClass() |
List<Alternative> |
Alternatives.getActiveAlternatives() |
Set<Alternative> |
AlternativesValues.getAlternatives() |
Set<Alternative> |
PerformanceTable.getAlternatives() |
Set<Alternative> |
AlternativesSet.getElements() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValues<T> |
PerformanceTable.get(Alternative a,
Criterion c) |
PerformanceTableCoord |
PerformanceTable.getCoord(Alternative alternative,
Criterion criterion) |
QualifiedValue<T> |
PerformanceTable.getQValue(Alternative a,
Criterion c)
Returns the evaluation of the supplied alternative on the supplied criterion, as a
QualifiedValue. |
T |
PerformanceTable.getValue(Alternative a,
Criterion c)
Returns the evaluation of the supplied alternative on the supplied criterion.
|
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) |
LabelledQValues<VALUE_TYPE> |
AlternativesValues.put(Alternative alternative,
QualifiedValue<VALUE_TYPE> qvalue) |
LabelledQValues<VALUE_TYPE> |
AlternativesValues.put(Alternative alternative,
VALUE_TYPE value) |
void |
CategoryProfile.Profile.setAlternative(Alternative alternative) |
void |
AlternativeAssignment.setAlternative(Alternative alternative) |
LabelledQValues<VALUE_TYPE> |
AlternativesValues.setDefault(Alternative alternative,
VALUE_TYPE defaultValue)
Return the value attached to the supplied alternative.
|
void |
PerformanceTable.setValue(Alternative a,
Criterion c,
T value)
Sets the evaluation of the supplied alternative on the supplied criterion.
|
| Modifier and Type | Method and Description |
|---|---|
Alternative |
AlternativeConverter.convertTo_v2(Alternative alternative_v3) |
| Modifier and Type | Method and Description |
|---|---|
Alternative |
AlternativesMatrixParser.buildDimension(XMCDA xmcda,
String id) |
Alternative |
AlternativeValuesParser.fromXML(XMCDA xmcda,
AlternativesValues<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.
|
Alternative |
AlternativeParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Class<Alternative> |
AlternativesSetParser.elementClass() |
LinearConstraintParser.LinearConstraintParserHelper<Alternative> |
AlternativesLinearConstraintsParser.helper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PerformanceTableParser.altOnCritPerf_fromXML(XMCDA xmcda,
PerformanceTable<?> perfTable,
Alternative alternative,
StartElement startElement,
XMLEventReader eventReader) |
String |
AlternativesMatrixParser.dimensionID(Alternative alternative) |
String |
AlternativesSetParser.elementID(Alternative obj) |
void |
AlternativeValuesParser.toXML(Alternative alternative,
LabelledQValues<VALUE_TYPE> alternativeValues,
XMLStreamWriter writer) |
void |
AlternativeParser.toXML(Alternative alternative,
XMLStreamWriter writer) |
| Constructor and Description |
|---|
PerformanceTableCoord(Alternative a,
Criterion c) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.