public class PCovCell extends PMMLObject implements HasExtensions<PCovCell>
| Constructor and Description |
|---|
PCovCell() |
PCovCell(String pRow,
String pCol,
Number value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
PCovCell |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions() |
String |
getPCol() |
String |
getPRow() |
Object |
getTargetCategory() |
String |
getTCol() |
String |
getTRow() |
Number |
getValue() |
boolean |
hasExtensions() |
PCovCell |
setPCol(String pCol) |
PCovCell |
setPRow(String pRow) |
PCovCell |
setTargetCategory(Object targetCategory) |
PCovCell |
setTCol(String tCol) |
PCovCell |
setTRow(String tRow) |
PCovCell |
setValue(Number value) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic String getPRow()
public String getPCol()
public String getTRow()
public String getTCol()
public Number getValue()
public Object getTargetCategory()
public boolean hasExtensions()
hasExtensions in interface HasExtensions<PCovCell>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<PCovCell>public PCovCell addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<PCovCell>public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.