public class MatCell extends PMMLObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="row" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="col" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
col |
protected Integer |
row |
protected String |
value |
| Constructor and Description |
|---|
MatCell() |
MatCell(Integer row,
Integer col,
String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Integer |
getCol()
Gets the value of the col property.
|
Integer |
getRow()
Gets the value of the row property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCol(Integer value)
Sets the value of the col property.
|
void |
setRow(Integer value)
Sets the value of the row property.
|
void |
setValue(String value)
Sets the value of the value property.
|
MatCell |
withCol(Integer value) |
MatCell |
withRow(Integer value) |
MatCell |
withValue(String value) |
getLocator, setLocatorpublic Integer getRow()
Stringpublic void setRow(Integer value)
value - allowed object is
Stringpublic Integer getCol()
Stringpublic void setCol(Integer value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.