public final class NoOriginRetentionPolicy extends AbstractOriginRetentionPolicy
OriginRetentionPolicyKind.NONE.| Modifier and Type | Method and Description | 
|---|---|
| static NoOriginRetentionPolicy | createInstance()Factory method for the no-origin-retention policy. | 
| <T> void | handleOrigin(AbstractGraphElement<T> element,
            T origin)Handles a given origin for the given graph element. | 
| IOriginRetentionPolicy | uniteWith(IOriginRetentionPolicy other)Unites this retention policy with another one and returns the resulting policy. | 
dependsOn, getKind, isCompatibleWithpublic IOriginRetentionPolicy uniteWith(IOriginRetentionPolicy other)
other - The retention policy to unite this policy withpublic <T> void handleOrigin(AbstractGraphElement<T> element, T origin)
T - The type of the entity within the graph element.element - The graph element to handle the origin fororigin - The origin to handlepublic static NoOriginRetentionPolicy createInstance()
Copyright 2017 Kieker Project, http://kieker-monitoring.net