| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MatCell> |
Matrix.matCells |
| Modifier and Type | Method and Description |
|---|---|
MatCell |
ObjectFactory.createMatCell()
Create an instance of
MatCell |
MatCell |
MatCell.withCol(java.lang.Integer value) |
MatCell |
MatCell.withRow(java.lang.Integer value) |
MatCell |
MatCell.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MatCell> |
Matrix.getMatCells()
Gets the value of the matCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(MatCell matCell) |
Matrix |
Matrix.withMatCells(MatCell... values) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.withMatCells(java.util.Collection<MatCell> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MatCell matCell) |
VisitorAction |
AbstractVisitor.visit(MatCell matCell) |
Copyright © 2015 University of Tartu. All Rights Reserved.