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 void
ModelChangeNameStage. execute(ModelRepository input)
protected void
ModelSink. 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 void
DependencyGraphCreatorStage. 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 ModelRepository
ArchitectureModelRepositoryFactory. createEmptyModelRepository(java.lang.String repositoryName)
Create an empty repository for architecture models.static ModelRepository
ArchitectureModelManagementUtils. createModelRepository(java.lang.String experimentName, boolean mapFile)
static ModelRepository
ArchitectureModelRepositoryFactory. createModelRepository(java.lang.String repositoryName, ModelDescriptor... descriptors)
Create a model repository with a set of empty models.static ModelRepository
ArchitectureModelRepositoryFactory. 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 void
ArchitectureModelRepositoryFactory. 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 void
IGraphElementSelector. 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 void
AllSelector. setRepository(ModelRepository repository)
void
AllSelectorColor. setRepository(ModelRepository repository)
void
DiffSelector. setRepository(ModelRepository repository)
void
IntersectSelector. setRepository(ModelRepository repository)
void
SubtractSelector. 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 void
AllenDeployedArchitectureGraphStage. execute(ModelRepository repository)
protected void
AllenDeployedMaximalInterconnectedGraphStage. execute(ModelRepository repository)
protected void
CreateGraph4AllenMetricStage. execute(ModelRepository element)