Uses of Class
org.dmg.pmml.Cell
-
Packages that use Cell Package Description org.dmg.pmml org.jpmml.model.cells org.jpmml.model.visitors -
-
Uses of Cell in org.dmg.pmml
Methods in org.dmg.pmml that return Cell Modifier and Type Method Description CellCell. setValue(java.lang.Object value)Methods in org.dmg.pmml with parameters of type Cell Modifier and Type Method Description VisitorActionVisitor. visit(Cell cell) -
Uses of Cell in org.jpmml.model.cells
Subclasses of Cell in org.jpmml.model.cells Modifier and Type Class Description classInputCellclassOutputCell -
Uses of Cell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Cell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Cell cell)
-