public class IrisDescription extends Object implements CaseComponent
Constructor and Description |
---|
IrisDescription() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Attribute |
getIdAttribute() |
Double |
getPetalLength() |
Double |
getPetalWidth() |
Double |
getSepalLength() |
Double |
getSepalWidth() |
void |
setId(String id) |
void |
setPetalLength(Double petalLength) |
void |
setPetalWidth(Double petalWidth) |
void |
setSepalLength(Double sepalLength) |
void |
setSepalWidth(Double sepalWidth) |
String |
toString() |
public IrisDescription()
public Attribute getIdAttribute()
getIdAttribute
in interface CaseComponent
public Double getPetalLength()
public void setPetalLength(Double petalLength)
petalLength
- The petalLength to set.public Double getPetalWidth()
public void setPetalWidth(Double petalWidth)
petalWidth
- The petalWidth to set.public Double getSepalLength()
public void setSepalLength(Double sepalLength)
sepalLength
- The sepalLength to set.public Double getSepalWidth()
public void setSepalWidth(Double sepalWidth)
sepalWidth
- The sepalWidth to set.Copyright © 2018 Group of Artificial Intelligence Applications (GAIA). All rights reserved.