|
Kieker 1.7 | |||||||||
| 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.CompleteOriginRetentionPolicy
public final class CompleteOriginRetentionPolicy
The complete origin retention policy represents the intention that every origin should be
retained in the graph model and corresponds to the kind OriginRetentionPolicyKind.ALL.
Be aware that this policy may lead to extensive resource consumption when processing vast logs.
| Method Summary | ||
|---|---|---|
static CompleteOriginRetentionPolicy |
createInstance()
Factory method for the complete 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)
IOriginRetentionPolicy
other - The retention policy to unite this policy with
public <T> void handleOrigin(AbstractGraphElement<T> element,
T origin)
IOriginRetentionPolicy
T - The type of the entity within the graph element.element - The graph element to handle the origin fororigin - The origin to handlepublic static CompleteOriginRetentionPolicy createInstance()
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||