| 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 |
|---|---|
protected Point |
QualifiedValueConverter.convertPointTo_v2(EndPoint point_v3) |
| Modifier and Type | Method and Description |
|---|---|
Segment |
QualifiedValueConverter.convertSegmentTo_v3(Point p1,
Point p2,
XMCDA xmcda_v3) |
| Modifier and Type | Field and Description |
|---|---|
protected Point |
Function.PiecewiseLinear.Segment.head |
protected Point |
FuzzyNumber.Trapezoidal.point1 |
protected Point |
FuzzyNumber.Triangular.point1 |
protected Point |
FuzzyNumber.Trapezoidal.point2 |
protected Point |
FuzzyNumber.Triangular.point2 |
protected Point |
FuzzyNumber.Trapezoidal.point3 |
protected Point |
FuzzyNumber.Triangular.point3 |
protected Point |
FuzzyNumber.Trapezoidal.point4 |
protected Point |
Function.PiecewiseLinear.Segment.tail |
| Modifier and Type | Field and Description |
|---|---|
protected List<Point> |
Function.Points.point |
| Modifier and Type | Method and Description |
|---|---|
Point |
ObjectFactory.createPoint()
Create an instance of
Point |
Point |
Function.PiecewiseLinear.Segment.getHead()
Gets the value of the head property.
|
Point |
FuzzyNumber.Trapezoidal.getPoint1()
Gets the value of the point1 property.
|
Point |
FuzzyNumber.Triangular.getPoint1()
Gets the value of the point1 property.
|
Point |
FuzzyNumber.Trapezoidal.getPoint2()
Gets the value of the point2 property.
|
Point |
FuzzyNumber.Triangular.getPoint2()
Gets the value of the point2 property.
|
Point |
FuzzyNumber.Trapezoidal.getPoint3()
Gets the value of the point3 property.
|
Point |
FuzzyNumber.Triangular.getPoint3()
Gets the value of the point3 property.
|
Point |
FuzzyNumber.Trapezoidal.getPoint4()
Gets the value of the point4 property.
|
Point |
Function.PiecewiseLinear.Segment.getTail()
Gets the value of the tail property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
Function.Points.getPoint()
Gets the value of the point property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.PiecewiseLinear.Segment.setHead(Point value)
Sets the value of the head property.
|
void |
FuzzyNumber.Trapezoidal.setPoint1(Point value)
Sets the value of the point1 property.
|
void |
FuzzyNumber.Triangular.setPoint1(Point value)
Sets the value of the point1 property.
|
void |
FuzzyNumber.Trapezoidal.setPoint2(Point value)
Sets the value of the point2 property.
|
void |
FuzzyNumber.Triangular.setPoint2(Point value)
Sets the value of the point2 property.
|
void |
FuzzyNumber.Trapezoidal.setPoint3(Point value)
Sets the value of the point3 property.
|
void |
FuzzyNumber.Triangular.setPoint3(Point value)
Sets the value of the point3 property.
|
void |
FuzzyNumber.Trapezoidal.setPoint4(Point value)
Sets the value of the point4 property.
|
void |
Function.PiecewiseLinear.Segment.setTail(Point value)
Sets the value of the tail property.
|
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.