Class FSTUtil.Path<T>

  • Enclosing class:
    FSTUtil

    public static final class FSTUtil.Path<T>
    extends Object
    Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
    • Field Detail

      • state

        public final int state
        Node in the automaton where path ends:
      • fstNode

        public final FST.Arc<T> fstNode
        Node in the FST where path ends:
      • output

        public final T output
        Output of the path so far: