| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
MatCell |
ObjectFactory.createMatCell()
Create an instance of
MatCell |
MatCell |
MatCell.setCol(int col)
Sets the value of the col property.
|
MatCell |
MatCell.setRow(int row)
Sets the value of the row property.
|
MatCell |
MatCell.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatCell> |
Matrix.getMatCells()
Gets the value of the matCells property.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.addMatCells(MatCell... matCells) |
VisitorAction |
Visitor.visit(MatCell matCell) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MatCell matCell) |
VisitorAction |
AbstractVisitor.visit(MatCell matCell) |
Copyright © 2016 University of Tartu. All rights reserved.