Interface Module.Parameter

All Known Implementing Classes:
DefaultSymbolTable.DefaultParameter
Enclosing interface:
Module

public static interface Module.Parameter
The definition of a parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the parameter
    boolean
    Answer whenether or not the parameter is input to the module.
    boolean
    Answer whenether or not the parameter is output to the module.
  • Method Details

    • getName

      The name of the parameter
      Returns:
      the name
    • isInput

      boolean isInput()
      Answer whenether or not the parameter is input to the module.
      Returns:
      true if the parameter is input, false otherwise
    • isOutput

      boolean isOutput()
      Answer whenether or not the parameter is output to the module.
      Returns:
      true if the parameter is output, false otherwise