Class Counter

    • Field Detail

      • COLUMN_KEY

        public static final String COLUMN_KEY
        the column of the spreadsheet containing the counter names.
        See Also:
        Constant Field Values
      • COLUMN_COUNT

        public static final String COLUMN_COUNT
        the column of the spreadsheet containing the counts.
        See Also:
        Constant Field Values
      • m_StorageName

        protected StorageName m_StorageName
        the name of the lookup table in the internal storage.
    • Constructor Detail

      • Counter

        public Counter()
    • Method Detail

      • setStorageName

        public void setStorageName​(StorageName value)
        Sets the name of the counter in the internal storage.
        Parameters:
        value - the name
      • getStorageName

        public StorageName getStorageName()
        Returns the name of the counter in the internal storage.
        Returns:
        the name
      • storageNameTipText

        public 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.
      • 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