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.String
FullyQualifiedNamesFactory. createFullyQualifiedName(DeployedComponent component)
static int
FullyQualifiedNamesFactory. 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 DeployedComponent
DeploymentFactory. createDeployedComponent()
Returns a new object of class 'Deployed Component'.DeployedComponent
DeployedOperation. getComponent()
DeployedComponent
DeployedStorage. 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 class
DeployedComponentImpl
An implementation of the model object 'Deployed Component'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedComponent Modifier and Type Field Description protected DeployedComponent
EStringToDeployedComponentMapEntryImpl. value
The 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. components
The cached value of the 'Components
' map.protected org.eclipse.emf.common.util.EList<DeployedComponent>
DeployedComponentImpl. containedComponents
The cached value of the 'Contained Components
' reference list.Methods in kieker.model.analysismodel.deployment.impl that return DeployedComponent Modifier and Type Method Description DeployedComponent
DeploymentFactoryImpl. createDeployedComponent()
DeployedComponent
DeployedOperationImpl. getComponent()
DeployedComponent
DeployedStorageImpl. getComponent()
DeployedComponent
EStringToDeployedComponentMapEntryImpl. getTypedValue()
DeployedComponent
EStringToDeployedComponentMapEntryImpl. getValue()
DeployedComponent
EStringToDeployedComponentMapEntryImpl. 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.NotificationChain
EStringToDeployedComponentMapEntryImpl. basicSetTypedValue(DeployedComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToDeployedComponentMapEntryImpl. setTypedValue(DeployedComponent newValue)
DeployedComponent
EStringToDeployedComponentMapEntryImpl. 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 T
DeploymentSwitch. 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 T
DeploymentSwitch. 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'.