Class AtomTransition


  • public final class AtomTransition
    extends Transition
    TODO: make all transitions sets? no, should remove set edges
    • Field Detail

      • label

        public final int label
        The token type or character value; or, signifies special label.
    • Constructor Detail

      • AtomTransition

        public AtomTransition​(ATNState target,
                              int label)