| Package | Description | 
|---|---|
| org.diirt.datasource.vtype | 
 Support for control system types. 
 | 
| org.diirt.graphene | |
| org.diirt.support.pva.adapters | |
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| org.diirt.vtype | |
| org.diirt.vtype.json | 
 Support for JSON serialization of vTypes according to the following
 (specification). 
 | 
| org.diirt.vtype.ndarray | |
| org.diirt.vtype.next | 
 Value definitions and basic implementations. 
 | 
| org.diirt.vtype.table | 
| Modifier and Type | Method and Description | 
|---|---|
static DesiredRateExpression<VIntArray> | 
ExpressionLanguage.vConst(ListInt values)
A constant representing an int array. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ListInt | 
IntensityGraph2DRenderer.zReferenceCoords  | 
| Modifier and Type | Method and Description | 
|---|---|
ListInt | 
PVFieldToVIntArray.getData()  | 
ListInt | 
PVFieldNTHistogramToVIntArray.getData()  | 
ListInt | 
PVFieldToVStringArray.getSizes()  | 
ListInt | 
PVFieldToVShortArray.getSizes()  | 
ListInt | 
PVFieldToVLongArray.getSizes()  | 
ListInt | 
PVFieldToVIntArray.getSizes()  | 
ListInt | 
PVFieldToVFloatArray.getSizes()  | 
ListInt | 
PVFieldToVDoubleArray.getSizes()  | 
ListInt | 
PVFieldToVByteArray.getSizes()  | 
ListInt | 
PVFieldToVBooleanArray.getSizes()  | 
ListInt | 
PVFieldNTMatrixToVDoubleArray.getSizes()  | 
ListInt | 
PVFieldNTHistogramToVShortArray.getSizes()  | 
ListInt | 
PVFieldNTHistogramToVLongArray.getSizes()  | 
ListInt | 
PVFieldNTHistogramToVIntArray.getSizes()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayInt
Wraps a  
int[] into a ListInt. | 
class  | 
BufferInt
An implementation of a list on top of buffer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListInt | 
SortedListView.getIndexes()
Returns the index map of the sorted view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListNumber | 
ListNumbers.listView(ListNumber list,
        ListInt indexes)
Returns a view of the given list that presents only the elements
 at the given indexes. 
 | 
static SortedListView | 
ListNumbers.sortedView(ListNumber values,
          ListInt indexes)
Creates a sorted view of the given ListNumber based on the indexes provided. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListInt | 
VIntArray.getData()  | 
ListInt | 
VEnumArray.getIndexes()
Returns the indexes instead of the labels. 
 | 
ListInt | 
Array.getSizes()
The shape of the multidimensional array. 
 | 
ListInt | 
ValueFormat.parseEnumArray(String source,
              List<String> labels)
Parses the string and returns an array of indexes in the enum. 
 | 
ListInt | 
ValueFormat.parseIntArray(String source)
Parses the string and returns an int array representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<ArrayDimensionDisplay> | 
ValueUtil.defaultArrayDisplay(ListInt sizes)
Returns the default array dimension display given the size
 of the n dimensional array and creating cell boundaries based on index. 
 | 
static VEnumArray | 
ValueFactory.newVEnumArray(ListInt indexes,
             List<String> labels,
             Alarm alarm,
             Time time)
Create a new VEnumArray. 
 | 
static VIntArray | 
ValueFactory.newVIntArray(ListInt values,
            Alarm alarm,
            Time time,
            Display display)
Creates a new VIntArray. 
 | 
static VNumberArray | 
ValueFactory.newVNumberArray(ListNumber data,
               ListInt sizes,
               List<ArrayDimensionDisplay> dimensionDisplay,
               Alarm alarm,
               Time time,
               Display display)
Creates a new VNumberArray based on the type of the data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListInt | 
JsonArrays.toListInt(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListInt. 
 | 
| Constructor and Description | 
|---|
Array2DDouble(ListInt sizes,
             boolean x1Invert,
             boolean x0Invert)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ListInt | 
VIntArray.getData()
The numeric value. 
 | 
abstract ListInt | 
Array.getSizes()
The shape of the multidimensional array. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
VColumn.combineData(Class<?> type,
           int size,
           ListInt offsets,
           List<VColumn> columns)  | 
static VTable | 
VTableFactory.select(VTable table,
      ListInt indexes)  | 
Copyright © 2015. All rights reserved.