| Package | Description |
|---|---|
| org.palladiosimulator.simulizar.runtimestate |
| Modifier and Type | Method and Description |
|---|---|
List<CostTuple> |
CostModel.getCostTuples(String containerID) |
List<CostTuple> |
CostModel.getCostTuplesForInterval(Double startTime,
Double endTime) |
List<CostTuple> |
CostModel.getCostTuplesForIntervalForContainer(String containerID,
Double startTime,
Double endTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
CostModel.addCostTuple(String containerID,
CostTuple costTuple) |