Class ConditionalTrigger

    • Constructor Detail

      • ConditionalTrigger

        public ConditionalTrigger()
        Default constructor.
      • ConditionalTrigger

        public ConditionalTrigger​(String name)
        Initializes the actor with the specified name.
        Parameters:
        name - the name to use
      • ConditionalTrigger

        public ConditionalTrigger​(String name,
                                  BooleanCondition condition)
        Initializes the actor with the specified name/condition.
        Parameters:
        name - the name to use
        condition - the condition to use
      • ConditionalTrigger

        public ConditionalTrigger​(BooleanCondition condition)
        Initializes the actor with the specified condition.
        Parameters:
        condition - the condition to use