Interface ModelGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<String> generate​(int numInput, int numOutput)
      Generates models.
      • Methods inherited from interface adams.flow.core.FlowContextHandler

        getFlowContext, setFlowContext
    • Method Detail

      • generate

        List<String> generate​(int numInput,
                              int numOutput)
        Generates models.
        Parameters:
        numInput - the number of input nodes
        numOutput - the number of output nodes
        Returns:
        the models