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() |
String |
requirePCol() |
String |
requirePRow() |
Number |
requireValue() |
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, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic String requirePRow()
public String getPRow()
public String requirePCol()
public String getPCol()
public String getTRow()
public String getTCol()
public Number requireValue()
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 © 2024. All rights reserved.