| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
CategoryProfile.category |
| Modifier and Type | Method and Description |
|---|---|
static Category |
Factory.category(String id) |
Category |
CategoryProfile.getCategory() |
Category |
AlternativeAssignment.getCategory() |
Category |
CategoriesInterval.getLowerBound() |
Category |
CategoriesInterval.getUpperBound() |
| Modifier and Type | Method and Description |
|---|---|
Class<Category> |
Categories.elementClass() |
List<Category> |
Categories.getActiveCategories() |
Set<Category> |
CategoriesValues.getCategories() |
Set<Category> |
CategoriesSet.getElements() |
| Modifier and Type | Method and Description |
|---|---|
LabelledQValues<VALUE_TYPE> |
CategoriesValues.put(Category category,
QualifiedValue<VALUE_TYPE> qvalue) |
LabelledQValues<VALUE_TYPE> |
CategoriesValues.put(Category category,
VALUE_TYPE value) |
void |
CategoryProfile.setCategory(Category category) |
void |
AlternativeAssignment.setCategory(Category category) |
LabelledQValues<VALUE_TYPE> |
CategoriesValues.setDefault(Category category,
VALUE_TYPE defaultValue)
Return the value attached to the supplied category.
|
void |
CategoriesInterval.setLowerBound(Category lowerBound) |
void |
CategoriesInterval.setUpperBound(Category upperBound) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryConverter.convertTo_v2(Category category_v3,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoriesMatrixParser.buildDimension(XMCDA xmcda,
String id) |
Category |
CategoryValuesParser.fromXML(XMCDA xmcda,
CategoriesValues<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.
|
Category |
CategoryParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Class<Category> |
CategoriesSetParser.elementClass() |
LinearConstraintParser.LinearConstraintParserHelper<Category> |
CategoriesLinearConstraintsParser.helper() |
| Modifier and Type | Method and Description |
|---|---|
String |
CategoriesMatrixParser.dimensionID(Category category) |
String |
CategoriesSetParser.elementID(Category obj) |
void |
CategoryValuesParser.toXML(Category category,
LabelledQValues<VALUE_TYPE> categoryValues,
XMLStreamWriter writer) |
void |
CategoryParser.toXML(Category category,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.