Class ArrayToCollection

    • Field Detail

      • m_CollectionClass

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

      • ArrayToCollection

        public ArrayToCollection()
    • Method Detail

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

        public Class[] accepts()
        Returns the classes that are accepted as input.
        Specified by:
        accepts in interface InputConsumer
        Returns:
        the classes
      • generates

        public Class[] generates()
        Returns the classes that are generated as output.
        Specified by:
        generates in interface OutputProducer
        Returns:
        the classes
      • doExecute

        protected String doExecute()
        Performs the actual conversion.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        the converted data
        Throws:
        Exception - if something goes wrong with the conversion