|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
kieker.tools.traceAnalysis.filter.visualization.graph.NoOriginRetentionPolicy
public final class NoOriginRetentionPolicy
The no-origin-retention policy represents the intention that no origins should be retained at all
and corresponds to the kind OriginRetentionPolicyKind.NONE.
| Method Summary | ||
|---|---|---|
static NoOriginRetentionPolicy |
createInstance()
Factory method for the no-origin-retention policy. |
|
|
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. |
|
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy |
|---|
dependsOn, getKind, isCompatibleWith |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IOriginRetentionPolicy uniteWith(IOriginRetentionPolicy other)
other - The retention policy to unite this policy with
public <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()
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||