Class PTATransition<S extends AbstractBasePTAState<S,​?,​?>>

    • Constructor Detail

      • PTATransition

        public PTATransition​(S source,
                             @org.checkerframework.checker.index.qual.NonNegative int index)
    • Method Detail

      • getSource

        public S getSource()
      • getIndex

        public @org.checkerframework.checker.index.qual.NonNegative int getIndex()
      • getTarget

        public @Nullable S getTarget()