Class AbstractDataContainerAdd<T extends DataContainer>

    • Field Detail

      • m_StorageName

        protected StorageName m_StorageName
        the name of the stored value.
    • Constructor Detail

      • AbstractDataContainerAdd

        public AbstractDataContainerAdd()
    • Method Detail

      • isUpdatingStorage

        public boolean isUpdatingStorage()
        Returns whether storage items are being updated.
        Specified by:
        isUpdatingStorage in interface StorageUpdater
        Returns:
        true if storage items are updated
      • setStorageName

        public void setStorageName​(StorageName value)
        Sets the name of the stored value.
        Parameters:
        value - the name
      • getStorageName

        public StorageName getStorageName()
        Returns the name of the stored value.
        Returns:
        the name
      • storageNameTipText

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

        protected abstract Class getDataContainerClass()
        Returns the data container class that the transformer handles.
        Returns:
        the container class
      • add

        protected abstract void add​(T stored,
                                    T current)
        Adds the current data container to the stored one.
        Parameters:
        stored - the stored data container
        current - the data to add
      • doExecute

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