Class AbstractContainerValueExtractor

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regexp to use for matching the container value names.
      • m_Prefix

        protected String m_Prefix
        the prefix to use.
    • Constructor Detail

      • AbstractContainerValueExtractor

        public AbstractContainerValueExtractor()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use for matching the container value names.
        Parameters:
        value - the regexp
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression to use for matching the container value names.
        Returns:
        the regexp
      • regExpTipText

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

        public void setPrefix​(String value)
        Sets the prefix to use.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix to use.
        Returns:
        the prefix
      • prefixTipText

        public abstract String prefixTipText()
        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
      • processContainer

        protected abstract String processContainer​(AbstractContainer cont)
        Processes the container.
        Parameters:
        cont - the container to process
        Returns:
        null if OK, otherwise error message
      • doExecute

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