Class RestoreVariable

    • Field Detail

      • m_RestoreVar

        protected VariableName m_RestoreVar
        the name of the restore variable.
      • m_RestoreFile

        protected String m_RestoreFile
        the name of the restore file.
    • Constructor Detail

      • RestoreVariable

        public RestoreVariable()
    • Method Detail

      • setRestoreVar

        public void setRestoreVar​(VariableName value)
        Sets the variable name to use for the restore file.
        Parameters:
        value - the variable name
      • getRestoreVar

        public VariableName getRestoreVar()
        Returns the variable name to use for the restore file.
        Returns:
        the variable name
      • restoreVarTipText

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

        public void setRestoreFile​(String value)
        Sets the file to store the settings in.
        Parameters:
        value - the settings file
      • getRestoreFile

        public String getRestoreFile()
        Returns the file to store the settings in.
        Returns:
        the settings file
      • restoreFileTipText

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

        public boolean isInteractive()
        Whether the flow generated is an interactive one.
        Specified by:
        isInteractive in class AbstractActorTemplate
        Returns:
        true if interactive