| Package | Description |
|---|---|
| uno.informatics.data | |
| uno.informatics.data.dataset |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Data |
interface |
Dataset |
interface |
Entity |
interface |
Feature |
interface |
Germplasm |
interface |
Method |
interface |
Ontology |
interface |
OntologyTerm |
interface |
Scale |
interface |
Study |
| Modifier and Type | Method and Description |
|---|---|
SimpleEntity |
Data.getHeader(int id)
Get the header of an entry by id.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureData
A dataset that consists of columns recorded for a specific feature, with each
row providing one value for each feature.
|
interface |
MatrixData<ValueType>
API for datasets that consist of a 2-dimensional matrix of elements of a
single type.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleEntity |
MatrixData.getColumnHeader(int columnIndex)
Gets the column header at a given row
|
SimpleEntity[] |
MatrixData.getColumnHeadersAsArray()
Gets an array of the column headers for the matrix
|
SimpleEntity |
FeatureDataRow.getHeader()
Get the header for the row, or
null if the row has no header |
SimpleEntity |
MatrixData.getRowHeader(int rowIndex)
Gets the row header at a given row
|
SimpleEntity[] |
MatrixData.getRowHeadersAsArray()
Gets an array of the row headers for the matrix
|
SimpleEntity[] |
FeatureData.getRowHeadersAsArray()
Get the all the row headers as an array
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleEntity> |
MatrixData.getColumnHeaders()
Gets a list of the column headers for the matrix
|
List<SimpleEntity> |
MatrixData.getRowHeaders()
Gets a list of the row headers for the matrix
|
List<SimpleEntity> |
FeatureData.getRowHeaders()
Get the all the row headers
|
Copyright © 2016. All rights reserved.