Class PrintResultPlan


  • public class PrintResultPlan
    extends Plan
    Print results to some output
    • Field Detail

      • result

        protected java.lang.Object result
        The result.
    • Constructor Detail

      • PrintResultPlan

        public PrintResultPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan