public class MatCell extends PMMLObject
| Constructor and Description |
|---|
MatCell() |
MatCell(int row,
int col,
String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
int |
getCol() |
int |
getRow() |
String |
getValue() |
MatCell |
setCol(int col) |
MatCell |
setRow(int row) |
MatCell |
setValue(String value) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic MatCell()
public MatCell(int row,
int col,
String value)
Copyright © 2019 University of Tartu. All rights reserved.