| 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.parsers.xml.xmcda_v3 | |
| org.xmcda.value |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionConverter.convertTo_v3(Function func_v2,
XMCDA xmcda_v3) |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionConverter.convertTo_v2(Criterion criterion_v2,
Function criterionFunction_v3) |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
FunctionsParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionParser.toXML(String tag,
Function function,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionsParser.toXML(List<Function> functions,
XMLStreamWriter writer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MembershipFunction<T1,T2>
Restriction of the "function" type to functions compatible with fuzzy numbers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffineFunction<T> |
class |
ConstantFunction<T> |
class |
DiscreteFunction<T1,T2> |
class |
PiecewiseLinearFunction<T1,T2> |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.