Class GetMapValue

    • Field Detail

      • m_Key

        protected String m_Key
        the key of the value to retrieve.
    • Constructor Detail

      • GetMapValue

        public GetMapValue()
        Default constructor.
      • GetMapValue

        public GetMapValue​(String key)
        Convenience constructor.
        Parameters:
        key - the key to retrieve
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key of the value to retrieve.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key of the value to retrieve.
        Returns:
        the key
      • keyTipText

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

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        java.util.Map.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        adams.flow.core.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