Class AutogeneratedStandalone

    • Field Detail

      • m_OutputTiming

        protected boolean m_OutputTiming
        whether to output timing.
    • Constructor Detail

      • AutogeneratedStandalone

        public AutogeneratedStandalone()
        Default constructor.
      • AutogeneratedStandalone

        public AutogeneratedStandalone​(Actor actor)
        Encapsulates the specified actor. Automatically uses its name with the AutogeneratedActor.PREFIX_AUTOGEN prefix.
        Parameters:
        actor - the actor to encapsulate
      • AutogeneratedStandalone

        public AutogeneratedStandalone​(Actor[] actors)
        Encapsulates the specified actors.
        Parameters:
        actors - the actors to encapsulate
    • Method Detail

      • setOutputTiming

        public void setOutputTiming​(boolean value)
        Sets whether to output the duration of the execution.
        Parameters:
        value - true if to output
      • getOutputTiming

        public boolean getOutputTiming()
        Returns whether to output the duration of the execution.
        Returns:
        true if to output
      • outputTimingTipText

        public String outputTimingTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.