Package 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.
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.
-
Interface Summary Interface Description AbstractGraph.IGraphVisitor<V,E> Interface for abstract-graph visitors.IOriginRetentionPolicy Origin retention policies control the way in which origins for graph elements are kept. -
Class Summary Class Description AbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> Generic superclass for all graph edges in the visualization package.AbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> Generic superclass for all graphs in the visualization package.AbstractGraphElement<O> Superclass for graph elements, i.e.AbstractOriginRetentionPolicy 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.AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> Generic superclass for all vertices in the visualization package.AbstractVertexDecoration This is an abstract base for vertex decorations.AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> Abstract superclass for weighted edges in the visualization package.Color (RGB-based) Color implementation for the visualization package.CompleteOriginRetentionPolicy The complete origin retention policy represents the intention that every origin should be retained in the graph model and corresponds to the kindOriginRetentionPolicyKind.ALL
.NoOriginRetentionPolicy The no-origin-retention policy represents the intention that no origins should be retained at all and corresponds to the kindOriginRetentionPolicyKind.NONE
.SpecificOriginRetentionPolicy The specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kindOriginRetentionPolicyKind.SPECIFIC
. -
Enum Summary Enum Description OriginRetentionPolicyKind This enumeration contains origin retention policy kinds, i.e.