| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<BaselineCell> |
BaselineStratum.baselineCells |
protected 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(Collection<Extension> values) |
BaselineCell |
BaselineCell.withExtensions(Extension... values) |
BaselineCell |
BaselineCell.withTime(double value) |
| Modifier and Type | Method and Description |
|---|---|
List<BaselineCell> |
BaselineStratum.getBaselineCells()
Gets the value of the baselineCells property.
|
List<BaselineCell> |
BaseCumHazardTables.getBaselineCells()
Gets the value of the baselineCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(BaselineCell baselineCell) |
VisitorAction |
AbstractVisitor.visit(BaselineCell baselineCell) |
VisitorAction |
Visitor.visit(BaselineCell baselineCell) |
BaselineStratum |
BaselineStratum.withBaselineCells(BaselineCell... values) |
BaseCumHazardTables |
BaseCumHazardTables.withBaselineCells(BaselineCell... values) |
| Modifier and Type | Method and Description |
|---|---|
BaselineStratum |
BaselineStratum.withBaselineCells(Collection<BaselineCell> values) |
BaseCumHazardTables |
BaseCumHazardTables.withBaselineCells(Collection<BaselineCell> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.