Class IDGenerator

    • Constructor Detail

      • IDGenerator

        public IDGenerator()
    • Method Detail

      • setGenerator

        public void setGenerator​(AbstractIDGenerator value)
        Sets the generator to use.
        Parameters:
        value - the generator
      • getGenerator

        public AbstractIDGenerator getGenerator()
        Returns the generator in use.
        Returns:
        the generator
      • generatorTipText

        public String generatorTipText()
        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:
        java.lang.Object.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        java.lang.String.class
      • doExecute

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