| Package | Description |
|---|---|
| kieker.analysis.stage.model |
Copyright 2021 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.
|
| kieker.model.analysismodel.sources | |
| kieker.model.analysismodel.sources.impl | |
| kieker.model.analysismodel.sources.util |
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
StaticModelsAssemblerStage.getSourceModel() |
| Constructor and Description |
|---|
AbstractSourceModelAssembler(SourceModel sourceModel,
java.lang.String sourceLabel) |
AssemblyModelAssembler(TypeModel typeModel,
AssemblyModel assemblyModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
AssemblyModelAssemblerStage(TypeModel typeModel,
AssemblyModel assemblyModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
DeploymentModelAssembler(AssemblyModel assemblyModel,
DeploymentModel deploymentModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
DeploymentModelAssemblerStage(AssemblyModel assemblyModel,
DeploymentModel deploymentModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
ExecutionModelAssembler(ExecutionModel executionModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
StaticModelsAssemblerStage(TypeModel typeModel,
AssemblyModel assemblyModel,
DeploymentModel deploymentModel,
SourceModel sourceModel,
java.lang.String sourceLabel,
SignatureExtractor signatureExtractor) |
TraceBasedExecutionModelAssembler(ExecutionModel executionModel,
SourceModel sourceModel,
java.lang.String sourceLabel) |
TypeModelAssembler(TypeModel typeModel,
SourceModel sourceModel,
java.lang.String sourceLabel,
IComponentSignatureExtractor componentSignatureExtractor,
IOperationSignatureExtractor operationSignatureExtractor) |
TypeModelAssemblerStage(TypeModel typeModel,
SourceModel sourceModel,
java.lang.String sourceLabel,
IComponentSignatureExtractor componentSignatureExtractor,
IOperationSignatureExtractor operationSignatureExtractor) |
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
SourcesFactory.createSourceModel()
Returns a new object of class 'Source Model'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceModelImpl
An implementation of the model object 'Source Model'.
|
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
SourcesFactoryImpl.createSourceModel() |
| Modifier and Type | Method and Description |
|---|---|
T |
SourcesSwitch.caseSourceModel(SourceModel object)
Returns the result of interpreting the object as an instance of 'Source Model'.
|
Copyright 2021 Kieker Project, http://kieker-monitoring.net