Uses of Interface
kieker.model.analysismodel.type.TypeModel
Packages that use TypeModel
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.
-
Uses of TypeModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return TypeModelConstructors in kieker.analysis.architecture.recovery with parameters of type TypeModelModifierConstructorDescriptionStaticModelsAssemblerStage(TypeModel typeModel, AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, 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 TypeModelModifierConstructorDescriptionOperationAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, String sourceLabel) OperationTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IOperationSignatureExtractor operationSignatureExtractor) StorageAssemblyModelAssembler(TypeModel typeModel, AssemblyModel assemblyModel, SourceModel sourceModel, String sourceLabel) StorageTypeModelAssembler(TypeModel typeModel, SourceModel sourceModel, String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IStorageSignatureExtractor storageSignatureExtractor) -
Uses of TypeModel in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return TypeModelModifier and TypeMethodDescriptionTypeFactory.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 TypeModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Model'.Methods in kieker.model.analysismodel.type.impl that return TypeModel -
Uses of TypeModel in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type TypeModelModifier and TypeMethodDescriptionTypeSwitch.caseTypeModel(TypeModel object) Returns the result of interpreting the object as an instance of 'Model'.