Class TraceCallTreeFilter


public class TraceCallTreeFilter extends AbstractMessageTraceProcessingFilter
Plugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in". The data which is sent to this plugin is not delegated in any way.
Since:
1.1
Author:
Andre van Hoorn
  • Field Details

    • CONFIG_PROPERTY_NAME_OUTPUT_FILENAME

      public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILENAME
      This is the name of the property determining the output file name.
      See Also:
    • CONFIG_PROPERTY_NAME_SHORT_LABELS

      public static final String CONFIG_PROPERTY_NAME_SHORT_LABELS
      This is the name of the property determining whether to use short labels or not.
      See Also:
    • CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT

      public static final String CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT
      This is the default used output file name.
      See Also:
    • CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT

      public static final String CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT
      This is the default value whether to use short labels or not.
      See Also:
  • Constructor Details

    • TraceCallTreeFilter

      public TraceCallTreeFilter(SystemModelRepository repository, boolean shortLabels, String dotOutputFn)
      Creates a new instance of this class using the given parameters.
  • Method Details