| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
DefaultBICEPSMetricState.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSMetricState.changed(AbstractMetricState s,
String 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,
String 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.metricState |
protected List<AbstractMetricState> |
SetMetricState.proposedMetricState |
| Modifier and Type | Method and Description |
|---|---|
AbstractMetricState |
ObjectFactory.createAbstractMetricState()
Create an instance of
AbstractMetricState |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMetricState> |
AbstractMetricReport.ReportPart.getMetricState()
Gets the value of the metricState property.
|
List<AbstractMetricState> |
SetMetricState.getProposedMetricState()
Gets the value of the proposedMetricState property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMetricReport.ReportPart.setMetricState(List<AbstractMetricState> value) |
void |
SetMetricState.setProposedMetricState(List<AbstractMetricState> value) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends AbstractMetricState> |
MetricDescriptorUtil.filterMetricStatesByRetrievability(Collection<? extends AbstractMetricDescriptor> descriptorList,
Collection<? extends AbstractMetricState> modelMetricStates,
RetrievabilityMethod retrievability) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends AbstractMetricState> |
MetricDescriptorUtil.filterMetricStatesByRetrievability(Collection<? extends AbstractMetricDescriptor> descriptorList,
Collection<? extends AbstractMetricState> modelMetricStates,
RetrievabilityMethod 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 © 2018. All rights reserved.