Class Operation

    • Constructor Detail

      • Operation

        public Operation​(String name)
    • Method Detail

      • getInput

        public Input getInput()
        Returns:
        the input
      • setInput

        public void setInput​(Input input)
        Parameters:
        input - the input to set
      • isSetInput

        public boolean isSetInput()
      • getOutput

        public Output getOutput()
        Returns:
        the output
      • setOutput

        public void setOutput​(Output output)
        Parameters:
        output - the output to set
      • isSetOutput

        public boolean isSetOutput()
      • isSetFaults

        public boolean isSetFaults()