public static class Function.PiecewiseLinear.Segment 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">
<all>
<element name="head" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
<element name="tail" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}point"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
head |
protected Point |
tail |
| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getHead()
Gets the value of the head property.
|
Point |
getTail()
Gets the value of the tail property.
|
void |
setHead(Point value)
Sets the value of the head property.
|
void |
setTail(Point value)
Sets the value of the tail property.
|
public Point getHead()
Pointpublic void setHead(Point value)
value - allowed object is
Pointpublic Point getTail()
PointCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.