Kieker 1.10

Uses of Interface
kieker.tools.traceAnalysis.systemModel.ISystemModelElement

Packages that use ISystemModelElement
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.descriptions   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.util   
 

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

Classes in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with type parameters of type ISystemModelElement
 class AbstractDependencyGraph<T extends ISystemModelElement>
          Abstract superclass for dependency graphs.
 class AbstractDependencyGraphFilter<T extends ISystemModelElement>
          Refactored copy from LogAnalysis-legacy tool.
 class AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>
          Abstract base class for dependency-graph-formatting visitors.
 class DependencyGraphNode<T extends ISystemModelElement>
          This class represents a single node within a dependency graph.
 class WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>
          This class represents a weighted but bidirected edge within a dependency graph.
 

Uses of ISystemModelElement in kieker.tools.traceAnalysis.filter.visualization.descriptions
 

Classes in kieker.tools.traceAnalysis.filter.visualization.descriptions with type parameters of type ISystemModelElement
 class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
          A filter which attaches decorations from a repository to graph entities.
 

Uses of ISystemModelElement in kieker.tools.traceAnalysis.systemModel
 

Classes in kieker.tools.traceAnalysis.systemModel that implement ISystemModelElement
 class AllocationComponent
           
 class AssemblyComponent
           
 class ExecutionContainer
           
 class RootAssemblyComponent
          This class represents a root assembly component.
 class RootExecutionContainer
          Specific subtype for the root execution container.
 

Uses of ISystemModelElement in kieker.tools.traceAnalysis.systemModel.util
 

Classes in kieker.tools.traceAnalysis.systemModel.util that implement ISystemModelElement
 class AllocationComponentOperationPair
          This class represents a pair consisting of an Operation and an AllocationComponent.
 class AssemblyComponentOperationPair
          This class represents a pair consisting of an Operation and an AssemblyComponent.
 


Kieker 1.10

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