Modifier and Type | Field and Description |
---|---|
int |
arcIdx
Where we are in the array; only valid if bytesPerArc != 0.
|
int |
bytesPerArc
Non-zero if this arc is part of an array, which means all
arcs for the node are encoded with a fixed number of bytes so
that we can random access by index.
|
int |
label |
T |
nextFinalOutput |
int |
numArcs
How many arcs in the array; only valid if bytesPerArc != 0.
|
T |
output |
long |
posArcsStart
Where the first arc in the array starts; only valid if
bytesPerArc != 0
|
long |
target
To node (ord or address)
|
Constructor and Description |
---|
Arc() |
public int label
public T output
public long target
public T nextFinalOutput
public long posArcsStart
public int bytesPerArc
public int arcIdx
public int numArcs
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.