Uses of Interface
kieker.model.analysismodel.source.SourceModel
Packages that use SourceModel
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
-
Uses of SourceModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return SourceModelConstructors in kieker.analysis.architecture.recovery with parameters of type SourceModelModifierConstructorDescriptionStaticModelsAssemblerStage(TypeModel typeModel, AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, 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 SourceModelModifierConstructorDescriptionAbstractModelAssembler(SourceModel sourceModel, String sourceLabel) InvocationExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, String sourceLabel) OperationAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, String sourceLabel) OperationDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, String sourceLabel) OperationTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IOperationSignatureExtractor operationSignatureExtractor) StorageAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, String sourceLabel) StorageDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, String sourceLabel) StorageTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IStorageSignatureExtractor storageSignatureExtractor) TraceBasedExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, String sourceLabel) -
Uses of SourceModel in kieker.analysis.architecture.recovery.storage
Fields in kieker.analysis.architecture.recovery.storage declared as SourceModelModifier and TypeFieldDescriptionprotected final SourceModelAbstractDataflowAssemblerStage.sourceModelConstructors in kieker.analysis.architecture.recovery.storage with parameters of type SourceModelModifierConstructorDescriptionAbstractDataflowAssemblerStage(SourceModel sourceModel, String sourceLabel) ExecutionModelDataflowAssemblerStage(ExecutionModel executionModel, DeploymentModel deploymentModel, SourceModel sourceModel, String sourceLabel) -
Uses of SourceModel in kieker.model.analysismodel.source
Methods in kieker.model.analysismodel.source that return SourceModelModifier and TypeMethodDescriptionSourceFactory.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 SourceModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Model'.Methods in kieker.model.analysismodel.source.impl that return SourceModel -
Uses of SourceModel in kieker.model.analysismodel.source.util
Methods in kieker.model.analysismodel.source.util with parameters of type SourceModelModifier and TypeMethodDescriptionSourceSwitch.caseSourceModel(SourceModel object) Returns the result of interpreting the object as an instance of 'Model'.