Interface IModuleBlockMetaData

    • Method Detail

      • getFullyQualifiedEntryPointModuleName

        String getFullyQualifiedEntryPointModuleName()

        Return the fully-qualified name of the underlying EventFlow module that serves as the block's entry point.

        Returns:
        entry point module
      • getParameterTransformations

        ITransformation[] getParameterTransformations()

        Return a list of transformations to produce module- or container-scope parameters, null if none.

        Returns:
        parameter transformations
      • getInputPorts

        Map<String,​IModuleBlockPort> getInputPorts()

        Return this block's associative array of input ports, indexed by port name.

        Returns:
        input ports
      • getOutputPorts

        Map<String,​IModuleBlockPort> getOutputPorts()

        Return this block's associative array of output ports, indexed by port name.

        Returns:
        output ports