Class AddDOMAttribute

    • Field Detail

      • m_Attribute

        protected String m_Attribute
        the name of the attribute to add.
      • m_Value

        protected String m_Value
        the value of the attribute to add.
    • Constructor Detail

      • AddDOMAttribute

        public AddDOMAttribute()
    • Method Detail

      • setAttribute

        public void setAttribute​(String value)
        Sets the name of the attribute to add.
        Parameters:
        value - the name
      • getAttribute

        public String getAttribute()
        Returns the name of the attribute to add.
        Returns:
        the name
      • attributeTipText

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

        public void setValue​(String value)
        Sets the value of the attribute to add.
        Parameters:
        value - the value
      • getValue

        public String getValue()
        Returns the value of the attribute to add.
        Returns:
        the value
      • valueTipText

        public String valueTipText()
        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