Class SetID

    • Field Detail

      • m_ID

        protected String m_ID
        the ID to set.
    • Constructor Detail

      • SetID

        public SetID()
    • Method Detail

      • setID

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

        public String getID()
        Returns the generator in use.
        Returns:
        the generator
      • 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:
        adams.data.id.MutableIDHandler.class
      • generates

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

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