| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
DefaultBICEPSMetricState.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSMetricState.changed(AbstractMetricState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
protected void |
DefaultBICEPSMetricState.setMetricState(AbstractMetricState state) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
BICEPSMetricState.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
BICEPSMetricState.changed(AbstractMetricState s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumStringMetricState
State of an enumerated string metric.
|
class |
NumericMetricState
A state of a numeric metric.
|
class |
RealTimeSampleArrayMetricState
State of a streaming metric descriptor.
|
class |
StringMetricState
State of a string metric.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricState> |
MetricReportPart.metrics |
| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
ObjectFactory.createAbstractMetricState()
Create an instance of
AbstractMetricState |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMetricState> |
MetricReportPart.getMetrics()
List of metrics that build the content of this report.Gets the value of the metrics property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricReportPart.setMetrics(List<AbstractMetricState> value) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends AbstractMetricState> |
MetricDescriptorUtil.filterMetricStatesByRetrievability(Collection<? extends MetricDescriptor> descriptorList,
Collection<? extends AbstractMetricState> modelMetricStates,
MetricRetrievability retrievability) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends AbstractMetricState> |
MetricDescriptorUtil.filterMetricStatesByRetrievability(Collection<? extends MetricDescriptor> descriptorList,
Collection<? extends AbstractMetricState> modelMetricStates,
MetricRetrievability retrievability) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AbstractMetricState> |
MedicalDeviceInformationBase.getMetricStates(Collection<String> handles)
Returns the current states for the metrics that are specified with the handles collection.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AbstractMetricState> |
DefaultMedicalDeviceInformationBase.getMetricStates(Collection<String> handles) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
MetricEventReporterHelper.getEventMessageForReport(AbstractMetricReport modelReport,
ReadWriteLock mdibLock,
HashMap<String,Collection<? extends AbstractMetricState>> reportInfo,
AtomicInteger eventCounter) |
Copyright © 2016. All rights reserved.