Interface DetectorModelDefinition.Builder

    • Method Detail

      • states

        DetectorModelDefinition.Builder states​(Collection<State> states)

        Information about the states of the detector.

        Parameters:
        states - Information about the states of the detector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        DetectorModelDefinition.Builder states​(State... states)

        Information about the states of the detector.

        Parameters:
        states - Information about the states of the detector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialStateName

        DetectorModelDefinition.Builder initialStateName​(String initialStateName)

        The state that is entered at the creation of each detector (instance).

        Parameters:
        initialStateName - The state that is entered at the creation of each detector (instance).
        Returns:
        Returns a reference to this object so that method calls can be chained together.