Kieker 1.3

Uses of Class
kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository

Packages that use SystemModelRepository
kieker.tools.traceAnalysis.plugins   
kieker.tools.traceAnalysis.plugins.executionRecordTransformation   
kieker.tools.traceAnalysis.plugins.messageTraceRepository   
kieker.tools.traceAnalysis.plugins.traceFilter   
kieker.tools.traceAnalysis.plugins.traceReconstruction   
kieker.tools.traceAnalysis.plugins.traceWriter   
kieker.tools.traceAnalysis.plugins.visualization.callTree   
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph   
kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins
 

Constructors in kieker.tools.traceAnalysis.plugins with parameters of type SystemModelRepository
AbstractExecutionTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
AbstractInvalidExecutionTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
AbstractMessageTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
AbstractTraceAnalysisPlugin(String name, SystemModelRepository systemEntityFactory)
           
AbstractTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.executionRecordTransformation
 

Constructors in kieker.tools.traceAnalysis.plugins.executionRecordTransformation with parameters of type SystemModelRepository
ExecutionRecordTransformationFilter(String name, SystemModelRepository systemFactory)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.messageTraceRepository
 

Constructors in kieker.tools.traceAnalysis.plugins.messageTraceRepository with parameters of type SystemModelRepository
MessageTraceRepositoryPlugin(String name, SystemModelRepository systemEntityFactory)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.traceFilter
 

Constructors in kieker.tools.traceAnalysis.plugins.traceFilter with parameters of type SystemModelRepository
TraceEquivalenceClassFilter(String name, SystemModelRepository systemEntityFactory, TraceEquivalenceClassFilter.TraceEquivalenceClassModes traceEquivalenceCallMode)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.traceReconstruction
 

Constructors in kieker.tools.traceAnalysis.plugins.traceReconstruction with parameters of type SystemModelRepository
TraceReconstructionFilter(String name, SystemModelRepository systemEntityFactory, long maxTraceDurationMillis, boolean ignoreInvalidTraces)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.traceWriter
 

Constructors in kieker.tools.traceAnalysis.plugins.traceWriter with parameters of type SystemModelRepository
ExecutionTraceWriterPlugin(String name, SystemModelRepository systemEntityFactory, String outputFn)
           
InvalidExecutionTraceWriterPlugin(String name, SystemModelRepository systemEntityFactory, String outputFn)
           
MessageTraceWriterPlugin(String name, SystemModelRepository systemEntityFactory, String outputFn)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type SystemModelRepository
static void AbstractCallTreePlugin.writeDotForMessageTrace(SystemModelRepository systemEntityFactory, AbstractCallTreeNode root, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels)
           
static void TraceCallTreePlugin.writeDotForMessageTrace(SystemModelRepository systemEntityFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels)
           
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type SystemModelRepository
AbstractAggregatedCallTreeNode(int id, SystemModelRepository systemEntityFactory, T entity, boolean rootNode)
           
AbstractCallTreeNode(int id, SystemModelRepository systemEntityFactory, T entity, boolean rootNode)
           
AbstractCallTreePlugin(String name, SystemModelRepository systemEntityFactory)
           
AggregatedAllocationComponentOperationCallTreePlugin(String name, AllocationComponentOperationPairFactory allocationComponentOperationPairFactory, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels)
           
AggregatedAssemblyComponentOperationCallTreePlugin(String name, AssemblyComponentOperationPairFactory assemblyComponentOperationPairFactory, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels)
           
AggregatedCallTreePlugin(String name, SystemModelRepository systemEntityFactory, AbstractAggregatedCallTreeNode<T> root, File dotOutputFile, boolean includeWeights, boolean shortLabels)
           
TraceCallTreeNode(int id, SystemModelRepository systemEntityFactory, AllocationComponentOperationPairFactory pairFactory, AllocationComponentOperationPair entity, boolean rootNode)
           
TraceCallTreePlugin(String name, AllocationComponentOperationPairFactory allocationComponentOperationPairFactory, SystemModelRepository systemEntityFactory, String outputFnBase, boolean shortLabels)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph with parameters of type SystemModelRepository
AbstractDependencyGraphPlugin(String name, SystemModelRepository systemEntityFactory, DependencyGraph<T> dependencyGraph)
           
ComponentDependencyGraphPluginAllocation(String name, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels, boolean includeSelfLoops)
           
ComponentDependencyGraphPluginAssembly(String name, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels, boolean includeSelfLoops)
           
ContainerDependencyGraphPlugin(String name, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels, boolean includeSelfLoops)
           
OperationDependencyGraphPluginAllocation(String name, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels, boolean includeSelfLoops)
           
OperationDependencyGraphPluginAssembly(String name, SystemModelRepository systemEntityFactory, File dotOutputFile, boolean includeWeights, boolean shortLabels, boolean includeSelfLoops)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram with parameters of type SystemModelRepository
static void SequenceDiagramPlugin.writePicForMessageTrace(SystemModelRepository systemEntityFactory, MessageTrace msgTrace, SequenceDiagramPlugin.SDModes sdMode, String outputFilename, boolean shortLabels)
           
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram with parameters of type SystemModelRepository
SequenceDiagramPlugin(String name, SystemModelRepository systemEntityFactory, SequenceDiagramPlugin.SDModes sdmode, String outputFnBase, boolean shortLabels)
           
 

Uses of SystemModelRepository in kieker.tools.traceAnalysis.systemModel.repository
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type SystemModelRepository
AbstractSystemSubRepository(SystemModelRepository systemFactory)
           
AllocationComponentOperationPairFactory(SystemModelRepository systemFactory)
           
AllocationRepository(SystemModelRepository systemFactory, AllocationComponent rootAllocationComponent)
           
AssemblyComponentOperationPairFactory(SystemModelRepository systemFactory)
           
AssemblyRepository(SystemModelRepository systemFactory, AssemblyComponent rootAssemblyComponent)
           
ExecutionEnvironmentRepository(SystemModelRepository systemFactory, ExecutionContainer rootExecutionContainer)
           
OperationRepository(SystemModelRepository systemFactory, Operation rootOperation)
           
TypeRepository(SystemModelRepository systemFactory, ComponentType rootComponent)
           
 


Kieker 1.3

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net