Uses of Interface
kieker.model.analysismodel.deployment.DeployedComponent
Packages that use DeployedComponent
Package
Description
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.
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 DeployedComponent in kieker.analysis.metrics.graph.entropy
Methods in kieker.analysis.metrics.graph.entropy that return types with arguments of type DeployedComponentModifier and TypeMethodDescriptioncom.google.common.graph.MutableGraph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>>KiekerArchitectureModelSystemGraphUtils.convertToSystemGraph(com.google.common.graph.Graph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>> graph) Method parameters in kieker.analysis.metrics.graph.entropy with type arguments of type DeployedComponentModifier and TypeMethodDescriptioncom.google.common.graph.MutableGraph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>>KiekerArchitectureModelSystemGraphUtils.convertToSystemGraph(com.google.common.graph.Graph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>> graph) -
Uses of DeployedComponent in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type DeployedComponentModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(DeployedComponent component) static intFullyQualifiedNamesFactory.findIndexNumber(DeployedComponent component) -
Uses of DeployedComponent in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedComponentModifier and TypeMethodDescriptionDeploymentFactory.createDeployedComponent()Returns a new object of class 'Deployed Component'.DeployedOperation.getComponent()DeployedStorage.getComponent()Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedComponentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,DeployedComponent> DeploymentContext.getComponents()Returns the value of the 'Components' map.org.eclipse.emf.common.util.EList<DeployedComponent>DeployedComponent.getContainedComponents()Returns the value of the 'Contained Components' reference list. -
Uses of DeployedComponent in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeployedComponentModifier and TypeClassDescriptionclassAn implementation of the model object 'Deployed Component'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedComponentModifier and TypeFieldDescriptionprotected DeployedComponentEStringToDeployedComponentMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedComponentModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,DeployedComponent> DeploymentContextImpl.componentsThe cached value of the 'Components' map.protected org.eclipse.emf.common.util.EList<DeployedComponent>DeployedComponentImpl.containedComponentsThe cached value of the 'Contained Components' reference list.Methods in kieker.model.analysismodel.deployment.impl that return DeployedComponentModifier and TypeMethodDescriptionDeploymentFactoryImpl.createDeployedComponent()DeployedOperationImpl.getComponent()DeployedStorageImpl.getComponent()EStringToDeployedComponentMapEntryImpl.getTypedValue()EStringToDeployedComponentMapEntryImpl.getValue()EStringToDeployedComponentMapEntryImpl.setValue(DeployedComponent value) Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedComponentModifier and TypeMethodDescriptionDeploymentFactoryImpl.createEStringToDeployedComponentMapEntry()org.eclipse.emf.common.util.EMap<String,DeployedComponent> DeploymentContextImpl.getComponents()org.eclipse.emf.common.util.EList<DeployedComponent>DeployedComponentImpl.getContainedComponents()org.eclipse.emf.common.util.EMap<String,DeployedComponent> EStringToDeployedComponentMapEntryImpl.getEMap()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedComponentModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToDeployedComponentMapEntryImpl.basicSetTypedValue(DeployedComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToDeployedComponentMapEntryImpl.setTypedValue(DeployedComponent newValue) EStringToDeployedComponentMapEntryImpl.setValue(DeployedComponent value) -
Uses of DeployedComponent in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedComponentModifier and TypeMethodDescriptionDeploymentSwitch.caseDeployedComponent(DeployedComponent object) Returns the result of interpreting the object as an instance of 'Deployed Component'.Method parameters in kieker.model.analysismodel.deployment.util with type arguments of type DeployedComponentModifier and TypeMethodDescriptionDeploymentSwitch.caseEStringToDeployedComponentMapEntry(Map.Entry<String, DeployedComponent> object) Returns the result of interpreting the object as an instance of 'EString To Deployed Component Map Entry'.