Class OptionProducer

    • Field Detail

      • m_Producer

        protected OptionProducer m_Producer
        the producer to use.
    • Constructor Detail

      • OptionProducer

        public OptionProducer()
    • Method Detail

      • setProducer

        public void setProducer​(OptionProducer value)
        Sets the option producer to use.
        Parameters:
        value - the producer
      • getProducer

        public OptionProducer getProducer()
        Returns the option producer in use.
        Returns:
        the producer
      • producerTipText

        public String producerTipText()
        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:
        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