Skip navigation links
NIX Java Bindings, 1.1.0
A B C D E F G H I L M N O P R S T U V Z 

A

addDataArray(String) - Method in class org.g_node.nix.Group
Add a DataArray to the list of referenced data of the group.
addDataArray(DataArray) - Method in class org.g_node.nix.Group
Add a DataArray to the list of referenced data of the group.
addError(Message) - Method in class org.g_node.nix.valid.Result
Adds an error message Adds an error message to this Result object and returns a reference to this object.
addMultiTag(String) - Method in class org.g_node.nix.Group
Add a MultiTag to the list of referenced tags of the group.
addMultiTag(MultiTag) - Method in class org.g_node.nix.Group
Add a MultiTag to the list of referenced tags of the group.
addReference(String) - Method in class org.g_node.nix.MultiTag
Add a new DataArray to the list of referenced data.
addReference(DataArray) - Method in class org.g_node.nix.MultiTag
Adds a new DataArray to the list of referenced data.
addReference(DataArray) - Method in class org.g_node.nix.Tag
Add a DataArray to the list of referenced data of the tag.
addReference(String) - Method in class org.g_node.nix.Tag
Add a DataArray to the list of referenced data of the tag.
addSource(String) - Method in class org.g_node.nix.base.EntityWithSources
Associate a new source with the entity.
addSource(Source) - Method in class org.g_node.nix.base.EntityWithSources
Associate a new source with the entity.
addSource(String) - Method in class org.g_node.nix.DataArray
Associate a new source with the entity.
addSource(Source) - Method in class org.g_node.nix.DataArray
Associate a new source with the entity.
addSource(String) - Method in class org.g_node.nix.Group
Associate a new source with the entity.
addSource(Source) - Method in class org.g_node.nix.Group
Associate a new source with the entity.
addSource(String) - Method in class org.g_node.nix.MultiTag
Associate a new source with the entity.
addSource(Source) - Method in class org.g_node.nix.MultiTag
Associate a new source with the entity.
addSource(String) - Method in class org.g_node.nix.Tag
Associate a new source with the entity.
addSource(Source) - Method in class org.g_node.nix.Tag
Associate a new source with the entity.
addTag(String) - Method in class org.g_node.nix.Group
Add a Tag to the list of referenced tags of the group.
addTag(Tag) - Method in class org.g_node.nix.Group
Add a Tag to the list of referenced tags of the group.
addWarning(Message) - Method in class org.g_node.nix.valid.Result
Adds a warning message Adds a warning message to this Result object and returns a reference to this object.
appendAliasRangeDimension() - Method in class org.g_node.nix.DataArray
Append a new RangeDimension that uses the data stored in this DataArray as ticks.
appendRangeDimension(double[]) - Method in class org.g_node.nix.DataArray
Append a new RangeDimension to the list of existing dimension descriptors.
appendSampledDimension(double) - Method in class org.g_node.nix.DataArray
Append a new SampledDimension to the list of existing dimension descriptors.
appendSetDimension() - Method in class org.g_node.nix.DataArray
Append a new SetDimension to the list of existing dimension descriptors.
applyPolynomial(double[], double, double[], double[], long) - Static method in class org.g_node.nix.util.Util
Apply polynomial.
asRangeDimension() - Method in class org.g_node.nix.Dimension
Returns as RangeDimension.
asSampledDimension() - Method in class org.g_node.nix.Dimension
Returns as SampledDimension.
asSetDimension() - Method in class org.g_node.nix.Dimension
Returns as SetDimension.

B

Block - Class in org.g_node.nix
Block Class for grouping further data entities.
Block() - Constructor for class org.g_node.nix.Block
Constructor that creates an uninitialized Block.
BlockVector(List<Block>) - Constructor for class org.g_node.nix.internal.VectorUtils.BlockVector
Set blocks.
Bool - Static variable in class org.g_node.nix.DataType
 
build(ListBuilder.Counter, ListBuilder.Getter<T>) - Static method in class org.g_node.nix.internal.ListBuilder
 
build(ListBuilder.Counter, ListBuilder.Getter<T>, Predicate<T>) - Static method in class org.g_node.nix.internal.ListBuilder
 
BuildLibs - Class in org.g_node.nix.internal
Constants for linking libraries.
BuildLibs() - Constructor for class org.g_node.nix.internal.BuildLibs
 

C

Char - Static variable in class org.g_node.nix.DataType
 
close() - Method in class org.g_node.nix.File
Close the file.
compareTo(T) - Method in class org.g_node.nix.base.NamedEntity
 
compareTo(T) - Method in class org.g_node.nix.Dimension
 
compareTo(File) - Method in class org.g_node.nix.File
 
compareTo(Property) - Method in class org.g_node.nix.Property
 
compareTo(T) - Method in class org.g_node.nix.RangeDimension
 
compareTo(T) - Method in class org.g_node.nix.SampledDimension
 
compareTo(T) - Method in class org.g_node.nix.SetDimension
 
concat(Result) - Method in class org.g_node.nix.valid.Result
Appends the warnings & errors of given Result to this one Concatenates the errors and warnings lists of the given Result object to those if this Result object and returns a reference to this object.
convertDateToSeconds(Date) - Static method in class org.g_node.nix.internal.DateUtils
Convert date object to seconds Required for functions that use time_t
convertPointerToArray(IntPointer) - Static method in class org.g_node.nix.internal.VectorUtils
Converts IntPointer to integer array
convertPointerToArray(DoublePointer) - Static method in class org.g_node.nix.internal.VectorUtils
Converts DoublePointer to double array.
convertSecondsToDate(long) - Static method in class org.g_node.nix.internal.DateUtils
Convert seconds to appropriate date Required for functions that use time_t
convertToKelvin(String, double) - Static method in class org.g_node.nix.util.Util
Converts temperatures given in degrees Celsius of Fahrenheit to Kelvin.
convertToKelvin(String, long) - Static method in class org.g_node.nix.util.Util
Converts temperatures given in degrees Celsius of Fahrenheit to Kelvin.
convertToSeconds(String, double) - Static method in class org.g_node.nix.util.Util
Converts temperatures given in degrees Celsius of Fahrenheit to Kelvin.
convertToSeconds(String, long) - Static method in class org.g_node.nix.util.Util
Converts temperatures given in degrees Celsius of Fahrenheit to Kelvin.
count() - Method in interface org.g_node.nix.internal.ListBuilder.Counter
 
createAliasRangeDimension() - Method in class org.g_node.nix.DataArray
Create a new RangeDimension that uses the data stored in this DataArray as ticks.
createBlock(String, String) - Method in class org.g_node.nix.File
Create an new block, that is immediately persisted in the file.
createDataArray(String, String, int, NDSize) - Method in class org.g_node.nix.Block
Create a new data array associated with this block.
createFeature(DataArray, int) - Method in class org.g_node.nix.MultiTag
Create a new feature.
createFeature(String, int) - Method in class org.g_node.nix.MultiTag
Create a new feature.
createFeature(DataArray, int) - Method in class org.g_node.nix.Tag
Create a new feature.
createFeature(String, int) - Method in class org.g_node.nix.Tag
Create a new feature.
createGroup(String, String) - Method in class org.g_node.nix.Block
Create a new group associated with this block.
createId() - Static method in class org.g_node.nix.util.Util
Generates an ID-String.
createMultiTag(String, String, DataArray) - Method in class org.g_node.nix.Block
Create a new multi tag associated with this block.
createProperty(String, int) - Method in class org.g_node.nix.Section
Add a new Property that does not have any Values to this Section.
createProperty(String, Value) - Method in class org.g_node.nix.Section
Add a new Property to the Section.
createProperty(String, List<Value>) - Method in class org.g_node.nix.Section
Add a new Property with values to the Section.
createRangeDimension(long, double[]) - Method in class org.g_node.nix.DataArray
Create a new RangeDimension at a specified dimension index.
createSampledDimension(long, double) - Method in class org.g_node.nix.DataArray
Create a new SampledDimension at a specified dimension index.
createSection(String, String) - Method in class org.g_node.nix.File
Creates a new Section with a given name and type.
createSection(String, String) - Method in class org.g_node.nix.Section
Adds a new child section.
createSetDimension(long) - Method in class org.g_node.nix.DataArray
Create a new SetDimension at a specified dimension index.
createSource(String, String) - Method in class org.g_node.nix.Block
Create a new root source.
createSource(String, String) - Method in class org.g_node.nix.Source
Create a new root source.
createTag(String, String, double[]) - Method in class org.g_node.nix.Block
Create a new tag associated with this block.

D

DataAccess - Class in org.g_node.nix.util
DataAccess This class contains utility functions.
DataAccess() - Constructor for class org.g_node.nix.util.DataAccess
 
DataArray - Class in org.g_node.nix
DataArray A class that can store arbitrary n-dimensional data along with further information.
DataArray() - Constructor for class org.g_node.nix.DataArray
Constructor that creates an uninitialized DataArray.
DataArrayVector(List<DataArray>) - Constructor for class org.g_node.nix.internal.VectorUtils.DataArrayVector
Set data arrays.
DataType - Class in org.g_node.nix
DataType Constants for all valid data types.
DataType() - Constructor for class org.g_node.nix.DataType
 
DataView - Class in org.g_node.nix
DataView
DataView(DataArray, NDSize, NDSize) - Constructor for class org.g_node.nix.DataView
Constructor.
DateUtils - Class in org.g_node.nix.internal
DateUtils This class contains functions for date conversions.
DateUtils() - Constructor for class org.g_node.nix.internal.DateUtils
 
