| Package | Description |
|---|---|
| org.ornet.cdm | |
| org.ornet.softice.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumStringMetricDescriptor
An EnumStringMetric represents a textual status or annotation information with a constrained set of possible values.
|
class |
NumericMetricDescriptor
Specification of a MetricDescriptor type that represents a single numerical measurement and status information.
|
class |
RealTimeSampleArrayMetricDescriptor
Declares a sample array that represents a real-time continuous waveform.
|
class |
StringMetricDescriptor
A StringMetric represents a textual status or annotation information.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MetricDescriptor> |
ChannelDescriptor.metrics |
| Modifier and Type | Method and Description |
|---|---|
MetricDescriptor |
ObjectFactory.createMetricDescriptor()
Create an instance of
MetricDescriptor |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MetricDescriptor> |
ChannelDescriptor.getMetrics()
Gets the value of the metrics property.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricDescriptor |
OSCPToolbox.findMetricDescritor(OSCPEndpoint ep,
java.lang.String handle) |