Class IGenerationSettings.GenTraceSettings

  • Enclosing interface:
    IGenerationSettings

    public static class IGenerationSettings.GenTraceSettings
    extends Object
    group by steps - changes within individual generation phases are grouped under 'step' nodes show empty steps - when generation phases are grouped under step nodes, decides whether to show empty ones. compact templates - whether to show only template node closest to the output node. group by change - individual changes grouped by either pair (input, output) or just input (forward trace) or output (for backward trace) node.
    • Constructor Detail

      • GenTraceSettings

        public GenTraceSettings()
    • Method Detail

      • isGroupByStep

        public boolean isGroupByStep()
      • setGroupByStep

        public void setGroupByStep​(boolean groupSteps)
      • isCompactTemplates

        public boolean isCompactTemplates()
      • setCompactTemplates

        public void setCompactTemplates​(boolean compactTemplates)
      • isShowEmptySteps

        public boolean isShowEmptySteps()
      • setShowEmptySteps

        public void setShowEmptySteps​(boolean showEmptySteps)
      • isGroupByChange

        public boolean isGroupByChange()
      • setGroupByChange

        public void setGroupByChange​(boolean groupByChange)