Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.util | |
org.g_node.nix.valid |
Modifier and Type | Method and Description |
---|---|
Tag |
Block.createTag(String name,
String type,
double[] position)
Create a new tag associated with this block.
|
Tag |
Group.getTag(long index)
Retrieves a specific tag by index.
|
Tag |
Block.getTag(long index)
Retrieves a specific tag by index.
|
Tag |
Group.getTag(String nameOrId)
Retrieves a specific tag from the group by its id.
|
Tag |
Block.getTag(String nameOrId)
Retrieves a specific tag from the block by its id.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Group.getTags()
Gets all Tags within this group.
|
List<Tag> |
Block.getTags()
Get tags within this block.
|
List<Tag> |
Group.getTags(java.util.function.Predicate<Tag> filter)
Get tags within this block.
|
List<Tag> |
Block.getTags(java.util.function.Predicate<Tag> filter)
Get tags within this block.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addTag(Tag tag)
Add a Tag to the list of referenced tags of the group.
|
boolean |
Block.deleteTag(Tag tag)
Deletes a tag from the block.
|
boolean |
Group.hasTag(Tag tag)
Checks if a specific tag exists in the group.
|
boolean |
Block.hasTag(Tag tag)
Checks if a specific tag exists in the block.
|
boolean |
Group.removeTag(Tag tag)
Remove a Tag from the list of referenced data of the group.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Group.getTags(java.util.function.Predicate<Tag> filter)
Get tags within this block.
|
List<Tag> |
Block.getTags(java.util.function.Predicate<Tag> filter)
Get tags within this block.
|
void |
Group.setTags(List<Tag> tags)
Set all Tag associations for this group.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
VectorUtils.TagVector.getTags()
Get tags.
|
Constructor and Description |
---|
TagVector(List<Tag> lst)
Set tags.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataAccess.getOffsetAndCount(Tag tag,
DataArray array,
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(Tag tag,
long referenceIndex)
Retrieve the data referenced by the given position and extent of the Tag.
|
static DataView |
DataAccess.retrieveFeatureData(Tag tag)
Retruns the feature data associated with a Tag.
|
static DataView |
DataAccess.retrieveFeatureData(Tag tag,
long featureIndex)
Retruns the feature data associated with a Tag.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(Tag tag)
Tag entity validator
Function taking a Tag entity and returning
Result
object |
Copyright © 2016. All rights reserved.