Package | Description |
---|---|
org.gnode.nix | |
org.gnode.nix.internal | |
org.gnode.nix.util | |
org.gnode.nix.valid |
Modifier and Type | Method and Description |
---|---|
MultiTag |
Block.createMultiTag(String name,
String type,
DataArray positions)
Create a new multi tag associated with this block.
|
MultiTag |
Block.getMultiTag(long index)
Retrieves a specific multi tag by index.
|
MultiTag |
Block.getMultiTag(String nameOrId)
Retrieves a specific multi tag from the block by its id.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
Block.getMultiTags()
Get multi tags within this block.
|
List<MultiTag> |
Block.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get multi tags within this block.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Block.deleteMultiTag(MultiTag multiTag)
Deletes a multi tag from the block.
|
boolean |
Block.hasMultiTag(MultiTag multiTag)
Checks if a specific multi tag exists in the block.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
Block.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get multi tags within this block.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
VectorUtils.MultiTagVector.getMultiTags()
Get multi tags.
|
Constructor and Description |
---|
MultiTagVector(List<MultiTag> lst)
Set multi tags.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataAccess.getOffsetAndCount(MultiTag tag,
DataArray array,
long index,
NDSize offsets,
NDSize counts)
Returns the offsets and element counts associated with position and extent of a Tag and
the referenced DataArray.
|
static DataView |
DataAccess.retrieveData(MultiTag tag,
long positionIndex,
long referenceIndex)
Retrieve the data referenced by the given position and extent of the MultiTag.
|
static DataView |
DataAccess.retrieveFeatureData(MultiTag tag,
long positionIndex)
Returns the feature data accosiated with the given MuliTag's position.
|
static DataView |
DataAccess.retrieveFeatureData(MultiTag tag,
long positionIndex,
long featureIndex)
Returns the feature data accosiated with the given MuliTag's position.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(MultiTag multiTag)
MultiTag entity validator
|
Copyright © 2015. All rights reserved.