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>
| 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.
|
MatCell |
setCol(Integer col)
Sets the value of the col property.
|
MatCell |
setRow(Integer row)
Sets the value of the row property.
|
MatCell |
setValue(String value)
Sets the value of the value property.
|
getLocator, setLocatorpublic Integer getRow()
Stringpublic MatCell setRow(Integer row)
row - allowed object is
Stringpublic Integer getCol()
Stringpublic MatCell setCol(Integer col)
col - allowed object is
Stringpublic String getValue()
Stringpublic MatCell setValue(String value)
value - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.