| 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 | Method and Description |
|---|---|
static <T> Threshold<T> |
Factory.threshold(QualifiedValue<T> constant) |
static <T> Threshold<T> |
Factory.threshold(QualifiedValue<T> slope,
QualifiedValue<T> intercept) |
| Modifier and Type | Method and Description |
|---|---|
Threshold |
ThresholdConverter.convertTo_v3(Function threshold_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
Function |
ThresholdConverter.convertTo_v2(Threshold threshold_v3) |
| Modifier and Type | Method and Description |
|---|---|
Threshold<?> |
ThresholdParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ThresholdParser.affineFromXML(XMCDA xmcda,
Threshold<?> threshold,
StartElement startElement,
XMLEventReader eventReader) |
void |
ThresholdParser.toXML(Threshold<?> threshold,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.