deblankString(String) - Static method in class org.g_node.nix.util.Util
Remove blank spaces from the entire string
deleteBlock(String) - Method in class org.g_node.nix.File
Deletes a block from the file.
deleteBlock(Block) - Method in class org.g_node.nix.File
Deletes a block from the file.
deleteDataArray(String) - Method in class org.g_node.nix.Block
Deletes a data array from this block.
deleteDataArray(DataArray) - Method in class org.g_node.nix.Block
Deletes a data array from this block.
deleteDimension(long) - Method in class org.g_node.nix.DataArray
Remove a dimension descriptor at a specified index.
deleteFeature(String) - Method in class org.g_node.nix.MultiTag
Delete a feature from the tag.
deleteFeature(Feature) - Method in class org.g_node.nix.MultiTag
Delete a feature from the tag.
deleteFeature(String) - Method in class org.g_node.nix.Tag
Deletes a feature from the tag.
deleteFeature(Feature) - Method in class org.g_node.nix.Tag
Deletes a feature from the tag.
deleteGroup(String) - Method in class org.g_node.nix.Block
Deletes a Group from the block.
deleteGroup(Group) - Method in class org.g_node.nix.Block
Deletes a group from the block.
deleteMultiTag(String) - Method in class org.g_node.nix.Block
Deletes a multi tag from the block.
deleteMultiTag(MultiTag) - Method in class org.g_node.nix.Block
Deletes a multi tag from the block.
deleteProperty(String) - Method in class org.g_node.nix.Section
Delete the Property identified by its name or id.
deleteProperty(Property) - Method in class org.g_node.nix.Section
Deletes the Property from this section.
deleteSection(String) - Method in class org.g_node.nix.File
Deletes the Section that is specified with the id.
deleteSection(Section) - Method in class org.g_node.nix.File
Deletes the Section.
deleteSection(String) - Method in class org.g_node.nix.Section
Deletes a section from the section.
deleteSection(Section) - Method in class org.g_node.nix.Section
Deletes a subsection from this Section.
deleteSource(String) - Method in class org.g_node.nix.Block
Deletes a root source.
deleteSource(Source) - Method in class org.g_node.nix.Block
Deletes a root source.
deleteSource(String) - Method in class org.g_node.nix.Source
Delete a root source and all its child sources from the source.
deleteSource(Source) - Method in class org.g_node.nix.Source
Delete a root source and all its child sources from the source.
deleteTag(String) - Method in class org.g_node.nix.Block
Deletes a tag from the block.
deleteTag(Tag) - Method in class org.g_node.nix.Block
Deletes a tag from the block.
deleteValues() - Method in class org.g_node.nix.Property
Deletes all values from the property.
Dimension<T extends Dimension> - Class in org.g_node.nix
Dimension Instances of the Dimension subclasses are used to define the different dimensions of data in a DataArray.
Dimension() - Constructor for class org.g_node.nix.Dimension
Constructor that creates an uninitialized Dimension.
DimensionType - Class in org.g_node.nix
DimensionType Constants for types of Dimensions.
DimensionType() - Constructor for class org.g_node.nix.DimensionType
 
DimensionVector(List<Dimension>) - Constructor for class org.g_node.nix.internal.VectorUtils.DimensionVector
Set dimensions.
Double - Static variable in class org.g_node.nix.DataType
 

E

Entity - Class in org.g_node.nix.base
Entity An abstract class that declares a basic features of most entities.
Entity() - Constructor for class org.g_node.nix.base.Entity
 
EntityWithMetadata - Class in org.g_node.nix.base
EntityWithMetadata An abstract class for entities that can be associated with additional metadata.
EntityWithMetadata() - Constructor for class org.g_node.nix.base.EntityWithMetadata
 
EntityWithSources - Class in org.g_node.nix.base
EntityWithSources An abstract class for entities that can be associated with sources.
EntityWithSources() - Constructor for class org.g_node.nix.base.EntityWithSources
 
equals(Object) - Method in class org.g_node.nix.base.Entity
 
equals(Object) - Method in class org.g_node.nix.NDSize
 
equals(Object) - Method in class org.g_node.nix.valid.Message
 

F

Feature - Class in org.g_node.nix
Feature Feature entities are used to attach further data to a Tag or MultiTag A Feature entity contains a link to an existing DataArray containing additional data that belongs to the respective tag.
Feature() - Constructor for class org.g_node.nix.Feature
Constructor that creates an uninitialized Feature.
FeatureVector(List<Feature>) - Constructor for class org.g_node.nix.internal.VectorUtils.FeatureVector
Set features.
File - Class in org.g_node.nix
File A File represents a specific data source of a NIX back-end for example an NIX HDF5 file.
File() - Constructor for class org.g_node.nix.File
Constructor that creates an uninitialized File.
FileMode - Class in org.g_node.nix
FileMode Constants for file modes.
FileMode() - Constructor for class org.g_node.nix.FileMode
 
fill(long) - Method in class org.g_node.nix.NDSize
Fill dimensions with a value.
findRelated(Predicate<Section>) - Method in class org.g_node.nix.Section
Find all related sections of the section.
findRelated() - Method in class org.g_node.nix.Section
Find all related sections of the section.
findSections(Predicate<Section>, int) - Method in class org.g_node.nix.File
Get all sections in this file recursively.
findSections(int) - Method in class org.g_node.nix.File
Get all sections in this file recursively.
findSections(Predicate<Section>, int) - Method in class org.g_node.nix.Section
Get all descendant sections of the section recursively.
findSections(Predicate<Section>) - Method in class org.g_node.nix.Section
Get all descendant sections of the section recursively.
findSections(int) - Method in class org.g_node.nix.Section
Get all descendant sections of the section recursively.
findSections() - Method in class org.g_node.nix.Section
Get all descendant sections of the section recursively.
findSources(Predicate<Source>, int) - Method in class org.g_node.nix.Block
Get all sources in this block recursively.
findSources(Predicate<Source>) - Method in class org.g_node.nix.Block
Get all sources in this block recursively.
findSources(int) - Method in class org.g_node.nix.Block
Get all sources in this block recursively.
findSources() - Method in class org.g_node.nix.Block
Get all sources in this block recursively.
findSources(Predicate<Source>, int) - Method in class org.g_node.nix.Source
Get all descendant sources of the source recursively.
findSources(Predicate<Source>) - Method in class org.g_node.nix.Source
Get all descendant sources of the source recursively.
findSources(int) - Method in class org.g_node.nix.Source
Get all descendant sources of the source recursively.
findSources() - Method in class org.g_node.nix.Source
Get all descendant sources of the source recursively.
Float - Static variable in class org.g_node.nix.DataType
 
forceCreatedAt(Date) - Method in class org.g_node.nix.base.Entity
Sets the creation time to the provided value even if the field is already set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Block
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.DataArray
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Feature
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.File
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Group
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.MultiTag
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Property
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Section
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Source
Sets the creation date to the provided value even if the attribute is set.
forceCreatedAt(Date) - Method in class org.g_node.nix.Tag
Sets the creation date to the provided value even if the attribute is set.
forceUpdatedAt() - Method in class org.g_node.nix.base.Entity
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Block
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.DataArray
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Feature
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.File
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Group
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.MultiTag
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Property
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Section
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Source
Sets the time of the last update to the current time.
forceUpdatedAt() - Method in class org.g_node.nix.Tag
Sets the time of the last update to the current time.

G

get(long) - Method in interface org.g_node.nix.internal.ListBuilder.Getter
 
