Kieker 1.12

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

Packages that use AbstractVertexDecoration
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.graph   
 

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

Subclasses of AbstractVertexDecoration in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 class ResponseTimeDecoration
          Response time decoration for graph vertices.
 

Uses of AbstractVertexDecoration in kieker.tools.traceAnalysis.filter.visualization.graph
 

Methods in kieker.tools.traceAnalysis.filter.visualization.graph with type parameters of type AbstractVertexDecoration
<DecorationT extends AbstractVertexDecoration>
DecorationT
AbstractVertex.getDecoration(java.lang.Class<DecorationT> type)
          Returns the decoration of this vertex of the given type.
 

Methods in kieker.tools.traceAnalysis.filter.visualization.graph that return types with arguments of type AbstractVertexDecoration
 java.util.Collection<AbstractVertexDecoration> AbstractVertex.getDecorations()
          Returns all decorations of this vertex.
 

Methods in kieker.tools.traceAnalysis.filter.visualization.graph with parameters of type AbstractVertexDecoration
 void AbstractVertex.addDecoration(AbstractVertexDecoration decoration)
          Adds a decoration to this vertex.
 


Kieker 1.12

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