Interface TimedActor

    • Method Detail

      • setTimingEnabled

        void setTimingEnabled​(boolean value)
        Sets whether to perform timing on its execution.
        Parameters:
        value - true if timing enabled
      • getTimingEnabled

        boolean getTimingEnabled()
        Returns whether to perform timing on its execution.
        Returns:
        true if timing enabled
      • timingEnabledTipText

        String timingEnabledTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setPrefix

        void setPrefix​(String value)
        Sets the prefix to store in the timing container.
        Parameters:
        value - the prefix
      • getPrefix

        String getPrefix()
        Returns the prefix to store in the timing container.
        Returns:
        the prefix
      • prefixTipText

        String prefixTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setCallableName

        void setCallableName​(CallableActorReference value)
        Sets the name of the callable actor to use.
        Parameters:
        value - the callable name
      • getCallableName

        CallableActorReference getCallableName()
        Returns the name of the callable actor in use.
        Returns:
        the callable name
      • callableNameTipText

        String callableNameTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • hasCallableActor

        boolean hasCallableActor()
        Checks whether a reference to the callable actor is currently available.
        Returns:
        true if a reference is available
        See Also:
        getCallableActor()