public class PVFieldNTHistogramToVIntArray extends AlarmTimeDisplayExtractor implements VIntArray
convert, format, lowerAlarmLimit, lowerCtrlLimit, lowerDisplayLimit, lowerWarningLimit, units, upperAlarmLimit, upperCtrlLimit, upperDisplayLimit, upperWarningLimitalarmSeverity, alarmSeverityMapLUT, alarmStatus, alarmStatusMapLUT, isTimeValid, timeStamp, timeUserTag| Constructor and Description |
|---|
PVFieldNTHistogramToVIntArray(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected) |
| Modifier and Type | Method and Description |
|---|---|
ListInt |
getData()
Return the object containing the array data.
|
List<ArrayDimensionDisplay> |
getDimensionDisplay()
Returns the boundaries of each cell.
|
ListInt |
getSizes()
The shape of the multidimensional array.
|
String |
toString() |
getDoubleValue, getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitgetAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlarmName, getAlarmSeveritygetTimestamp, getTimeUserTag, isTimeValidgetFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitpublic PVFieldNTHistogramToVIntArray(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected)
pvField - disconnected - public ListInt getSizes()
ArrayThe size of the returned list will be the number of the dimension of the array. Each number represents the size of each dimension. The total number of elements in the array is therefore the product of all the numbers in the list returned.
public ListInt getData()
Array
This method will either return a List or a ListNumber
depending of the array type. A collection is returned, instead of an
array, so that the type implementation can be immutable or can at
least try to prevent modifications. ListNumber has also several
advantages over the Java arrays, including the ability to iterate the list
regardless of numeric type.
If a numeric array is actually needed, refer to CollectionNumbers.
public List<ArrayDimensionDisplay> getDimensionDisplay()
VNumberArraygetDimensionDisplay in interface VNumberArrayCopyright © 2015. All rights reserved.