Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.valid |
Modifier and Type | Class and Description |
---|---|
class |
Dimension<T extends Dimension>
Dimension
Instances of the Dimension subclasses are used to define the different dimensions of data in a DataArray.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
DataArray.getDimension(long id)
Returns the Dimension object for the specified dimension of the data.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
DataArray.getDimensions()
Get all dimensions associated with this data array.
|
List<Dimension> |
DataArray.getDimensions(java.util.function.Predicate<Dimension> filter)
Get all dimensions associated with this data array.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
DataArray.getDimensions(java.util.function.Predicate<Dimension> filter)
Get all dimensions associated with this data array.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
VectorUtils.DimensionVector.getDimensions()
Get dimensions.
|
Constructor and Description |
---|
DimensionVector(List<Dimension> lst)
Set dimensions.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(Dimension dimension)
Dimension entity validator
Function taking a Dimension entity and returning
Result
object |
Copyright © 2016. All rights reserved.