Uses of Class
org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
-
Packages that use AbstractMetricDescriptor Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AbstractMetricDescriptor in org.somda.sdc.biceps.model.participant
Subclasses of AbstractMetricDescriptor in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classDistributionSampleArrayMetricDescriptorDeclares a sample array that represents linear value distributions in the form of arrays containing scaled sample values.classEnumStringMetricDescriptorAn enumerated string METRIC represents a textual status or annotation information with a constrained set of possible values.classNumericMetricDescriptorSpecification of a METRIC descriptor type that represents a single numerical measurement and status information.classRealTimeSampleArrayMetricDescriptorDeclares a sample array that represents a real-time continuous waveform.classStringMetricDescriptorA string METRIC represents a textual status or annotation information.Fields in org.somda.sdc.biceps.model.participant with type parameters of type AbstractMetricDescriptor Modifier and Type Field Description protected List<AbstractMetricDescriptor>ChannelDescriptor. metricMethods in org.somda.sdc.biceps.model.participant that return AbstractMetricDescriptor Modifier and Type Method Description AbstractMetricDescriptorObjectFactory. createAbstractMetricDescriptor()Create an instance ofAbstractMetricDescriptorMethods in org.somda.sdc.biceps.model.participant that return types with arguments of type AbstractMetricDescriptor Modifier and Type Method Description List<AbstractMetricDescriptor>ChannelDescriptor. getMetric()Gets the value of the metric property.Method parameters in org.somda.sdc.biceps.model.participant with type arguments of type AbstractMetricDescriptor Modifier and Type Method Description voidChannelDescriptor. setMetric(List<AbstractMetricDescriptor> value)
-