Class IAutomaton.Triple

  • Enclosing interface:
    IAutomaton

    public static class IAutomaton.Triple
    extends Object
    • Field Detail

      • a

        protected int a
      • b

        protected int b
      • c

        protected int c
    • Constructor Detail

      • Triple

        public Triple​(int a,
                      int b,
                      int c)