Class SpecificOriginRetentionPolicy

java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
All Implemented Interfaces:
IOriginRetentionPolicy

public class SpecificOriginRetentionPolicy
extends AbstractOriginRetentionPolicy
The specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kind OriginRetentionPolicyKind.SPECIFIC. Two specific retention policies are united by uniting the underlying sets. Instead of calculating the union set, however, the two policies are chained together using an implicit union/or operator to provide a higher flexibility.
Since:
1.6