Uses of Interface
kieker.model.analysismodel.type.TypeModel
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.type | |
kieker.model.analysismodel.type.impl | |
kieker.model.analysismodel.type.util |
-
Uses of TypeModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return TypeModel Modifier and Type Method Description TypeModel
StaticModelsAssemblerStage. getTypeModel()
Constructors in kieker.analysis.architecture.recovery with parameters of type TypeModel 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 TypeModel in kieker.analysis.architecture.recovery.assembler
Constructors in kieker.analysis.architecture.recovery.assembler with parameters of type TypeModel Constructor Description OperationAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, 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)
StorageTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, java.lang.String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IStorageSignatureExtractor storageSignatureExtractor)
-
Uses of TypeModel in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return TypeModel Modifier and Type Method Description TypeModel
TypeFactory. createTypeModel()
Returns a new object of class 'Model'. -
Uses of TypeModel in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement TypeModel Modifier and Type Class Description class
TypeModelImpl
An implementation of the model object 'Model'.Methods in kieker.model.analysismodel.type.impl that return TypeModel Modifier and Type Method Description TypeModel
TypeFactoryImpl. createTypeModel()
-
Uses of TypeModel in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type TypeModel Modifier and Type Method Description T
TypeSwitch. caseTypeModel(TypeModel object)
Returns the result of interpreting the object as an instance of 'Model'.