Uses of Interface
kieker.model.analysismodel.deployment.DeployedComponent
| Package | Description |
|---|---|
| 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.
|
| kieker.analysis.util |
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.deployment | |
| kieker.model.analysismodel.deployment.impl | |
| kieker.model.analysismodel.deployment.util |
-
Uses of DeployedComponent in kieker.analysis.metrics.graph.entropy
Methods in kieker.analysis.metrics.graph.entropy that return types with arguments of type DeployedComponent Modifier and Type Method Description com.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 DeployedComponent Modifier and Type Method Description com.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 DeployedComponent Modifier and Type Method Description static java.lang.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 DeployedComponent Modifier and Type Method Description DeployedComponentDeploymentFactory. createDeployedComponent()Returns a new object of class 'Deployed Component'.DeployedComponentDeployedOperation. getComponent()DeployedComponentDeployedStorage. getComponent()Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedComponent Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.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 DeployedComponent Modifier and Type Class Description classDeployedComponentImplAn implementation of the model object 'Deployed Component'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedComponent Modifier and Type Field Description protected DeployedComponentEStringToDeployedComponentMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedComponent Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.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 DeployedComponent Modifier and Type Method Description DeployedComponentDeploymentFactoryImpl. createDeployedComponent()DeployedComponentDeployedOperationImpl. getComponent()DeployedComponentDeployedStorageImpl. getComponent()DeployedComponentEStringToDeployedComponentMapEntryImpl. getTypedValue()DeployedComponentEStringToDeployedComponentMapEntryImpl. getValue()DeployedComponentEStringToDeployedComponentMapEntryImpl. setValue(DeployedComponent value)Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedComponent Modifier and Type Method Description java.util.Map.Entry<java.lang.String,DeployedComponent>DeploymentFactoryImpl. createEStringToDeployedComponentMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedComponent>DeploymentContextImpl. getComponents()org.eclipse.emf.common.util.EList<DeployedComponent>DeployedComponentImpl. getContainedComponents()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedComponent>EStringToDeployedComponentMapEntryImpl. getEMap()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedComponent Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToDeployedComponentMapEntryImpl. basicSetTypedValue(DeployedComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToDeployedComponentMapEntryImpl. setTypedValue(DeployedComponent newValue)DeployedComponentEStringToDeployedComponentMapEntryImpl. setValue(DeployedComponent value) -
Uses of DeployedComponent in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedComponent Modifier and Type Method Description TDeploymentSwitch. 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 DeployedComponent Modifier and Type Method Description TDeploymentSwitch. caseEStringToDeployedComponentMapEntry(java.util.Map.Entry<java.lang.String,DeployedComponent> object)Returns the result of interpreting the object as an instance of 'EString To Deployed Component Map Entry'.