Package view.output

Interface IOutput

All Superinterfaces:
IDescriptor
All Known Implementing Classes:
JSONFileWriter, SimpleFileWriter, TextBoxWriter

public interface IOutput
extends IDescriptor
Interface for all output modules inherits IDescriptor
  • Method Summary

    Modifier and Type Method Description
    void output​(CompositeContainer container)
    Outputs the contents of the composite structure
    void reset()
    Resets the Output module object to its initial state.

    Methods inherited from interface misc.IDescriptor

    getDescription, getName
  • Method Details

    • output

      void output​(CompositeContainer container)
      Outputs the contents of the composite structure
      Parameters:
      container - Root composite container
    • reset

      void reset()
      Resets the Output module object to its initial state.