getAxis(long, long) - Method in class org.g_node.nix.RangeDimension
Returns a list containing a number of ticks.
getAxis(long) - Method in class org.g_node.nix.RangeDimension
Returns a list containing a number of ticks.
getAxis(long, long) - Method in class org.g_node.nix.SampledDimension
Returns a list containing the positions defined by this dimension.
getAxis(long) - Method in class org.g_node.nix.SampledDimension
Returns a list containing the positions defined by this dimension with the start index set to 0.
getBlock(String) - Method in class org.g_node.nix.File
Read an existing block from the file.
getBlock(long) - Method in class org.g_node.nix.File
Read an existing with block from the file, addressed by index.
getBlockCount() - Method in class org.g_node.nix.File
Get the number of blocks in in the file.
getBlocks() - Method in class org.g_node.nix.File
Get all blocks within this file.
getBlocks(Predicate<Block>) - Method in class org.g_node.nix.File
Get all blocks within this file.
getBlocks() - Method in class org.g_node.nix.internal.VectorUtils.BlockVector
Get blocks.
getBoolean() - Method in class org.g_node.nix.Value
Getter for boolean value.
getCreatedAt() - Method in class org.g_node.nix.base.Entity
Gets the creation time.
getCreatedAt() - Method in class org.g_node.nix.Block
Get the creation date of the block.
getCreatedAt() - Method in class org.g_node.nix.DataArray
Get the creation date of the data array.
getCreatedAt() - Method in class org.g_node.nix.Feature
Get the creation date of the feature.
getCreatedAt() - Method in class org.g_node.nix.File
Get the creation date of the file.
getCreatedAt() - Method in class org.g_node.nix.Group
Get the creation date of the group.
getCreatedAt() - Method in class org.g_node.nix.MultiTag
Get the creation date of the multitag.
getCreatedAt() - Method in class org.g_node.nix.Property
Get the creation date of the property.
getCreatedAt() - Method in class org.g_node.nix.Section
Get the creation date of the section.
getCreatedAt() - Method in class org.g_node.nix.Source
Get the creation date of the source.
getCreatedAt() - Method in class org.g_node.nix.Tag
Get the creation date of the tag.
getData(byte[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData(short[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData(int[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData(long[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData(float[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData(double[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Get stored data.
getData() - Method in class org.g_node.nix.Feature
Gets the data array associated with this feature.
getData() - Method in class org.g_node.nix.NDSize
Get dimensions.
getDataArray(String) - Method in class org.g_node.nix.Block
Retrieves a specific data array from the block by name or id.
getDataArray(long) - Method in class org.g_node.nix.Block
Retrieves a data array by index.
getDataArray(String) - Method in class org.g_node.nix.Group
Retrieves a specific data array from the group by name or id.
getDataArray(long) - Method in class org.g_node.nix.Group
Retrieves a data array by index.
getDataArrayCount() - Method in class org.g_node.nix.Block
Returns the number of all data arrays of the block.
getDataArrayCount() - Method in class org.g_node.nix.Group
Returns the number of all data arrays of the block.
getDataArrays() - Method in class org.g_node.nix.Block
Get data arrays within this block.
getDataArrays(Predicate<DataArray>) - Method in class org.g_node.nix.Block
Get data arrays within this block.
getDataArrays() - Method in class org.g_node.nix.Group
Get data arrays within this group.
getDataArrays(Predicate<DataArray>) - Method in class org.g_node.nix.Group
Get data arrays within this group.
getDataArrays() - Method in class org.g_node.nix.internal.VectorUtils.DataArrayVector
Get data arrays.
getDataExtent() - Method in class org.g_node.nix.DataArray
Get the extent of the data of the DataArray entity.
getDataExtent() - Method in class org.g_node.nix.DataView
Data extent.
getDataType() - Method in class org.g_node.nix.DataArray
Get the data type of the data stored in the DataArray entity.
getDataType() - Method in class org.g_node.nix.DataView
Get type of data.
getDataType() - Method in class org.g_node.nix.Property
Returns the data type of the stored Values.
getDefinition() - Method in class org.g_node.nix.base.NamedEntity
Getter for the definition of the entity.
getDefinition() - Method in class org.g_node.nix.Block
Getter for the definition of the block.
getDefinition() - Method in class org.g_node.nix.DataArray
Getter for the definition of the data array.
getDefinition() - Method in class org.g_node.nix.Group
Getter for the definition of the group.
getDefinition() - Method in class org.g_node.nix.MultiTag
Getter for the definition of the multitag.
getDefinition() - Method in class org.g_node.nix.Property
Getter for the definition of the property.
getDefinition() - Method in class org.g_node.nix.Section
Getter for the definition of the section.
getDefinition() - Method in class org.g_node.nix.Source
Getter for the definition of the source.
getDefinition() - Method in class org.g_node.nix.Tag
Getter for the definition of the tag.
getDimension(long) - Method in class org.g_node.nix.DataArray
Returns the Dimension object for the specified dimension of the data.
getDimensionCount() - Method in class org.g_node.nix.DataArray
Returns the number of dimensions stored in the DataArray.
getDimensions() - Method in class org.g_node.nix.DataArray
Get all dimensions associated with this data array.
getDimensions(Predicate<Dimension>) - Method in class org.g_node.nix.DataArray
Get all dimensions associated with this data array.
getDimensions() - Method in class org.g_node.nix.internal.VectorUtils.DimensionVector
Get dimensions.
getDimensionType() - Method in class org.g_node.nix.Dimension
The type of the dimension.
getDimensionType() - Method in class org.g_node.nix.RangeDimension
The type of the dimension.
getDimensionType() - Method in class org.g_node.nix.SampledDimension
The type of the dimension.
getDimensionType() - Method in class org.g_node.nix.SetDimension
The type of the dimension.
getDouble() - Method in class org.g_node.nix.internal.OptionalUtils.OptionalDouble
Get double from the optional.
getDouble() - Method in class org.g_node.nix.Value
Getter for double value.
getElementsProduct() - Method in class org.g_node.nix.NDSize
Get product of elements.
getErrors() - Method in class org.g_node.nix.valid.Result
Returns the errors list.
getExpansionOrigin() - Method in class org.g_node.nix.DataArray
Returns the expansion origin of the calibration polynom.
getExtent() - Method in class org.g_node.nix.Tag
Gets the extent of a tag.
getExtents() - Method in class org.g_node.nix.MultiTag
Getter for the extents of a tag.
getFeature(String) - Method in class org.g_node.nix.MultiTag
Retrieves a specific feature from the tag.
getFeature(long) - Method in class org.g_node.nix.MultiTag
Retrieves a specific feature from the tag.
getFeature(String) - Method in class org.g_node.nix.Tag
Retrieves a specific feature from the tag.
getFeature(long) - Method in class org.g_node.nix.Tag
Retrieves a specific feature from the tag.
getFeatureCount() - Method in class org.g_node.nix.MultiTag
Returns the number of features in this block.
getFeatureCount() - Method in class org.g_node.nix.Tag
Gets the number of features in this block.
getFeatures() - Method in class org.g_node.nix.internal.VectorUtils.FeatureVector
Get features.
getFeatures() - Method in class org.g_node.nix.MultiTag
Get all Feature entities contained in the tag.
getFeatures(Predicate<Feature>) - Method in class org.g_node.nix.MultiTag
Get all Features of this tag.
getFeatures() - Method in class org.g_node.nix.Tag
Get all Features of this tag.
getFeatures(Predicate<Feature>) - Method in class org.g_node.nix.Tag
Get all Features of this tag.
getFormat() - Method in class org.g_node.nix.File
Read the format hint from the file.
getGroup(String) - Method in class org.g_node.nix.Block
Retrieves a specific group from the block by its name or id.
getGroup(long) - Method in class org.g_node.nix.Block
Retrieves a specific group by index.
getGroupCount() - Method in class org.g_node.nix.Block
Returns the number of groups associated with this block.
getGroups() - Method in class org.g_node.nix.Block
List all groups within this block.
getGroups(Predicate<Group>) - Method in class org.g_node.nix.Block
List all groups within this block.
getId() - Method in class org.g_node.nix.base.Entity
Getter for the id of the entity.
getId() - Method in class org.g_node.nix.Block
Get id of the block
getId() - Method in class org.g_node.nix.DataArray
Get id of the data array.
getId() - Method in class org.g_node.nix.Feature
Get id of the feature.
getId() - Method in class org.g_node.nix.Group
Get id of the group.
getId() - Method in class org.g_node.nix.MultiTag
Get id of the multitag
getId() - Method in class org.g_node.nix.Property
Get id of the property.
getId() - Method in class org.g_node.nix.Section
Get id of the section.
getId() - Method in class org.g_node.nix.Source
Get id of the source.
getId() - Method in class org.g_node.nix.Tag
Get id of the tag.
getId() - Method in class org.g_node.nix.valid.Message
Get id of message.
getIndex() - Method in class org.g_node.nix.Dimension
The actual dimension that is described by the dimension descriptor.
getIndex() - Method in class org.g_node.nix.RangeDimension
The actual dimension that is described by the dimension descriptor.
getIndex() - Method in class org.g_node.nix.SampledDimension
The actual dimension that is described by the dimension descriptor.
getIndex() - Method in class org.g_node.nix.SetDimension
The actual dimension that is described by the dimension descriptor.
getIndexOf(double) - Method in class org.g_node.nix.RangeDimension
Returns the index of the given position.
getIndexOf(double) - Method in class org.g_node.nix.SampledDimension
Returns the index of the given position.
getInheritedProperties() - Method in class org.g_node.nix.Section
Returns all Properties inherited from a linked section.
getInt() - Method in class org.g_node.nix.Value
Getter for integer value.
getLabel() - Method in class org.g_node.nix.DataArray
Get the label for the values stored in the DataArray.
getLabel() - Method in class org.g_node.nix.RangeDimension
Getter for the label of the dimension.
getLabel() - Method in class org.g_node.nix.SampledDimension
Getter for the label of the dimension.
getLabels() - Method in class org.g_node.nix.SetDimension
Get the labels of the range dimension.
getLink() - Method in class org.g_node.nix.Section
Get the linked section.
getLinkType() - Method in class org.g_node.nix.Feature
Getter for the link type.
getLocation() - Method in class org.g_node.nix.File
Return the location / uri.
getLong() - Method in class org.g_node.nix.Value
Getter for long integer value.
getMapping() - Method in class org.g_node.nix.Property
Retrieve Getter for the mapping information stored in this Property.
getMapping() - Method in class org.g_node.nix.Section
Gets the mapping information.
getMessages() - Method in class org.g_node.nix.internal.VectorUtils.MessageVector
Get messages.
getMetadata() - Method in class org.g_node.nix.base.EntityWithMetadata
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.Block
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.DataArray
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.Group
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.MultiTag
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.Source
Get metadata associated with this entity.
getMetadata() - Method in class org.g_node.nix.Tag
Get metadata associated with this entity.
getMsg() - Method in class org.g_node.nix.valid.Message
Get text of message.
getMultiTag(String) - Method in class org.g_node.nix.Block
Retrieves a specific multi tag from the block by its id.
getMultiTag(long) - Method in class org.g_node.nix.Block
Retrieves a specific multi tag by index.
getMultiTag(String) - Method in class org.g_node.nix.Group
Retrieves a specific tag from the group by its id.
getMultiTag(long) - Method in class org.g_node.nix.Group
Retrieves a specific tag by index.
getMultiTagCount() - Method in class org.g_node.nix.Block
Returns the number of multi tags associated with this block.
getMultiTagCount() - Method in class org.g_node.nix.Group
Returns the number of tags within this group.
getMultiTags() - Method in class org.g_node.nix.Block
Get multi tags within this block.
getMultiTags(Predicate<MultiTag>) - Method in class org.g_node.nix.Block
Get multi tags within this block.
getMultiTags() - Method in class org.g_node.nix.Group
Gets all MultiTags within this group.
getMultiTags(Predicate<MultiTag>) - Method in class org.g_node.nix.Group
Get tags within this block.
getMultiTags() - Method in class org.g_node.nix.internal.VectorUtils.MultiTagVector
Get multi tags.
getName() - Method in class org.g_node.nix.base.NamedEntity
Getter for the name of the entity.
getName() - Method in class org.g_node.nix.Block
Getter for the name of the block.
getName() - Method in class org.g_node.nix.DataArray
Getter for the name of the data array.
getName() - Method in class org.g_node.nix.Group
Getter for the name of the group.
getName() - Method in class org.g_node.nix.MultiTag
Getter for the name of the multitag.
getName() - Method in class org.g_node.nix.Property
Getter for the name of the property.
getName() - Method in class org.g_node.nix.Section
Getter for the name of the section.
getName() - Method in class org.g_node.nix.Source
Getter for the name of the source.
getName() - Method in class org.g_node.nix.Tag
Getter for the name of the tag.
getOffset() - Method in class org.g_node.nix.SampledDimension
Gets the offset of the dimension.
getOffsetAndCount(Tag, DataArray, NDSize, NDSize) - Static method in class org.g_node.nix.util.DataAccess
Returns the offsets and element counts associated with position and extent of a Tag and the referenced DataArray.
getOffsetAndCount(MultiTag, DataArray, long, NDSize, NDSize) - Static method in class org.g_node.nix.util.DataAccess
Returns the offsets and element counts associated with position and extent of a Tag and the referenced DataArray.
getParent() - Method in class org.g_node.nix.Section
Returns the parent section.
getPolynomCoefficients() - Method in class org.g_node.nix.DataArray
Returns the polynom coefficients.
getPosition() - Method in class org.g_node.nix.Tag
Gets the position of a tag.
getPositionAt(long) - Method in class org.g_node.nix.SampledDimension
Returns the position of this dimension at a given index.
getPositions() - Method in class org.g_node.nix.MultiTag
Getter for the positions of a tag.
getProperties() - Method in class org.g_node.nix.internal.VectorUtils.PropertyVector
Get properties.
getProperties() - Method in class org.g_node.nix.Section
Get all properties of the section.
getProperty(String) - Method in class org.g_node.nix.Section
Gets the Property identified by its name or id.
getProperty(long) - Method in class org.g_node.nix.Section
Gets the property defined by its index.
getPropertyCount() - Method in class org.g_node.nix.Section
Gets the number of properties of this section.
getReference(String) - Method in class org.g_node.nix.MultiTag
Get a referenced DataArray by its name or id.
getReference(long) - Method in class org.g_node.nix.MultiTag
Get a referenced DataArray by its index.
getReference(String) - Method in class org.g_node.nix.Tag
Gets a specific referenced DataArray from the tag.
getReference(long) - Method in class org.g_node.nix.Tag
Gets a referenced DataArray by its index.
getReferenceCount() - Method in class org.g_node.nix.MultiTag
Get the number of DataArray entities that are referenced by the tag.
getReferenceCount() - Method in class org.g_node.nix.Tag
Gets the number of referenced DataArray entities of the tag.
getReferences() - Method in class org.g_node.nix.MultiTag
Get all referenced data arrays associated with the tag.
getReferences(Predicate<DataArray>) - Method in class org.g_node.nix.MultiTag
Get referenced data arrays associated with this tag.
getReferences() - Method in class org.g_node.nix.Tag
Get all referenced data arrays associated with this tag.
getReferences(Predicate<DataArray>) - Method in class org.g_node.nix.Tag
Get referenced data arrays associated with this tag.
getRepository() - Method in class org.g_node.nix.Section
Gets the repository URL.
getSamplingInterval() - Method in class org.g_node.nix.SampledDimension
Gets the sampling interval of the dimension.
getSection(String) - Method in class org.g_node.nix.File
Get a root section with the given name/id.
getSection(long) - Method in class org.g_node.nix.File
Get root section with a given index/position.
getSection(String) - Method in class org.g_node.nix.Section
Get a specific child section by its name or id.
getSection(long) - Method in class org.g_node.nix.Section
Get a child section by its index.
getSectionCount() - Method in class org.g_node.nix.File
Returns the number of root sections stored in the File.
getSectionCount() - Method in class org.g_node.nix.Section
Get the number of child section of the section.
getSections() - Method in class org.g_node.nix.File
Get all root sections within this file.
getSections(Predicate<Section>) - Method in class org.g_node.nix.File
Get all root sections within this file.
getSections() - Method in class org.g_node.nix.internal.VectorUtils.SectionVector
Get sections.
getSections() - Method in class org.g_node.nix.Section
Get all direct child sections of the section.
getSections(Predicate<Section>) - Method in class org.g_node.nix.Section
Get all direct child sections of the section.
getSIScaling(String, String) - Static method in class org.g_node.nix.util.Util
Get the scaling between two SI units that are identified by the two strings.
getSize() - Method in class org.g_node.nix.NDSize
Get rank.
getSource(String) - Method in class org.g_node.nix.base.EntityWithSources
Returns an associated source identified by its id.
getSource(long) - Method in class org.g_node.nix.base.EntityWithSources
Retrieves an associated source identified by its index.
getSource(String) - Method in class org.g_node.nix.Block
Retrieves a specific root source by its id.
getSource(long) - Method in class org.g_node.nix.Block
Retrieves a specific root source by index.
getSource(String) - Method in class org.g_node.nix.DataArray
Returns an associated source identified by its id.
getSource(long) - Method in class org.g_node.nix.DataArray
Retrieves an associated source identified by its index.
getSource(String) - Method in class org.g_node.nix.Group
Returns an associated source identified by its id.
getSource(long) - Method in class org.g_node.nix.Group
Retrieves an associated source identified by its index.
getSource(String) - Method in class org.g_node.nix.MultiTag
Returns an associated source identified by its id.
getSource(long) - Method in class org.g_node.nix.MultiTag
Retrieves an associated source identified by its index.
getSource(String) - Method in class org.g_node.nix.Source
Retrieves a specific child source that is a direct descendant.
getSource(long) - Method in class org.g_node.nix.Source
Retrieves a specific source by index.
getSource(String) - Method in class org.g_node.nix.Tag
Returns an associated source identified by its id.
getSource(long) - Method in class org.g_node.nix.Tag
Retrieves an associated source identified by its index.
getSourceCount() - Method in class org.g_node.nix.base.EntityWithSources
Get the number of sources associated with this entity.
getSourceCount() - Method in class org.g_node.nix.Block
Returns the number of root sources in this block.
getSourceCount() - Method in class org.g_node.nix.DataArray
Get the number of sources associated with this entity.
getSourceCount() - Method in class org.g_node.nix.Group
Get the number of sources associated with this entity.
getSourceCount() - Method in class org.g_node.nix.MultiTag
Get the number of sources associated with this entity.
getSourceCount() - Method in class org.g_node.nix.Source
Returns the number of sources that are direct descendants of this source.
getSourceCount() - Method in class org.g_node.nix.Tag
Get the number of sources associated with this entity.
getSources() - Method in class org.g_node.nix.base.EntityWithSources
Get all sources associated with this entity.
getSources() - Method in class org.g_node.nix.Block
Get all root sources associated with this block.
getSources(Predicate<Source>) - Method in class org.g_node.nix.Block
Get all root sources associated with this block.
getSources() - Method in class org.g_node.nix.DataArray
Get all sources associated with this entity.
getSources() - Method in class org.g_node.nix.Group
Get all sources associated with this entity.
getSources(Predicate<Source>) - Method in class org.g_node.nix.Group
Get all sources associated with this entity.
getSources() - Method in class org.g_node.nix.internal.VectorUtils.SourceVector
Get source.
getSources() - Method in class org.g_node.nix.MultiTag
Get all sources associated with this entity.
getSources() - Method in class org.g_node.nix.Source
Get all direct child sources associated with this source.
getSources(Predicate<Source>) - Method in class org.g_node.nix.Source
Get all direct child sources associated with this source.
getSources() - Method in class org.g_node.nix.Tag
Get all sources associated with this entity.
getString() - Method in class org.g_node.nix.internal.OptionalUtils.OptionalString
Get string from the optional.
getString() - Method in class org.g_node.nix.Value
Getter for string value.
getStrings() - Method in class org.g_node.nix.internal.VectorUtils.StringVector
Get Strings.
getTag(String) - Method in class org.g_node.nix.Block
Retrieves a specific tag from the block by its id.
getTag(long) - Method in class org.g_node.nix.Block
Retrieves a specific tag by index.
getTag(String) - Method in class org.g_node.nix.Group
Retrieves a specific tag from the group by its id.
getTag(long) - Method in class org.g_node.nix.Group
Retrieves a specific tag by index.
getTagCount() - Method in class org.g_node.nix.Block
Returns the number of tags within this block.
getTagCount() - Method in class org.g_node.nix.Group
Returns the number of tags within this group.
getTags() - Method in class org.g_node.nix.Block
Get tags within this block.
getTags(Predicate<Tag>) - Method in class org.g_node.nix.Block
Get tags within this block.
getTags() - Method in class org.g_node.nix.Group
Gets all Tags within this group.
getTags(Predicate<Tag>) - Method in class org.g_node.nix.Group
Get tags within this block.
getTags() - Method in class org.g_node.nix.internal.VectorUtils.TagVector
Get tags.
getTickAt(long) - Method in class org.g_node.nix.RangeDimension
Returns the entry of the range dimension at a given index.
getTicks() - Method in class org.g_node.nix.RangeDimension
Get the ticks of the dimension.
getType() - Method in class org.g_node.nix.base.NamedEntity
Getter for the type of the entity.
getType() - Method in class org.g_node.nix.Block
Getter for the type of the block.
getType() - Method in class org.g_node.nix.DataArray
Getter for the type of the data array
getType() - Method in class org.g_node.nix.Group
Getter for the type of the group.
getType() - Method in class org.g_node.nix.MultiTag
Getter for the type of the multitag.
getType() - Method in class org.g_node.nix.Section
Getter for the type of the section.
getType() - Method in class org.g_node.nix.Source
Getter for the type of the source.
getType() - Method in class org.g_node.nix.Tag
Getter for the type of the tag.
getType() - Method in class org.g_node.nix.Value
Get type of data stored.
getUnit() - Method in class org.g_node.nix.DataArray
Get the unit of the data stored in this data array.
getUnit() - Method in class org.g_node.nix.Property
Returns the unit for all stored values.
getUnit() - Method in class org.g_node.nix.RangeDimension
Gets the unit of a dimension.
getUnit() - Method in class org.g_node.nix.SampledDimension
Gets the unit of a dimension.
getUnits() - Method in class org.g_node.nix.MultiTag
Gets for the units of the tag.
getUnits() - Method in class org.g_node.nix.Tag
Gets the units of the tag.
getUpdatedAt() - Method in class org.g_node.nix.base.Entity
Gets the time of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Block
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.DataArray
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Feature
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.File
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Group
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.MultiTag
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Property
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Section
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Source
Get the date of the last update.
getUpdatedAt() - Method in class org.g_node.nix.Tag
Get the date of the last update.
getValueCount() - Method in class org.g_node.nix.Property
Get the number of values of the property.
getValues() - Method in class org.g_node.nix.internal.VectorUtils.ValueVector
Get values.
getValues() - Method in class org.g_node.nix.Property
Get all values of the property.
getVersion() - Method in class org.g_node.nix.File
Read the NIX format version from the file.
getWarnings() - Method in class org.g_node.nix.valid.Result
Returns the warnings list.
Group - Class in org.g_node.nix
An additional grouping element within Block.
Group() - Constructor for class org.g_node.nix.Group
 

H

hasBlock(String) - Method in class org.g_node.nix.File
Check if a block exists in the file.
hasBlock(Block) - Method in class org.g_node.nix.File
Check if a block exists in the file.
hasDataArray(String) - Method in class org.g_node.nix.Block
Checks if a specific data array exists in this block.
hasDataArray(DataArray) - Method in class org.g_node.nix.Block
Checks if a specific data array exists in this block.
hasDataArray(String) - Method in class org.g_node.nix.Group
Checks if a specific data array exists in this group.
hasDataArray(DataArray) - Method in class org.g_node.nix.Group
Checks if a specific data array exists in this group.
hasErrors() - Method in class org.g_node.nix.valid.Result
Returns true if no error msgs added at all Returns false if no errors have been added, thus list is empty.
hasFeature(String) - Method in class org.g_node.nix.MultiTag
Checks if a specific feature exists on the tag.
hasFeature(Feature) - Method in class org.g_node.nix.MultiTag
Checks if a specific feature exists on the tag.
hasFeature(String) - Method in class org.g_node.nix.Tag
Checks if a specific feature exists on the tag.
hasFeature(Feature) - Method in class org.g_node.nix.Tag
Checks if a specific feature exists on the tag.
hasGroup(String) - Method in class org.g_node.nix.Block
Checks if a specific group exists in the block.
hasGroup(Group) - Method in class org.g_node.nix.Block
Checks if a specific group exists in the block.
hashCode() - Method in class org.g_node.nix.base.Entity
 
hasMultiTag(String) - Method in class org.g_node.nix.Block
Checks if a specific multi tag exists in the block.
hasMultiTag(MultiTag) - Method in class org.g_node.nix.Block
Checks if a specific multi tag exists in the block.
hasMultiTag(String) - Method in class org.g_node.nix.Group
Checks if a specific tag exists in the group.
hasMultiTag(MultiTag) - Method in class org.g_node.nix.Group
Checks if a specific tag exists in the group.
hasPositions() - Method in class org.g_node.nix.MultiTag
Determine whether this DataArray contains positions.
hasProperty(String) - Method in class org.g_node.nix.Section
Checks if a Property with this name/id exists in this Section.
hasProperty(Property) - Method in class org.g_node.nix.Section
Checks if a Property exists in this Section.
hasReference(DataArray) - Method in class org.g_node.nix.MultiTag
Checks if the specified DataArray is referenced by the tag.
hasReference(String) - Method in class org.g_node.nix.MultiTag
Checks if the specified DataArray is referenced in this tag.
hasReference(String) - Method in class org.g_node.nix.Tag
Checks whether a DataArray is referenced by the tag.
hasReference(DataArray) - Method in class org.g_node.nix.Tag
Checks whether a DataArray is referenced by the tag.
hasSection(String) - Method in class org.g_node.nix.File
Check if a specific root section exists in the file.
hasSection(Section) - Method in class org.g_node.nix.File
Check if a specific root section exists in the file.
hasSection(String) - Method in class org.g_node.nix.Section
Checks whether a section has a certain child section.
hasSection(Section) - Method in class org.g_node.nix.Section
Checks whether a section has a certain child section.
hasSource(String) - Method in class org.g_node.nix.base.EntityWithSources
Checks if a specific source is associated with this entity.
hasSource(Source) - Method in class org.g_node.nix.base.EntityWithSources
Checks if a specific source is associated with this entity.
hasSource(String) - Method in class org.g_node.nix.Block
Checks if this block has a specific root source.
hasSource(Source) - Method in class org.g_node.nix.Block
Checks if this block has a specific root source.
hasSource(String) - Method in class org.g_node.nix.DataArray
Checks if a specific source is associated with this entity.
hasSource(Source) - Method in class org.g_node.nix.DataArray
Checks if a specific source is associated with this entity.
hasSource(String) - Method in class org.g_node.nix.Group
Checks if a specific source is associated with this entity.
hasSource(Source) - Method in class org.g_node.nix.Group
Checks if a specific source is associated with this entity.
hasSource(String) - Method in class org.g_node.nix.MultiTag
Checks if a specific source is associated with this entity.
hasSource(Source) - Method in class org.g_node.nix.MultiTag
Checks if a specific source is associated with this entity.
hasSource(String) - Method in class org.g_node.nix.Source
Checks if this source has a specific source as direct descendant.
hasSource(Source) - Method in class org.g_node.nix.Source
Checks if this source has a specific source as direct descendant.
hasSource(String) - Method in class org.g_node.nix.Tag
Checks if a specific source is associated with this entity.
hasSource(Source) - Method in class org.g_node.nix.Tag
Checks if a specific source is associated with this entity.
hasTag(String) - Method in class org.g_node.nix.Block
Checks if a specific tag exists in the block.
hasTag(Tag) - Method in class org.g_node.nix.Block
Checks if a specific tag exists in the block.
hasTag(String) - Method in class org.g_node.nix.Group
Checks if a specific tag exists in the group.
hasTag(Tag) - Method in class org.g_node.nix.Group
Checks if a specific tag exists in the group.
hasWarnings() - Method in class org.g_node.nix.valid.Result
Returns true if no warning msgs added at all Returns false if no warnings have been added, thus list is empty.
HDF5 - Static variable in class org.g_node.nix.internal.BuildLibs
hdf5 library
HDF5_7 - Static variable in class org.g_node.nix.internal.BuildLibs
libhdf5.so.7 shared library

I

ImplContainer - Class in org.g_node.nix.base
ImplContainer An abstract class for all entities.
ImplContainer() - Constructor for class org.g_node.nix.base.ImplContainer
 
Indexed - Static variable in class org.g_node.nix.LinkType
Link type - Indexed
Int16 - Static variable in class org.g_node.nix.DataType
 
Int32 - Static variable in class org.g_node.nix.DataType
 
Int64 - Static variable in class org.g_node.nix.DataType
 
Int8 - Static variable in class org.g_node.nix.DataType
 
isAlias() - Method in class org.g_node.nix.RangeDimension
Tells if the RangeDimension uses the contents of a linked DataArray for ticks, i.e. is an alias.
isAtomicSIUnit(String) - Static method in class org.g_node.nix.util.Util
Checks if the passed string represents a valid SI unit.
isCompoundSIUnit(String) - Static method in class org.g_node.nix.util.Util
Checks if the passed string is a valid combination of SI units.
isEmpty() - Method in class org.g_node.nix.NDSize
Check if empty.
isInitialized() - Method in class org.g_node.nix.base.ImplContainer
Checks if entity is initialized
isNone() - Method in class org.g_node.nix.base.ImplContainer
Check if entity is null
isNone() - Method in class org.g_node.nix.Block
 
isNone() - Method in class org.g_node.nix.DataArray
 
isNone() - Method in class org.g_node.nix.Dimension
 
isNone() - Method in class org.g_node.nix.Feature
 
isNone() - Method in class org.g_node.nix.File
 
isNone() - Method in class org.g_node.nix.Group
 
isNone() - Method in class org.g_node.nix.MultiTag
 
isNone() - Method in class org.g_node.nix.Property
 
isNone() - Method in class org.g_node.nix.RangeDimension
 
isNone() - Method in class org.g_node.nix.SampledDimension
 
isNone() - Method in class org.g_node.nix.Section
 
isNone() - Method in class org.g_node.nix.SetDimension
 
isNone() - Method in class org.g_node.nix.Source
 
isNone() - Method in class org.g_node.nix.Tag
 
isOK() - Method in class org.g_node.nix.valid.Result
Returns true if no msgs added at all Returns true if neither errors nor warnings have been added, thus both lists are empty.
isOpen() - Method in class org.g_node.nix.File
Check if the file is currently open.
isPresent() - Method in class org.g_node.nix.internal.OptionalUtils.OptionalDouble
To check if the data is present.
isPresent() - Method in class org.g_node.nix.internal.OptionalUtils.OptionalString
To check if the data is present.
isScalable(String, String) - Static method in class org.g_node.nix.util.Util
Returns whether or not two units represent scalable versions of the same SI unit.
isScalable(List<String>, List<String>) - Static method in class org.g_node.nix.util.Util
Returns whether or not in all cases the units at the same index in the two given unit vectors are scalable versions of the same SI unit.
isSetAtSamePos(List<String>, List<String>) - Static method in class org.g_node.nix.util.Util
Returns whether or not in all cases the strings at the same index in the two given string vectors are either both set or both not set (empty).
isSIUnit(String) - Static method in class org.g_node.nix.util.Util
Checks if the passed string represents a valid SI unit.

L

LinkType - Class in org.g_node.nix
LinkType Constants for link types.
LinkType() - Constructor for class org.g_node.nix.LinkType
 
linkTypeToString(int) - Static method in class org.g_node.nix.Feature
Convert LinkType to string.
ListBuilder - Class in org.g_node.nix.internal
Creates a list from a counter and a getter.
ListBuilder() - Constructor for class org.g_node.nix.internal.ListBuilder
 
ListBuilder.Counter - Interface in org.g_node.nix.internal
 
ListBuilder.Getter<T> - Interface in org.g_node.nix.internal
 

M

Message - Class in org.g_node.nix.valid
Message Message class with entity id and msg string Class with message text and id string to save a message and the entity id together, used by Result.
Message(String, String) - Constructor for class org.g_node.nix.valid.Message
Create new message.
MessageVector(List<Message>) - Constructor for class org.g_node.nix.internal.VectorUtils.MessageVector
Set messages.
MSVCP120 - Static variable in class org.g_node.nix.internal.BuildLibs
mscvp120.dll library
MSVCR120 - Static variable in class org.g_node.nix.internal.BuildLibs
mscvr120.dll library
MultiTag - Class in org.g_node.nix
MultiTag A tag class that can be used to tag multiple positions or regions in data.
MultiTag() - Constructor for class org.g_node.nix.MultiTag
Constructor that creates an uninitialized MultiTag.
MultiTagVector(List<MultiTag>) - Constructor for class org.g_node.nix.internal.VectorUtils.MultiTagVector
Set multi tags.

N

nameCheck(String) - Static method in class org.g_node.nix.util.Util
Check if the name is legit or needs the Util.nameSanitizer(String)
NamedEntity<T extends NamedEntity> - Class in org.g_node.nix.base
NamedEntity An abstract class for entities with a NamedEntity.getName(), NamedEntity.getType() and NamedEntity.getDefinition().
NamedEntity() - Constructor for class org.g_node.nix.base.NamedEntity
 
nameSanitizer(String) - Static method in class org.g_node.nix.util.Util
Replace forbidden chars in name string
NDSize - Class in org.g_node.nix
NDSize Used for setting extent and dimensions for data.
NDSize() - Constructor for class org.g_node.nix.NDSize
Constructor
NDSize(long) - Constructor for class org.g_node.nix.NDSize
Constructor
NDSize(long, long) - Constructor for class org.g_node.nix.NDSize
Constructor
NDSize(int[]) - Constructor for class org.g_node.nix.NDSize
Specify dimensions as array.
NIX - Static variable in class org.g_node.nix.internal.BuildLibs
nix library
NIX_1 - Static variable in class org.g_node.nix.internal.BuildLibs
libnix.so.1 shared library
None - Class in org.g_node.nix.internal
None Low level wrapper to NIX None.hpp .
None() - Constructor for class org.g_node.nix.internal.None
Constructor
Nothing - Static variable in class org.g_node.nix.DataType
 

O

Opaque - Static variable in class org.g_node.nix.DataType
 
open(String, int, String) - Static method in class org.g_node.nix.File
Opens a file.
open(String, int) - Static method in class org.g_node.nix.File
Opens a file with back-end implementation in hdf5.
open(String) - Static method in class org.g_node.nix.File
Opens a file in ReadWrite mode and with back-end implementation in hdf5.
OptionalDouble() - Constructor for class org.g_node.nix.internal.OptionalUtils.OptionalDouble
 
OptionalString() - Constructor for class org.g_node.nix.internal.OptionalUtils.OptionalString
 
OptionalUtils - Class in org.g_node.nix.internal
OptionalUtils Low level wrapper to Boost optionals.
OptionalUtils() - Constructor for class org.g_node.nix.internal.OptionalUtils
 
OptionalUtils.OptionalDouble - Class in org.g_node.nix.internal
OptionalDouble Low level boost::optional<double> wrapper
OptionalUtils.OptionalString - Class in org.g_node.nix.internal
OptionalString Low level boost::optional<string> wrapper
org.g_node.nix - package org.g_node.nix
 
org.g_node.nix.base - package org.g_node.nix.base
 
org.g_node.nix.internal - package org.g_node.nix.internal
 
org.g_node.nix.util - package org.g_node.nix.util
 
org.g_node.nix.valid - package org.g_node.nix.valid
 
Overwrite - Static variable in class org.g_node.nix.FileMode
Overwrite mode

P

positionAndExtentInData(DataArray, NDSize, NDSize) - Static method in class org.g_node.nix.util.DataAccess
Checks whether a given position plus count is in the extent of the given DataArray.
positionInData(DataArray, NDSize) - Static method in class org.g_node.nix.util.DataAccess
Checks whether a given position is in the extent of the given DataArray.
positionToIndex(double, String, SetDimension) - Static method in class org.g_node.nix.util.DataAccess
Converts a position given in a unit into an index according to the dimension descriptor.
positionToIndex(double, String, SampledDimension) - Static method in class org.g_node.nix.util.DataAccess
Converts a position given in a unit into an index according to the dimension descriptor.
positionToIndex(double, String, RangeDimension) - Static method in class org.g_node.nix.util.DataAccess
Converts a position given in a unit into an index according to the dimension descriptor.
Property - Class in org.g_node.nix
Property Class representing an odML property entity.
Property() - Constructor for class org.g_node.nix.Property
Constructor that creates an uninitialized Property.
PropertyVector(List<Property>) - Constructor for class org.g_node.nix.internal.VectorUtils.PropertyVector
Set properties.

R

Range - Static variable in class org.g_node.nix.DimensionType
Range dimension
RangeDimension<T extends RangeDimension> - Class in org.g_node.nix
RangeDimension Dimension descriptor for a dimension that is irregularly sampled.
RangeDimension() - Constructor for class org.g_node.nix.RangeDimension
Constructor that creates an uninitialized RangeDimension.
ReadOnly - Static variable in class org.g_node.nix.FileMode
Read only mode
ReadWrite - Static variable in class org.g_node.nix.FileMode
Read, Write mode
removeDataArray(String) - Method in class org.g_node.nix.Group
Remove a DataArray from the list of referenced data of the group.
removeDataArray(DataArray) - Method in class org.g_node.nix.Group
Remove a DataArray from the list of referenced data of the group.
removeExtents() - Method in class org.g_node.nix.MultiTag
Deleter for the reference to the extents DataArray.
removeLink() - Method in class org.g_node.nix.Section
Deleter for the linked section.
removeMetadata() - Method in class org.g_node.nix.base.EntityWithMetadata
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.Block
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.DataArray
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.Group
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.MultiTag
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.Source
Removes metadata associated with the entity.
removeMetadata() - Method in class org.g_node.nix.Tag
Removes metadata associated with the entity.
removeMultiTag(String) - Method in class org.g_node.nix.Group
Remove a MultiTag from the list of referenced tags of the group.
removeMultiTag(MultiTag) - Method in class org.g_node.nix.Group
Remove a MultiTag from the list of referenced data of the group.
removeReference(String) - Method in class org.g_node.nix.MultiTag
Remove a DataArray from the list of referenced data.
removeReference(DataArray) - Method in class org.g_node.nix.MultiTag
Remove a DataArray from the list of referenced data.
removeReference(DataArray) - Method in class org.g_node.nix.Tag
Remove a DataArray from the list of referenced data of the tag.
removeReference(String) - Method in class org.g_node.nix.Tag
Remove a DataArray from the list of referenced data of the tag.
removeSource(String) - Method in class org.g_node.nix.base.EntityWithSources
Remove a source from the list of associated sources.
removeSource(Source) - Method in class org.g_node.nix.base.EntityWithSources
Remove a source from the list of associated sources.
removeSource(String) - Method in class org.g_node.nix.DataArray
Remove a source from the list of associated sources.
removeSource(Source) - Method in class org.g_node.nix.DataArray
Remove a source from the list of associated sources.
removeSource(String) - Method in class org.g_node.nix.Group
Remove a source from the list of associated sources.
removeSource(Source) - Method in class org.g_node.nix.Group
Remove a source from the list of associated sources.
removeSource(String) - Method in class org.g_node.nix.MultiTag
Remove a source from the list of associated sources.
removeSource(Source) - Method in class org.g_node.nix.MultiTag
Remove a source from the list of associated sources.
removeSource(String) - Method in class org.g_node.nix.Tag
Remove a source from the list of associated sources.
removeSource(Source) - Method in class org.g_node.nix.Tag
Remove a source from the list of associated sources.
removeTag(String) - Method in class org.g_node.nix.Group
Remove a Tag from the list of referenced tags of the group.
removeTag(Tag) - Method in class org.g_node.nix.Group
Remove a Tag from the list of referenced data of the group.
Result - Class in org.g_node.nix.valid
Result Class used to store error and warning messages.
Result() - Constructor for class org.g_node.nix.valid.Result
Constructor
Result(List<Message>, List<Message>) - Constructor for class org.g_node.nix.valid.Result
Standard constructor.
Result(Message, Message) - Constructor for class org.g_node.nix.valid.Result
Standard constructor.
retrieveData(long, long) - Method in class org.g_node.nix.MultiTag
Retrieves the data slice tagged by a certain position and extent of a certain reference.
retrieveData(long) - Method in class org.g_node.nix.Tag
Returns the data associated with a certain reference.
retrieveData(MultiTag, long, long) - Static method in class org.g_node.nix.util.DataAccess
Retrieve the data referenced by the given position and extent of the MultiTag.
retrieveData(Tag, long) - Static method in class org.g_node.nix.util.DataAccess
Retrieve the data referenced by the given position and extent of the Tag.
retrieveFeatureData(long, long) - Method in class org.g_node.nix.MultiTag
Retrieves the data stored in a feature related to a certain position of this tag.
retrieveFeatureData(long) - Method in class org.g_node.nix.Tag
Returns the data stored in the selected Feature.
retrieveFeatureData(Tag, long) - Static method in class org.g_node.nix.util.DataAccess
Retruns the feature data associated with a Tag.
retrieveFeatureData(Tag) - Static method in class org.g_node.nix.util.DataAccess
Retruns the feature data associated with a Tag.
retrieveFeatureData(MultiTag, long, long) - Static method in class org.g_node.nix.util.DataAccess
Returns the feature data accosiated with the given MuliTag's position.
retrieveFeatureData(MultiTag, long) - Static method in class org.g_node.nix.util.DataAccess
Returns the feature data accosiated with the given MuliTag's position.

S

Sample - Static variable in class org.g_node.nix.DimensionType
Sampled dimension
SampledDimension<T extends SampledDimension> - Class in org.g_node.nix
SampledDimension Dimension descriptor for regularly sampled dimensions.
SampledDimension() - Constructor for class org.g_node.nix.SampledDimension
Constructor that creates an uninitialized SampledDimension.
Section - Class in org.g_node.nix
Section Used to store metadata.
Section() - Constructor for class org.g_node.nix.Section
Constructor that creates an uninitialized Section.
SectionVector(List<Section>) - Constructor for class org.g_node.nix.internal.VectorUtils.SectionVector
Set sections.
Set - Static variable in class org.g_node.nix.DimensionType
Set dimension
setBoolean(boolean) - Method in class org.g_node.nix.Value
Set boolean data.
setCreatedAt() - Method in class org.g_node.nix.base.Entity
Sets the creation time to the current time if the creation time is not set.
setCreatedAt() - Method in class org.g_node.nix.Block
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.DataArray
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Feature
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.File
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Group
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.MultiTag
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Property
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Section
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Source
Sets the creation time to the current time if the field is not set.
setCreatedAt() - Method in class org.g_node.nix.Tag
Sets the creation time to the current time if the field is not set.
setData(byte[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set byte array data.
setData(short[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set short array data.
setData(int[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set integer array data.
setData(long[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set long array data.
setData(float[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set float array data.
setData(double[], NDSize, NDSize) - Method in class org.g_node.nix.DataArray
Set double array data.
setData(String) - Method in class org.g_node.nix.Feature
Sets the data array associated with this feature.
setData(DataArray) - Method in class org.g_node.nix.Feature
Sets the data array associated with this feature.
setDataArrays(List<DataArray>) - Method in class org.g_node.nix.Group
Set all DataArray associations for this group.
setDataExtent(NDSize) - Method in class org.g_node.nix.DataArray
Set the data extent of the DataArray entity.
setDataExtent(NDSize) - Method in class org.g_node.nix.DataView
Set data extent.
setDefinition(String) - Method in class org.g_node.nix.base.NamedEntity
Setter for the definition of the entity.
setDefinition(String) - Method in class org.g_node.nix.Block
Setter for the definition of the block.
setDefinition(String) - Method in class org.g_node.nix.DataArray
Setter for the definition of the data array.
setDefinition(String) - Method in class org.g_node.nix.Group
Setter for the definition of the group.
setDefinition(String) - Method in class org.g_node.nix.MultiTag
Setter for the definition of the multitag.
setDefinition(String) - Method in class org.g_node.nix.Property
Setter for the definition of the property.
setDefinition(String) - Method in class org.g_node.nix.Section
Setter for the definition of the section.
setDefinition(String) - Method in class org.g_node.nix.Source
Setter for the definition of the source.
setDefinition(String) - Method in class org.g_node.nix.Tag
Setter for the definition of the tag.
SetDimension<T extends SetDimension> - Class in org.g_node.nix
SetDimension Dimension descriptor for a dimension that represents just a list or set of values.
SetDimension() - Constructor for class org.g_node.nix.SetDimension
Constructor that creates an uninitialized SetDimension.
setDouble(double) - Method in class org.g_node.nix.Value
Set double data.
setExpansionOrigin(double) - Method in class org.g_node.nix.DataArray
Set the expansion origin for the calibration.
setExtent(double[]) - Method in class org.g_node.nix.Tag
Sets the extent of a tag.
setExtents(DataArray) - Method in class org.g_node.nix.MultiTag
Sets the extents DataArray of the tag.
setExtents(String) - Method in class org.g_node.nix.MultiTag
Setter for the positions of the tag.
setId(String) - Method in class org.g_node.nix.valid.Message
Set id of message.
setInt(int) - Method in class org.g_node.nix.Value
Set integer data.
setLabel(String) - Method in class org.g_node.nix.DataArray
Set the label for the data stored.
setLabel(String) - Method in class org.g_node.nix.RangeDimension
Sets the label of the dimension.
setLabel(String) - Method in class org.g_node.nix.SampledDimension
Sets the label of the dimension.
setLabels(List<String>) - Method in class org.g_node.nix.SetDimension
Set the labels for the dimension.
setLink(String) - Method in class org.g_node.nix.Section
Establish a link to another section.
setLink(Section) - Method in class org.g_node.nix.Section
Establish a link to another section.
setLinkType(int) - Method in class org.g_node.nix.Feature
Setter for the link type.
setLong(long) - Method in class org.g_node.nix.Value
Set long integer data.
setMapping(String) - Method in class org.g_node.nix.Property
Set the mapping information for this Property.
setMapping(String) - Method in class org.g_node.nix.Section
Sets the mapping information for this section.
setMetadata(Section) - Method in class org.g_node.nix.base.EntityWithMetadata
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.base.EntityWithMetadata
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.Block
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.Block
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.DataArray
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.DataArray
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.Group
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.Group
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.MultiTag
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.MultiTag
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.Source
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.Source
Associate the entity with some metadata.
setMetadata(Section) - Method in class org.g_node.nix.Tag
Associate the entity with some metadata.
setMetadata(String) - Method in class org.g_node.nix.Tag
Associate the entity with some metadata.
setMsg(String) - Method in class org.g_node.nix.valid.Message
Set text for message.
setMultiTags(List<MultiTag>) - Method in class org.g_node.nix.Group
Set all MultiTag associations for this group.
setOffset(double) - Method in class org.g_node.nix.SampledDimension
Sets the offset of the dimension.
setPolynomCoefficients(double[]) - Method in class org.g_node.nix.DataArray
Set the polynom coefficients for the calibration.
setPosition(double[]) - Method in class org.g_node.nix.Tag
Sets the position of a tag.
setPositions(String) - Method in class org.g_node.nix.MultiTag
Setter for the positions of the tag.
setPositions(DataArray) - Method in class org.g_node.nix.MultiTag
Setter for the positions of the tag.
setReferences(List<DataArray>) - Method in class org.g_node.nix.MultiTag
Setter for all referenced DataArrays.
setReferences(List<DataArray>) - Method in class org.g_node.nix.Tag
Sets all referenced DataArray entities.
setRepository(String) - Method in class org.g_node.nix.Section
Set the repository in which a section of this type is defined.
setSamplingInterval(double) - Method in class org.g_node.nix.SampledDimension
Sets the sampling interval of the dimension.
setSources(List<Source>) - Method in class org.g_node.nix.base.EntityWithSources
Set all sources associations for this entity.
setSources(List<Source>) - Method in class org.g_node.nix.DataArray
Set all sources associations for this entity.
setSources(List<Source>) - Method in class org.g_node.nix.Group
Set all sources associations for this entity.
setSources(List<Source>) - Method in class org.g_node.nix.MultiTag
Set all sources associations for this entity.
setSources(List<Source>) - Method in class org.g_node.nix.Tag
Set all sources associations for this entity.
setString(String) - Method in class org.g_node.nix.Value
Set string data.
setTags(List<Tag>) - Method in class org.g_node.nix.Group
Set all Tag associations for this group.
setTicks(double[]) - Method in class org.g_node.nix.RangeDimension
Set the ticks array for the dimension.
setType(String) - Method in class org.g_node.nix.base.NamedEntity
Setter for the type of the entity.
setType(String) - Method in class org.g_node.nix.Block
Setter for the type of the block.
setType(String) - Method in class org.g_node.nix.DataArray
Setter for the type of the data array.
setType(String) - Method in class org.g_node.nix.Group
Setter for the type of the group.
setType(String) - Method in class org.g_node.nix.MultiTag
Setter for the type of the multitag.
setType(String) - Method in class org.g_node.nix.Section
Setter for the type of the section.
setType(String) - Method in class org.g_node.nix.Source
Setter for the type of the source.
setType(String) - Method in class org.g_node.nix.Tag
Setter for the type of the tag.
setUnit(String) - Method in class org.g_node.nix.DataArray
Set the unit for the values stored in this DataArray.
setUnit(String) - Method in class org.g_node.nix.Property
Set the unit for all stored values.
setUnit(String) - Method in class org.g_node.nix.RangeDimension
Sets the unit of a dimension.
setUnit(String) - Method in class org.g_node.nix.SampledDimension
Sets the unit of a dimension.
setUnits(List<String>) - Method in class org.g_node.nix.MultiTag
Setter for the units of a tag.
setUnits(List<String>) - Method in class org.g_node.nix.Tag
Sets the units of a tag.
setUpdatedAt() - Method in class org.g_node.nix.base.Entity
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Block
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.DataArray
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Feature
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.File
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Group
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.MultiTag
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Property
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Section
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Source
Sets the time of the last update to the current time if the field is not set.
setUpdatedAt() - Method in class org.g_node.nix.Tag
Sets the time of the last update to the current time if the field is not set.
setValues(List<Value>) - Method in class org.g_node.nix.Property
Set the values of the property.
Source - Class in org.g_node.nix
Source A class that describes the provenance of other entities of the NIX data model.
Source() - Constructor for class org.g_node.nix.Source
Constructor that creates an uninitialized Source.
SourceVector(List<Source>) - Constructor for class org.g_node.nix.internal.VectorUtils.SourceVector
Set sources.
splitCompoundUnit(String) - Static method in class org.g_node.nix.util.Util
Splits a SI unit compound into its atomic parts.
splitUnit(String, BytePointer, BytePointer, BytePointer) - Static method in class org.g_node.nix.util.Util
 
splitUnit(String) - Static method in class org.g_node.nix.util.Util
Splits an SI unit into prefix, unit and the power components.
String - Static variable in class org.g_node.nix.DataType
 
StringVector(List<String>) - Constructor for class org.g_node.nix.internal.VectorUtils.StringVector
Set list of strings.
supportsType(int) - Static method in class org.g_node.nix.Value
Check if value supports a data type.
swap(Value) - Method in class org.g_node.nix.Value
Swap value with another value.
SZIP - Static variable in class org.g_node.nix.internal.BuildLibs
szip library

T

Tag - Class in org.g_node.nix
Tag A tag class that defines a single point or region of interest.
Tag() - Constructor for class org.g_node.nix.Tag
Constructor that creates an uninitialized Tag.
Tagged - Static variable in class org.g_node.nix.LinkType
Link type - Tagged
TagVector(List<Tag>) - Constructor for class org.g_node.nix.internal.VectorUtils.TagVector
Set tags.
toId(T) - Static method in class org.g_node.nix.util.Util
Extract id from given entity.
toName(T) - Static method in class org.g_node.nix.util.Util
Extract name from given entity.
toString() - Method in class org.g_node.nix.Block
 
toString() - Method in class org.g_node.nix.DataArray
 
toString() - Method in class org.g_node.nix.Feature
 
toString() - Method in class org.g_node.nix.MultiTag
 
toString() - Method in class org.g_node.nix.NDSize
 
toString() - Method in class org.g_node.nix.Property
 
toString() - Method in class org.g_node.nix.Section
 
toString() - Method in class org.g_node.nix.Source
 
toString() - Method in class org.g_node.nix.Tag
 
toString() - Method in class org.g_node.nix.valid.Message
 

U

UInt16 - Static variable in class org.g_node.nix.DataType
 
UInt32 - Static variable in class org.g_node.nix.DataType
 
UInt64 - Static variable in class org.g_node.nix.DataType
 
UInt8 - Static variable in class org.g_node.nix.DataType
 
unitSanitizer(String) - Static method in class org.g_node.nix.util.Util
Sanitizer function that deblanks units and replaces mu and ยต with the "u" replacement.
Untagged - Static variable in class org.g_node.nix.LinkType
Link type - Untagged
Util - Class in org.g_node.nix.util
Util This class contains utility functions.
Util() - Constructor for class org.g_node.nix.util.Util
 

V

validate() - Method in class org.g_node.nix.File
Validator.
validate(Block) - Static method in class org.g_node.nix.valid.Validator
Block entity validator Function taking a Block entity and returning Result object
validate(DataArray) - Static method in class org.g_node.nix.valid.Validator
DataArray entity validator Function taking a DataArray entity and returning Result object
validate(Tag) - Static method in class org.g_node.nix.valid.Validator
Tag entity validator Function taking a Tag entity and returning Result object
validate(Property) - Static method in class org.g_node.nix.valid.Validator
Property entity validator Function taking a Property entity and returning Result object
validate(MultiTag) - Static method in class org.g_node.nix.valid.Validator
MultiTag entity validator Function taking a MultiTag entity and returning Result object
validate(Dimension) - Static method in class org.g_node.nix.valid.Validator
Dimension entity validator Function taking a Dimension entity and returning Result object
validate(RangeDimension) - Static method in class org.g_node.nix.valid.Validator
RangeDimension entity validator Function taking a RangeDimension entity and returning Result object
validate(SampledDimension) - Static method in class org.g_node.nix.valid.Validator
SampledDimension entity validator Function taking a SampledDimension entity and returning Result object
validate(SetDimension) - Static method in class org.g_node.nix.valid.Validator
SetDimension entity validator Function taking a SetDimension entity and returning Result object
validate(Feature) - Static method in class org.g_node.nix.valid.Validator
Feature entity validator Function taking a Feature entity and returning Result object
validate(Section) - Static method in class org.g_node.nix.valid.Validator
Section entity validator Function taking a Section entity and returning Result object
validate(Source) - Static method in class org.g_node.nix.valid.Validator
Source entity validator Function taking a Source entity and returning Result object
validate(File) - Static method in class org.g_node.nix.valid.Validator
File entity validator Function taking a File entity and returning Result object
Validator - Class in org.g_node.nix.valid
Validator Class used to validate entities.
Validator() - Constructor for class org.g_node.nix.valid.Validator
 
Value - Class in org.g_node.nix
Value Class that corresponds to the odML Value.
Value() - Constructor for class org.g_node.nix.Value
Constructor.
Value(boolean) - Constructor for class org.g_node.nix.Value
Constructor.
Value(int) - Constructor for class org.g_node.nix.Value
Constructor.
Value(long) - Constructor for class org.g_node.nix.Value
Constructor.
Value(double) - Constructor for class org.g_node.nix.Value
Constructor.
Value(String) - Constructor for class org.g_node.nix.Value
Constructor.
ValueVector(List<Value>) - Constructor for class org.g_node.nix.internal.VectorUtils.ValueVector
Set values.
VectorUtils - Class in org.g_node.nix.internal
VectorUtils Low level wrapper to std vectors.
VectorUtils() - Constructor for class org.g_node.nix.internal.VectorUtils
 
VectorUtils.BlockVector - Class in org.g_node.nix.internal
BlockVector Low level std::vector<nix::Block> wrapper
VectorUtils.DataArrayVector - Class in org.g_node.nix.internal
DataArrayVector Low level std::vector<nix::DataArray> wrapper
VectorUtils.DimensionVector - Class in org.g_node.nix.internal
DimensionVector Low level std::vector<nix::Dimension> wrapper
VectorUtils.FeatureVector - Class in org.g_node.nix.internal
FeatureVector Low level std::vector<nix::Feature> wrapper
VectorUtils.MessageVector - Class in org.g_node.nix.internal
MessageVector Low level std::vector<nix::valid::Message> wrapper
VectorUtils.MultiTagVector - Class in org.g_node.nix.internal
MultiTagVector Low level std::vector<nix::MultiTag> wrapper
VectorUtils.PropertyVector - Class in org.g_node.nix.internal
PropertyVector Low level std::vector<nix::Property> wrapper
VectorUtils.SectionVector - Class in org.g_node.nix.internal
SectionVector Low level std::vector<nix::Section> wrapper
VectorUtils.SourceVector - Class in org.g_node.nix.internal
SourceVector Low level std::vector<nix::Source> wrapper
VectorUtils.StringVector - Class in org.g_node.nix.internal
StringVector Low level std::vector<std::string> wrapper
VectorUtils.TagVector - Class in org.g_node.nix.internal
TagVector Low level std::vector<nix::Tag> wrapper
VectorUtils.ValueVector - Class in org.g_node.nix.internal
ValueVector Low level std::vector<nix::Value> wrapper

Z

ZLIB - Static variable in class org.g_node.nix.internal.BuildLibs
zlib library
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
NIX Java Bindings, 1.1.0

Copyright © 2016. All rights reserved.