public class PCovMatrix extends PMMLObject implements HasExtensions<PCovMatrix>
| Modifier and Type | Class and Description |
|---|---|
static class |
PCovMatrix.Type |
| Constructor and Description |
|---|
PCovMatrix() |
PCovMatrix(List<PCovCell> pCovCells) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
PCovMatrix |
addExtensions(Extension... extensions) |
PCovMatrix |
addPCovCells(PCovCell... pCovCells) |
List<Extension> |
getExtensions() |
List<PCovCell> |
getPCovCells() |
PCovMatrix.Type |
getType() |
boolean |
hasExtensions() |
boolean |
hasPCovCells() |
List<PCovCell> |
requirePCovCells() |
PCovMatrix |
setType(PCovMatrix.Type type) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic PCovMatrix.Type getType()
public PCovMatrix setType(PCovMatrix.Type type)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<PCovMatrix>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<PCovMatrix>public PCovMatrix addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<PCovMatrix>public boolean hasPCovCells()
public PCovMatrix addPCovCells(PCovCell... pCovCells)
public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.