Class AbstractConnectedControlActor

    • Constructor Detail

      • AbstractConnectedControlActor

        public AbstractConnectedControlActor()
    • Method Detail

      • classesToString

        protected String classesToString​(Class[] classes)
        Turns the class array into a string.
        Parameters:
        classes - the classes to turn into a string
        Returns:
        the generated string
      • checkConnections

        protected String checkConnections()
        Checks whether all the connections are valid, i.e., the input and output types fit and whether the flow chain is connected properly.
        Returns:
        null if everything is fine, otherwise the offending connection