Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.graph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AbstractOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.graph
Subclasses of AbstractOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.graph Modifier and Type Class Description classCompleteOriginRetentionPolicyThe complete origin retention policy represents the intention that every origin should be retained in the graph model and corresponds to the kindOriginRetentionPolicyKind.ALL.classNoOriginRetentionPolicyThe no-origin-retention policy represents the intention that no origins should be retained at all and corresponds to the kindOriginRetentionPolicyKind.NONE.classSpecificOriginRetentionPolicyThe specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kindOriginRetentionPolicyKind.SPECIFIC.