private static final class FlattenGraphFilter.OutputNode extends java.lang.Object implements RollingBuffer.Resettable
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
endOffset
End offset of tokens arriving to this node.
|
private java.util.List<java.lang.Integer> |
inputNodes |
(package private) int |
nextOut
Which input node (index into
inputNodes) we will next output. |
(package private) int |
node
Node ID for this output, or -1 if we haven't been assigned yet.
|
(package private) int |
startOffset
Start offset of tokens leaving this node.
|
| Modifier | Constructor and Description |
|---|---|
private |
OutputNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
private final java.util.List<java.lang.Integer> inputNodes
int node
int nextOut
inputNodes) we will next output.int startOffset
int endOffset
public void reset()
reset in interface RollingBuffer.Resettable