| Package | Description | 
|---|---|
| org.epics.pvmanager.graphene | |
| org.epics.pvmanager.pva.adapters | |
| org.epics.pvmanager.timecache | |
| org.epics.pvmanager.vtype | 
 Support for control system types. 
 | 
| org.epics.vtype | |
| org.epics.vtype.io | |
| org.epics.vtype.table | 
| Modifier and Type | Method and Description | 
|---|---|
static org.epics.graphene.Point2DDataset | 
DatasetConversions.point2DDatasetFromVTable(VTable vTable,
                        String xColumn,
                        String yColumn)
Converts a VTable into a Point2DDataset. 
 | 
static List<org.epics.graphene.Point2DDataset> | 
DatasetConversions.point2DDatasetsFromVTable(VTable vTable,
                         List<String> xColumns,
                         List<String> yColumns)  | 
static org.epics.graphene.Point3DWithLabelDataset | 
DatasetConversions.point3DDatasetFromVTable(VTable vTable,
                        String xColumn,
                        String yColumn,
                        String sizeColumn,
                        String colorColumn)
Converts a VTable into a Point2DDataset. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PVFieldNTNameValueToVTable  | 
class  | 
PVFieldToVTable  | 
| Modifier and Type | Method and Description | 
|---|---|
static DesiredRateExpression<VTable> | 
ExpressionLanguage.timeTableOf(String channelName,
           QueryParameters parameters)
A query expression that returns the result formatted as a table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DesiredRateExpression<VTable> | 
ExpressionLanguage.vTable(VTableColumn... columns)
Creates a vTable by aggregating different values from different pvs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VTable | 
ValueFactory.newVTable(List<Class<?>> types,
         List<String> names,
         List<Object> values)
Creates a new VTable - this method is provisional and will change in the future. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static org.epics.util.array.ListNumber | 
ValueUtil.numericColumnOf(VTable table,
               String columnName)
Extracts the values of a column, making sure it contains
 numeric values. 
 | 
static List<String> | 
ValueUtil.stringColumnOf(VTable table,
              String columnName)
Extracts the values of a column, making sure it contains
 strings. 
 | 
static String | 
VTypeToString.toString(VTable vTable)
Default toString implementation for VTable. 
 | 
static boolean | 
VTypeValueEquals.valueEquals(VTable arg1,
           VTable arg2)
Checks whether the two table have the same data: equal column names, number
 of rows and columns and their value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VTable | 
CSVIO.importVTable(Reader reader)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTable | 
VTableFactory.extractRow(VTable vTable,
          int row)  | 
static VTable | 
VTableFactory.join(List<VTable> tables)  | 
static VTable | 
VTableFactory.join(VTable... tables)  | 
static VTable | 
VTableFactory.newVTable(Column... columns)  | 
static VTable | 
VTableFactory.select(VTable table,
      org.epics.util.array.ListInt indexes)  | 
static VTable | 
VTableFactory.tableRangeFilter(VTable table,
                String columnName,
                Object min,
                Object max)  | 
static VTable | 
VTableFactory.tableStringMatchFilter(VTable table,
                      String columnName,
                      String substring)  | 
static VTable | 
VTableFactory.tableValueFilter(VTable table,
                String columnName,
                Object value)  | 
static VTable | 
VTableFactory.valueTable(List<? extends VType> values)  | 
static VTable | 
VTableFactory.valueTable(List<String> names,
          List<? extends VType> values)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<String> | 
VTableFactory.columnNames(VTable vTable)  | 
static List<Class<?>> | 
VTableFactory.columnTypes(VTable vTable)  | 
static VTable | 
VTableFactory.extractRow(VTable vTable,
          int row)  | 
static VTable | 
VTableFactory.join(VTable... tables)  | 
static VTable | 
VTableFactory.select(VTable table,
      org.epics.util.array.ListInt indexes)  | 
static VTable | 
VTableFactory.tableRangeFilter(VTable table,
                String columnName,
                Object min,
                Object max)  | 
static VTable | 
VTableFactory.tableStringMatchFilter(VTable table,
                      String columnName,
                      String substring)  | 
static VTable | 
VTableFactory.tableValueFilter(VTable table,
                String columnName,
                Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTable | 
VTableFactory.join(List<VTable> tables)  | 
| Constructor and Description | 
|---|
EqualValueFilter(List<VTable> tables,
                int[] columnIndexes)  | 
Copyright © 2010–2015. All rights reserved.