Package kieker.tools.trace.analysis.filter.visualization.graph
package kieker.tools.trace.analysis.filter.visualization.graph
Copyright 2026 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassDescriptionGeneric superclass for all graph edges in the visualization package.Generic superclass for all graphs in the visualization package.Interface for abstract-graph visitors.Superclass for graph elements, i.e.Abstract superclass for all origin retention policies.AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,
E, O, P>, E extends AbstractEdge<V, E, O>, O, P> Abstract superclass for "payloaded" vertices, i.e.Generic superclass for all vertices in the visualization package.This is an abstract base for vertex decorations.Abstract superclass for weighted edges in the visualization package.(RGB-based) Color implementation for the visualization package.The complete origin retention policy represents the intention that every origin should be retained in the graph model and corresponds to the kindOriginRetentionPolicyKind.ALL.Origin retention policies control the way in which origins for graph elements are kept.The no-origin-retention policy represents the intention that no origins should be retained at all and corresponds to the kindOriginRetentionPolicyKind.NONE.This enumeration contains origin retention policy kinds, i.e.The specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kindOriginRetentionPolicyKind.SPECIFIC.