Interface ExecutablePlanPrinter

All Known Implementing Classes:
TextBasedExecutablePlanPrinterImpl

public interface ExecutablePlanPrinter
Implementations of this interface provide the functionality to print executable plans in some way.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Prints the given plan to the stream(s) that are stored in this printer.
    void
    Prints the given plan to the given stream.
  • Method Details

    • print

      void print(ExecutablePlan plan, PrintStream out)
      Prints the given plan to the given stream.
    • print

      void print(ExecutablePlan plan)
      Prints the given plan to the stream(s) that are stored in this printer.