
public interface Monitor
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Returns the base name of this instrumentation object.
|
String |
getName()
Returns the name of this instrumentation object.
|
Units |
getUnits()
Returns the Units for this instrumentation monitoring object.
|
Object |
getValue()
Return an Object that encapsulates this instrumentation object's
current data value.
|
Variability |
getVariability()
Returns the Variability for this instrumentation object.
|
int |
getVectorLength()
Return the length of the vector.
|
boolean |
isSupported()
Test if the instrumentation object is supported.
|
boolean |
isVector()
Test if the instrumentation object is a vector type.
|
String getName()
String getBaseName()
Units getUnits()
Variability getVariability()
boolean isVector()
int getVectorLength()
boolean isSupported()
Object getValue()
Copyright © 2017–2018 earcam. All rights reserved.