| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BaselineCell> |
BaselineStratum.baselineCells |
protected java.util.List<BaselineCell> |
BaseCumHazardTables.baselineCells |
| Modifier and Type | Method and Description |
|---|---|
BaselineCell |
ObjectFactory.createBaselineCell()
Create an instance of
BaselineCell |
BaselineCell |
BaselineCell.withCumHazard(double value) |
BaselineCell |
BaselineCell.withExtensions(java.util.Collection<Extension> values) |
BaselineCell |
BaselineCell.withExtensions(Extension... values) |
BaselineCell |
BaselineCell.withTime(double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaselineCell> |
BaselineStratum.getBaselineCells()
Gets the value of the baselineCells property.
|
java.util.List<BaselineCell> |
BaseCumHazardTables.getBaselineCells()
Gets the value of the baselineCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(BaselineCell baselineCell) |
BaselineStratum |
BaselineStratum.withBaselineCells(BaselineCell... values) |
BaseCumHazardTables |
BaseCumHazardTables.withBaselineCells(BaselineCell... values) |
| Modifier and Type | Method and Description |
|---|---|
BaselineStratum |
BaselineStratum.withBaselineCells(java.util.Collection<BaselineCell> values) |
BaseCumHazardTables |
BaseCumHazardTables.withBaselineCells(java.util.Collection<BaselineCell> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(BaselineCell baselineCell) |
VisitorAction |
AbstractVisitor.visit(BaselineCell baselineCell) |
Copyright © 2015 University of Tartu. All Rights Reserved.