Class UpdateID

    • Field Detail

      • m_Updater

        protected IDUpdater m_Updater
        the group updater to use.
      • m_ID

        protected String m_ID
        the new ID.
    • Constructor Detail

      • UpdateID

        public UpdateID()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options. Derived classes must override this method to add additional options.
        Specified by:
        defineOptions in interface OptionHandler
        Overrides:
        defineOptions in class AbstractActor
      • setUpdater

        public void setUpdater​(IDUpdater value)
        Sets the ID updater to use.
        Parameters:
        value - the updater
      • getUpdater

        public IDUpdater getUpdater()
        Returns the ID updater to use.
        Returns:
        the updater
      • updaterTipText

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

        public void setID​(String value)
        Sets the new ID to use.
        Parameters:
        value - the ID
      • getID

        public String getID()
        Returns the new ID to use.
        Returns:
        the new ID
      • IDTipText

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

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the Class of objects that can be processed
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the Class of the generated tokens
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message