Kieker 1.8

Uses of Class
kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph

Packages that use AbstractGraph
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.visualization   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
 

Uses of AbstractGraph in kieker.tools.traceAnalysis.filter
 

Classes in kieker.tools.traceAnalysis.filter with type parameters of type AbstractGraph
 class AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>
          Abstract superclass for graph-producing filters.
 interface IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>
          Interface for graph-outputting filters.
 interface IGraphProducingFilter<G extends AbstractGraph<?,?,?>>
          Interface for graph-producing filters.
 

Uses of AbstractGraph in kieker.tools.traceAnalysis.filter.visualization
 

Classes in kieker.tools.traceAnalysis.filter.visualization with type parameters of type AbstractGraph
 class AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
          Abstract superclass for all graph filters.
 class AbstractGraphFormatter<G extends AbstractGraph<?,?,?>>
          Abstract superclass for all graph formatters.
 

Methods in kieker.tools.traceAnalysis.filter.visualization with parameters of type AbstractGraph
 String AbstractGraphFormatter.createFormattedRepresentation(AbstractGraph<?,?,?> graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)
          Creates a formatted representation of the given graph.
 void GraphWriterPlugin.writeGraph(AbstractGraph<?,?,?> graph)
          Formats a given graph and saves the generated specification to disk.
 

Uses of AbstractGraph in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Subclasses of AbstractGraph in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 class AbstractDependencyGraph<T extends ISystemModelElement>
          Abstract superclass for dependency graphs.
 class ComponentAllocationDependencyGraph
          This class represents component dependency graphs on the allocation level.
 class ComponentAssemblyDependencyGraph
          This class represents component dependency graphs on the assembly level.
 class ContainerDependencyGraph
          This class represents container dependency graphs.
 class OperationAllocationDependencyGraph
          This class represents operation dependency graphs on the allocation level.
 class OperationAssemblyDependencyGraph
          This class represents operation dependency graphs on the assembly level.
 


Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net