Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.valid |
Modifier and Type | Method and Description |
---|---|
Feature |
MultiTag.createFeature(DataArray data,
int linkType)
Create a new feature.
|
Feature |
Tag.createFeature(DataArray data,
int linkType)
Create a new feature.
|
Feature |
MultiTag.createFeature(String dataArrayId,
int linkType)
Create a new feature.
|
Feature |
Tag.createFeature(String dataArrayId,
int linkType)
Create a new feature.
|
Feature |
MultiTag.getFeature(long index)
Retrieves a specific feature from the tag.
|
Feature |
Tag.getFeature(long index)
Retrieves a specific feature from the tag.
|
Feature |
MultiTag.getFeature(String nameOrId)
Retrieves a specific feature from the tag.
|
Feature |
Tag.getFeature(String id)
Retrieves a specific feature from the tag.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
MultiTag.getFeatures()
Get all Feature entities contained in the tag.
|
List<Feature> |
Tag.getFeatures()
Get all Features of this tag.
|
List<Feature> |
MultiTag.getFeatures(java.util.function.Predicate<Feature> filter)
Get all Features of this tag.
|
List<Feature> |
Tag.getFeatures(java.util.function.Predicate<Feature> filter)
Get all Features of this tag.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiTag.deleteFeature(Feature feature)
Delete a feature from the tag.
|
boolean |
Tag.deleteFeature(Feature feature)
Deletes a feature from the tag.
|
boolean |
MultiTag.hasFeature(Feature feature)
Checks if a specific feature exists on the tag.
|
boolean |
Tag.hasFeature(Feature feature)
Checks if a specific feature exists on the tag.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
MultiTag.getFeatures(java.util.function.Predicate<Feature> filter)
Get all Features of this tag.
|
List<Feature> |
Tag.getFeatures(java.util.function.Predicate<Feature> filter)
Get all Features of this tag.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
VectorUtils.FeatureVector.getFeatures()
Get features.
|
Constructor and Description |
---|
FeatureVector(List<Feature> lst)
Set features.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(Feature feature)
Feature entity validator
Function taking a Feature entity and returning
Result object |
Copyright © 2016. All rights reserved.