Class CombineCollections

    • Field Detail

      • m_StorageNames

        protected StorageName[] m_StorageNames
        the names of the stored values.
      • m_CollectionClass

        protected BaseClassname m_CollectionClass
        the class for the collection.
    • Constructor Detail

      • CombineCollections

        public CombineCollections()
    • Method Detail

      • addStorageName

        public void addStorageName​(StorageName value)
        Adds the storage name.
        Parameters:
        value - the name
      • setStorageNames

        public void setStorageNames​(StorageName[] value)
        Sets the names of the stored values.
        Parameters:
        value - the names
      • getStorageNames

        public StorageName[] getStorageNames()
        Returns the names of the stored values.
        Returns:
        the names
      • storageNamesTipText

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

        public void setCollectionClass​(BaseClassname value)
        Sets the class for the collection.
        Parameters:
        value - the classname
      • getCollectionClass

        public BaseClassname getCollectionClass()
        Returns the class for the collection.
        Returns:
        the classname
      • collectionClassTipText

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

        public boolean isUsingStorage()
        Returns whether storage items are being used.
        Specified by:
        isUsingStorage in interface StorageUser
        Returns:
        true if storage items are used
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Specified by:
        generates in interface OutputProducer
        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