public static class FuzzyNumber.Triangular extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="point1" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
<element name="point2" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
<element name="point3" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
point1 |
protected Point |
point2 |
protected Point |
point3 |
| Constructor and Description |
|---|
Triangular() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPoint1()
Gets the value of the point1 property.
|
Point |
getPoint2()
Gets the value of the point2 property.
|
Point |
getPoint3()
Gets the value of the point3 property.
|
void |
setPoint1(Point value)
Sets the value of the point1 property.
|
void |
setPoint2(Point value)
Sets the value of the point2 property.
|
void |
setPoint3(Point value)
Sets the value of the point3 property.
|
protected Point point1
protected Point point2
protected Point point3
public Point getPoint1()
Pointpublic void setPoint1(Point value)
value - allowed object is
Pointpublic Point getPoint2()
Pointpublic void setPoint2(Point value)
value - allowed object is
Pointpublic Point getPoint3()
PointCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.