Uses of Interface
kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter |
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.
|
| kieker.tools.trace.analysis.filter.visualization |
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.
|
| kieker.tools.trace.analysis.filter.visualization.callTree |
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.
|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
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.
|
| kieker.tools.trace.analysis.filter.visualization.descriptions |
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.
|
| 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.
|
| kieker.tools.trace.analysis.filter.visualization.traceColoring |
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.
|
| kieker.visualization.trace |
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.
|
| kieker.visualization.trace.call.tree |
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.
|
| kieker.visualization.trace.dependency.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.
|
| kieker.visualization.trace.descriptions |
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 IOriginRetentionPolicy in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter that return IOriginRetentionPolicy Modifier and Type Method Description protected IOriginRetentionPolicyAbstractGraphProducingFilter. getOriginRetentionPolicy()Deprecated.Methods in kieker.tools.trace.analysis.filter with parameters of type IOriginRetentionPolicy Modifier and Type Method Description voidAbstractGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)Deprecated.voidIGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)Deprecated.Requests that the given retention policy is used by this graph producer. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization
Methods in kieker.tools.trace.analysis.filter.visualization that return IOriginRetentionPolicy Modifier and Type Method Description protected abstract IOriginRetentionPolicyAbstractGraphFilter. getDesiredOriginRetentionPolicy()Deprecated. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type IOriginRetentionPolicy Modifier and Type Method Description abstract AbstractCallTreeNode<T>AbstractCallTreeNode. newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Constructors in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type IOriginRetentionPolicy Constructor Description AbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.This constructor uses the given parameters to initialize the fields of this class.AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.This constructor uses the given parameters to initialize the fields of this class.TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters.WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type IOriginRetentionPolicy Modifier and Type Method Description voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an incoming dependency to this node.voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an incoming dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an outgoing dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Adds an outgoing dependency to this node.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type IOriginRetentionPolicy Constructor Description DependencyGraphNode(int id, T entity, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters.WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source, DependencyGraphNode<T> target, TraceInformation origin, IOriginRetentionPolicy originPolicy)Deprecated.Creates a new instance of this class using the given parameters. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.descriptions
Methods in kieker.tools.trace.analysis.filter.visualization.descriptions that return IOriginRetentionPolicy Modifier and Type Method Description protected IOriginRetentionPolicyDescriptionDecoratorFilter. getDesiredOriginRetentionPolicy()Deprecated. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.graph
Classes in kieker.tools.trace.analysis.filter.visualization.graph that implement IOriginRetentionPolicy Modifier and Type Class Description classAbstractOriginRetentionPolicyAbstract superclass for all origin retention policies.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.Methods in kieker.tools.trace.analysis.filter.visualization.graph that return IOriginRetentionPolicy Modifier and Type Method Description IOriginRetentionPolicyCompleteOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)IOriginRetentionPolicyIOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Unites this retention policy with another one and returns the resulting policy.IOriginRetentionPolicyNoOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Unites this retention policy with another one and returns the resulting policy.IOriginRetentionPolicySpecificOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Methods in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type IOriginRetentionPolicy Modifier and Type Method Description booleanAbstractOriginRetentionPolicy. dependsOn(IOriginRetentionPolicy policy)Checks whether this origin retention policy depends on the given policy.booleanIOriginRetentionPolicy. dependsOn(IOriginRetentionPolicy policy)Checks whether this origin retention policy depends on the given policy.booleanSpecificOriginRetentionPolicy. dependsOn(IOriginRetentionPolicy policy)booleanAbstractOriginRetentionPolicy. isCompatibleWith(IOriginRetentionPolicy policy)Checks whether this policy is compatible (i.e.booleanIOriginRetentionPolicy. isCompatibleWith(IOriginRetentionPolicy other)Checks whether this policy is compatible (i.e.IOriginRetentionPolicyCompleteOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)IOriginRetentionPolicyIOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Unites this retention policy with another one and returns the resulting policy.IOriginRetentionPolicyNoOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Unites this retention policy with another one and returns the resulting policy.IOriginRetentionPolicySpecificOriginRetentionPolicy. uniteWith(IOriginRetentionPolicy other)Constructors in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type IOriginRetentionPolicy Constructor Description AbstractEdge(V source, V target, O origin, IOriginRetentionPolicy originPolicy)Creates a new edge between the given vertices.AbstractGraphElement(O origin, IOriginRetentionPolicy originPolicy)This constructor initializes the element based on the given parameters.AbstractPayloadedVertex(O origin, IOriginRetentionPolicy originPolicy, P payload)Creates a new vertex with the given origin and payload.AbstractVertex(O origin, IOriginRetentionPolicy originPolicy)AbstractWeightedEdge(V source, V target, O origin, IOriginRetentionPolicy originPolicy)Creates a new weighted edge between the given vertices. -
Uses of IOriginRetentionPolicy in kieker.tools.trace.analysis.filter.visualization.traceColoring
Methods in kieker.tools.trace.analysis.filter.visualization.traceColoring that return IOriginRetentionPolicy Modifier and Type Method Description protected IOriginRetentionPolicyTraceColoringFilter. getDesiredOriginRetentionPolicy()Deprecated. -
Uses of IOriginRetentionPolicy in kieker.visualization.trace
Methods in kieker.visualization.trace that return IOriginRetentionPolicy Modifier and Type Method Description protected abstract IOriginRetentionPolicyAbstractGraphFilter. getDesiredOriginRetentionPolicy()protected IOriginRetentionPolicyTraceColoringFilter. getDesiredOriginRetentionPolicy()protected IOriginRetentionPolicyAbstractGraphProducingFilter. getOriginRetentionPolicy()Methods in kieker.visualization.trace with parameters of type IOriginRetentionPolicy Modifier and Type Method Description voidAbstractGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)voidIGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)Requests that the given retention policy is used by this graph producer. -
Uses of IOriginRetentionPolicy in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree with parameters of type IOriginRetentionPolicy Modifier and Type Method Description abstract AbstractCallTreeNode<T>AbstractCallTreeNode. newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)AbstractCallTreeNode<AllocationComponentOperationPair>TraceCallTreeNode. newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)Constructors in kieker.visualization.trace.call.tree with parameters of type IOriginRetentionPolicy Constructor Description AbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)This constructor uses the given parameters to initialize the fields of this class.AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)This constructor uses the given parameters to initialize the fields of this class.TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters.WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters. -
Uses of IOriginRetentionPolicy in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type IOriginRetentionPolicy Modifier and Type Method Description voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an incoming dependency to this node.voidDependencyGraphNode. addIncomingDependency(DependencyGraphNode<T> source, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an incoming dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, boolean isAssumed, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an outgoing dependency to this node.voidDependencyGraphNode. addOutgoingDependency(DependencyGraphNode<T> destination, TraceInformation origin, IOriginRetentionPolicy originPolicy)Adds an outgoing dependency to this node.Constructors in kieker.visualization.trace.dependency.graph with parameters of type IOriginRetentionPolicy Constructor Description DependencyGraphNode(int id, T entity, TraceInformation origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters.WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source, DependencyGraphNode<T> target, TraceInformation origin, IOriginRetentionPolicy originPolicy)Creates a new instance of this class using the given parameters. -
Uses of IOriginRetentionPolicy in kieker.visualization.trace.descriptions
Methods in kieker.visualization.trace.descriptions that return IOriginRetentionPolicy Modifier and Type Method Description protected IOriginRetentionPolicyDescriptionDecoratorFilter. getDesiredOriginRetentionPolicy()