Modifier and Type | Field and Description |
---|---|
FST.Arc<T> |
arc
Holds the last arc appended to this path
|
float |
boost |
CharSequence |
context |
IntsRefBuilder |
input |
T |
output
Holds cost plus any usage-specific output:
|
int |
payload |
Constructor and Description |
---|
FSTPath(T output,
FST.Arc<T> arc,
IntsRefBuilder input)
Sole constructor
|
FSTPath(T output,
FST.Arc<T> arc,
IntsRefBuilder input,
float boost,
CharSequence context,
int payload) |
Modifier and Type | Method and Description |
---|---|
Util.FSTPath<T> |
newPath(T output,
IntsRefBuilder input) |
String |
toString() |
public T output
public final IntsRefBuilder input
public final float boost
public final CharSequence context
public int payload
public FSTPath(T output, FST.Arc<T> arc, IntsRefBuilder input)
public FSTPath(T output, FST.Arc<T> arc, IntsRefBuilder input, float boost, CharSequence context, int payload)
public Util.FSTPath<T> newPath(T output, IntsRefBuilder input)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.