Class AIConstants


  • public class AIConstants
    extends java.lang.Object
    The type Ai constants.
    • Constructor Summary

      Constructors 
      Constructor Description
      AIConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BUY_COST

        public static int BUY_COST
        The constant BUY_COST.
      • BUY_TIME

        public static int BUY_TIME
        The constant BUY_TIME.
      • CUSTOMER_TIME

        public static final int CUSTOMER_TIME
        The constant CUSTOMER_TIME.
        See Also:
        Constant Field Values
      • DISH_TAKING_TIME

        public static final int DISH_TAKING_TIME
        The constant DISH_TAKING_TIME.
        See Also:
        Constant Field Values
      • DISH_WASHING_TIME

        public static final int DISH_WASHING_TIME
        The constant DISH_WASHING_TIME.
        See Also:
        Constant Field Values
      • TAKE_INGREDIENT_TIME

        public static final int TAKE_INGREDIENT_TIME
        The constant TAKE_INGREDIENT_TIME.
        See Also:
        Constant Field Values
      • TAKE_SPICE_TIME

        public static final int TAKE_SPICE_TIME
        The constant TAKE_SPICE_TIME.
        See Also:
        Constant Field Values
      • POINTS_EXIT_CUSTOMER

        public static final int POINTS_EXIT_CUSTOMER
        Minus Points you get, when a customer leaves
        See Also:
        Constant Field Values
    • Constructor Detail

      • AIConstants

        public AIConstants()