public class FuzzyNumber extends Object
Java class for fuzzyNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fuzzyNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<choice>
<element name="triangular">
<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>
</element>
<element name="trapezoidal">
<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"/>
<element name="point4" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FuzzyNumber.Trapezoidal
Java class for anonymous complex type.
|
static class |
FuzzyNumber.Triangular
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected FuzzyNumber.Trapezoidal |
trapezoidal |
protected FuzzyNumber.Triangular |
triangular |
| Constructor and Description |
|---|
FuzzyNumber() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
FuzzyNumber.Trapezoidal |
getTrapezoidal()
Gets the value of the trapezoidal property.
|
FuzzyNumber.Triangular |
getTriangular()
Gets the value of the triangular property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setTrapezoidal(FuzzyNumber.Trapezoidal value)
Sets the value of the trapezoidal property.
|
void |
setTriangular(FuzzyNumber.Triangular value)
Sets the value of the triangular property.
|
protected Description description
protected FuzzyNumber.Triangular triangular
protected FuzzyNumber.Trapezoidal trapezoidal
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic FuzzyNumber.Triangular getTriangular()
FuzzyNumber.Triangularpublic void setTriangular(FuzzyNumber.Triangular value)
value - allowed object is
FuzzyNumber.Triangularpublic FuzzyNumber.Trapezoidal getTrapezoidal()
FuzzyNumber.Trapezoidalpublic void setTrapezoidal(FuzzyNumber.Trapezoidal value)
value - allowed object is
FuzzyNumber.TrapezoidalCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.