Uses of Interface
kieker.model.analysismodel.assembly.AssemblyModel
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.model.analysismodel.assembly | |
kieker.model.analysismodel.assembly.impl | |
kieker.model.analysismodel.assembly.util |
-
Uses of AssemblyModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return AssemblyModel Modifier and Type Method Description AssemblyModel
StaticModelsAssemblerStage. getAssemblyModel()
Constructors in kieker.analysis.architecture.recovery with parameters of type AssemblyModel 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 AssemblyModel in kieker.analysis.architecture.recovery.assembler
Constructors in kieker.analysis.architecture.recovery.assembler with parameters of type AssemblyModel Constructor Description OperationAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, java.lang.String sourceLabel)
OperationDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
StorageAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, java.lang.String sourceLabel)
StorageDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of AssemblyModel in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyModel Modifier and Type Method Description AssemblyModel
AssemblyFactory. createAssemblyModel()
Returns a new object of class 'Model'. -
Uses of AssemblyModel in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyModel Modifier and Type Class Description class
AssemblyModelImpl
An implementation of the model object 'Model'.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyModel Modifier and Type Method Description AssemblyModel
AssemblyFactoryImpl. createAssemblyModel()
-
Uses of AssemblyModel in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyModel Modifier and Type Method Description T
AssemblySwitch. caseAssemblyModel(AssemblyModel object)
Returns the result of interpreting the object as an instance of 'Model'.