public class NodeAttribute<T>
extends java.lang.Object
Node.setAttribute(NodeAttribute, Object)
,
Node.getAttribute(NodeAttribute)
Modifier and Type | Field and Description |
---|---|
static NodeAttribute<Extract> |
EXTRACT
Store a reference to an extract on a node.
|
static NodeAttribute<java.util.Set<java.lang.Integer>> |
EXTRACT_PATH
Store the ID values of extracts that should be followed on
upstream paths as long as the current extract is not among
one of the given parent extracts.
|
Constructor and Description |
---|
NodeAttribute() |
public static NodeAttribute<Extract> EXTRACT
public static NodeAttribute<java.util.Set<java.lang.Integer>> EXTRACT_PATH