Class Program


  • @Experimental
    public class Program
    extends java.lang.Object
    • Constructor Detail

      • Program

        protected Program​(LCG lcg,
                          java.util.List<CallType<?>> calls,
                          java.util.List<java.lang.Long> skips,
                          java.util.List<FilteredSkip> filteredSkips)
    • Method Detail

      • getLcg

        public LCG getLcg()
      • getCalls

        @Internal
        public java.util.List<CallType<?>> getCalls()
      • getSkips

        @Internal
        public java.util.List<java.lang.Long> getSkips()
      • getFilteredSkips

        @Internal
        public java.util.List<FilteredSkip> getFilteredSkips()
      • isVerbose

        @Internal
        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)