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_3}INT-NUMBER" />
<attribute name="col" use="required" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
MatCell() |
MatCell(int row,
int col,
String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
int |
getCol()
Gets the value of the col property.
|
int |
getRow()
Gets the value of the row property.
|
String |
getValue()
Gets the value of the value property.
|
MatCell |
setCol(int col)
Sets the value of the col property.
|
MatCell |
setRow(int row)
Sets the value of the row property.
|
MatCell |
setValue(String value)
Sets the value of the value property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic MatCell()
public MatCell(int row,
int col,
String value)
public int getRow()
public MatCell setRow(int row)
public int getCol()
public MatCell setCol(int col)
public String getValue()
Stringpublic MatCell setValue(String value)
value - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.