static class SynonymGraphFilter.BufferedOutputToken
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
endNode |
(package private) int |
startNode |
(package private) AttributeSource.State |
state |
(package private) java.lang.String |
term |
Constructor and Description |
---|
BufferedOutputToken(AttributeSource.State state,
java.lang.String term,
int startNode,
int endNode) |
final java.lang.String term
final AttributeSource.State state
final int startNode
final int endNode
public BufferedOutputToken(AttributeSource.State state, java.lang.String term, int startNode, int endNode)