Class WekaRenameRelation

    • Field Detail

      • m_Find

        protected String m_Find
        the string to find.
      • m_Replace

        protected String m_Replace
        the string to replace with.
    • Constructor Detail

      • WekaRenameRelation

        public WekaRenameRelation()
    • Method Detail

      • setFind

        public void setFind​(String value)
        Sets the string to find.
        Parameters:
        value - the string
      • getFind

        public String getFind()
        Returns the string to find.
        Returns:
        the string
      • findTipText

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

        public void setReplace​(String value)
        Sets the replacement string.
        Parameters:
        value - the string
      • getReplace

        public String getReplace()
        Returns the replacement string.
        Returns:
        the string
      • replaceTipText

        public String replaceTipText()
        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:
        weka.core.Instance, weka.core.Instances, adams.data.instance.Instance
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        weka.core.Instance, weka.core.Instances, adams.data.instance.Instance
      • doExecute

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