Uses of Class
kieker.analysis.architecture.repository.ModelRepository
| Package | Description |
|---|---|
| kieker.analysis.architecture |
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.dependency |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.repository |
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.generic.graph |
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.generic.graph.selector |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.analysis.metrics.graph.entropy |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of ModelRepository in kieker.analysis.architecture
Methods in kieker.analysis.architecture that return types with arguments of type ModelRepository Modifier and Type Method Description teetime.framework.OutputPort<ModelRepository>TriggerToModelSnapshotStage. getOutputPort()Methods in kieker.analysis.architecture with parameters of type ModelRepository Modifier and Type Method Description protected voidModelChangeNameStage. execute(ModelRepository input)protected voidModelSink. execute(ModelRepository element)Constructors in kieker.analysis.architecture with parameters of type ModelRepository Constructor Description TriggerToModelSnapshotStage(ModelRepository repository) -
Uses of ModelRepository in kieker.analysis.architecture.dependency
Methods in kieker.analysis.architecture.dependency with parameters of type ModelRepository Modifier and Type Method Description IGraph<INode,IEdge>AbstractDependencyGraphBuilder. build(ModelRepository repository)IGraph<INode,IEdge>IDependencyGraphBuilder. build(ModelRepository repository)protected voidDependencyGraphCreatorStage. execute(ModelRepository repository) -
Uses of ModelRepository in kieker.analysis.architecture.repository
Methods in kieker.analysis.architecture.repository that return ModelRepository Modifier and Type Method Description static ModelRepositoryArchitectureModelRepositoryFactory. createEmptyModelRepository(java.lang.String repositoryName)Create an empty repository for architecture models.static ModelRepositoryArchitectureModelManagementUtils. createModelRepository(java.lang.String experimentName, boolean mapFile)static ModelRepositoryArchitectureModelRepositoryFactory. createModelRepository(java.lang.String repositoryName, ModelDescriptor... descriptors)Create a model repository with a set of empty models.static ModelRepositoryArchitectureModelRepositoryFactory. readModelRepository(java.nio.file.Path inputDirectory, ModelDescriptor... descriptors)Read a set of model files into a model repository.Methods in kieker.analysis.architecture.repository with parameters of type ModelRepository Modifier and Type Method Description static voidArchitectureModelRepositoryFactory. writeModelRepository(java.nio.file.Path outputDirectory, ModelRepository repository)Write a model repository to the file system. -
Uses of ModelRepository in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type ModelRepository Modifier and Type Method Description voidIGraphElementSelector. setRepository(ModelRepository repository) -
Uses of ModelRepository in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type ModelRepository Modifier and Type Method Description voidAllSelector. setRepository(ModelRepository repository)voidAllSelectorColor. setRepository(ModelRepository repository)voidDiffSelector. setRepository(ModelRepository repository)voidIntersectSelector. setRepository(ModelRepository repository)voidSubtractSelector. setRepository(ModelRepository repository) -
Uses of ModelRepository in kieker.analysis.metrics.graph.entropy
Methods in kieker.analysis.metrics.graph.entropy with parameters of type ModelRepository Modifier and Type Method Description protected voidAllenDeployedArchitectureGraphStage. execute(ModelRepository repository)protected voidAllenDeployedMaximalInterconnectedGraphStage. execute(ModelRepository repository)protected voidCreateGraph4AllenMetricStage. execute(ModelRepository element)