- 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
-
- 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
- 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