Uses of Interface
kieker.model.analysismodel.source.SourceModel
Package | Description |
---|---|
kieker.analysis.architecture.recovery |
Copyright 2022 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.analysis.architecture.recovery.assembler |
Copyright 2022 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.analysis.architecture.recovery.storage |
Copyright 2022 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.source | |
kieker.model.analysismodel.source.impl | |
kieker.model.analysismodel.source.util |
-
Uses of SourceModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return SourceModel Modifier and Type Method Description SourceModel
StaticModelsAssemblerStage. getSourceModel()
Constructors in kieker.analysis.architecture.recovery with parameters of type SourceModel Constructor Description StaticModelsAssemblerStage(TypeModel typeModel, AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel, SignatureExtractor signatureExtractor)
Create a static model assembler stage. -
Uses of SourceModel in kieker.analysis.architecture.recovery.assembler
Constructors in kieker.analysis.architecture.recovery.assembler with parameters of type SourceModel Constructor Description AbstractModelAssembler(SourceModel sourceModel, java.lang.String sourceLabel)
InvocationExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, java.lang.String sourceLabel)
OperationAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, java.lang.String sourceLabel)
OperationDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
OperationTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, java.lang.String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IOperationSignatureExtractor operationSignatureExtractor)
StorageAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, java.lang.String sourceLabel)
StorageDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
StorageTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, java.lang.String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IStorageSignatureExtractor storageSignatureExtractor)
TraceBasedExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of SourceModel in kieker.analysis.architecture.recovery.storage
Fields in kieker.analysis.architecture.recovery.storage declared as SourceModel Modifier and Type Field Description protected SourceModel
AbstractDataflowAssemblerStage. sourceModel
Constructors in kieker.analysis.architecture.recovery.storage with parameters of type SourceModel Constructor Description AbstractDataflowAssemblerStage(SourceModel sourceModel, java.lang.String sourceLabel)
ExecutionModelDataflowAssemblerStage(ExecutionModel executionModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of SourceModel in kieker.model.analysismodel.source
Methods in kieker.model.analysismodel.source that return SourceModel Modifier and Type Method Description SourceModel
SourceFactory. createSourceModel()
Returns a new object of class 'Model'. -
Uses of SourceModel in kieker.model.analysismodel.source.impl
Classes in kieker.model.analysismodel.source.impl that implement SourceModel Modifier and Type Class Description class
SourceModelImpl
An implementation of the model object 'Model'.Methods in kieker.model.analysismodel.source.impl that return SourceModel Modifier and Type Method Description SourceModel
SourceFactoryImpl. createSourceModel()
-
Uses of SourceModel in kieker.model.analysismodel.source.util
Methods in kieker.model.analysismodel.source.util with parameters of type SourceModel Modifier and Type Method Description T
SourceSwitch. caseSourceModel(SourceModel object)
Returns the result of interpreting the object as an instance of 'Model'.