| 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 |
DistributionSampleArrayMetricState
State of a distribution sample array METRIC descriptor.
|
class |
EnumStringMetricState
State of an enumerated string METRIC.
|
class |
NumericMetricState
State of a umeric METRIC.
|
class |
RealTimeSampleArrayMetricState
State of a stream METRIC descriptor.
|
class |
StringMetricState
State of a string METRIC.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricState> |
AbstractMetricReport.ReportPart.metrics |
protected List<AbstractMetricState> |
SetMetricState.range |
| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
ObjectFactory.createAbstractMetricState()
Create an instance of
AbstractMetricState |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMetricState> |
AbstractMetricReport.ReportPart.getMetrics()
List of changed pm:AbstractMetricState instances.
|
List<AbstractMetricState> |
SetMetricState.getRange()
ProposedMetricState comprises the METRIC states that have to be
updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMetricReport.ReportPart.setMetrics(List<AbstractMetricState> value) |
void |
SetMetricState.setRange(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 |
|---|---|
AbstractMetricState |
CurrentValueChanged.getNewState() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends AbstractMetricState> |
CurrentValuesChanged.getVMOStates() |
| Constructor and Description |
|---|
CurrentValueChanged(AbstractMetricState newVMOState) |
| Constructor and Description |
|---|
CurrentValuesChanged(Map<String,? extends AbstractMetricState> vmos) |
| 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 © 2017. All rights reserved.