| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model | |
| com.draeger.medical.biceps.device.mdi.interaction.stream |
| Modifier and Type | Field and Description |
|---|---|
protected MeasurementState |
AbstractMetricValue.measurementState |
| Modifier and Type | Method and Description |
|---|---|
MeasurementState |
ObjectFactory.createMeasurementState()
Create an instance of
MeasurementState |
MeasurementState |
AbstractMetricValue.getMeasurementState()
The quality state of the observed value of a metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMetricValue.setMeasurementState(MeasurementState value)
Sets the value of the measurementState property.
|
| Modifier and Type | Method and Description |
|---|---|
MeasurementState |
StreamFrame.getStatus()
Gets the status.
|
| Constructor and Description |
|---|
StreamFrame(BICEPSQoSContext context,
String metricHandle,
MeasurementState measurementStatus)
Instantiates a new stream frame.
|
StreamFrame(BICEPSQoSContext context,
String metricDescriptorHandle,
MeasurementState measurementStatus,
int sampleCapacity,
long timestamp,
List<Annotation> annotations)
Instantiates a new stream frame.
|
StreamFrame(BICEPSQoSContext context,
String metricDescriptorHandle,
String metricStateHandle,
MeasurementState measurementStatus,
int sampleCapacity,
long timestamp,
List<Annotation> annotations,
ComponentActivation metricState)
Instantiates a new stream frame.
|
Copyright © 2016. All rights reserved.