Uses of Class
org.dmg.pmml.Row
-
Packages that use Row Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Row in org.dmg.pmml
Methods in org.dmg.pmml that return Row Modifier and Type Method Description RowRow. addContent(java.lang.Object... content)RowObjectFactory. createRow()Create an instance ofRowMethods in org.dmg.pmml that return types with arguments of type Row Modifier and Type Method Description java.util.List<Row>InlineTable. getRows()Methods in org.dmg.pmml with parameters of type Row Modifier and Type Method Description InlineTableInlineTable. addRows(Row... rows)VisitorActionVisitor. visit(Row row) -
Uses of Row in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Row Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Row row)VisitorActionRowCleaner. visit(Row row)
-