Uses of Class
org.somda.sdc.biceps.model.participant.SampleArrayValue
-
Packages that use SampleArrayValue Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of SampleArrayValue in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as SampleArrayValue Modifier and Type Field Description protected SampleArrayValueObservedValueStream.Value. valueMethods in org.somda.sdc.biceps.model.message that return SampleArrayValue Modifier and Type Method Description SampleArrayValueObservedValueStream.Value. getValue()Gets the value of the value property.Methods in org.somda.sdc.biceps.model.message with parameters of type SampleArrayValue Modifier and Type Method Description voidObservedValueStream.Value. setValue(SampleArrayValue value)Sets the value of the value property. -
Uses of SampleArrayValue in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as SampleArrayValue Modifier and Type Field Description protected SampleArrayValueDistributionSampleArrayMetricState. metricValueprotected SampleArrayValueRealTimeSampleArrayMetricState. metricValueMethods in org.somda.sdc.biceps.model.participant that return SampleArrayValue Modifier and Type Method Description SampleArrayValueObjectFactory. createSampleArrayValue()Create an instance ofSampleArrayValueSampleArrayValueDistributionSampleArrayMetricState. getMetricValue()Gets the value of the metricValue property.SampleArrayValueRealTimeSampleArrayMetricState. getMetricValue()Gets the value of the metricValue property.Methods in org.somda.sdc.biceps.model.participant with parameters of type SampleArrayValue Modifier and Type Method Description voidDistributionSampleArrayMetricState. setMetricValue(SampleArrayValue value)Sets the value of the metricValue property.voidRealTimeSampleArrayMetricState. setMetricValue(SampleArrayValue value)Sets the value of the metricValue property.
-