Uses of Interface
kieker.model.analysismodel.deployment.DeploymentContext
Packages that use DeploymentContext
Package
Description
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 DeploymentContext in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type DeploymentContextModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(DeploymentContext context) -
Uses of DeploymentContext in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeploymentContextModifier and TypeMethodDescriptionDeploymentFactory.createDeploymentContext()Returns a new object of class 'Context'.DeployedComponent.getContext()Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeploymentContextModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,DeploymentContext> DeploymentModel.getContexts()Returns the value of the 'Contexts' map. -
Uses of DeploymentContext in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeploymentContextModifier and TypeClassDescriptionclassAn implementation of the model object 'Context'.Fields in kieker.model.analysismodel.deployment.impl declared as DeploymentContextModifier and TypeFieldDescriptionprotected DeploymentContextEStringToDeploymentContextMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeploymentContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,DeploymentContext> DeploymentModelImpl.contextsThe cached value of the 'Contexts' map.Methods in kieker.model.analysismodel.deployment.impl that return DeploymentContextModifier and TypeMethodDescriptionDeploymentFactoryImpl.createDeploymentContext()DeployedComponentImpl.getContext()EStringToDeploymentContextMapEntryImpl.getTypedValue()EStringToDeploymentContextMapEntryImpl.getValue()EStringToDeploymentContextMapEntryImpl.setValue(DeploymentContext value) Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeploymentContextModifier and TypeMethodDescriptionDeploymentFactoryImpl.createEStringToDeploymentContextMapEntry()org.eclipse.emf.common.util.EMap<String,DeploymentContext> DeploymentModelImpl.getContexts()org.eclipse.emf.common.util.EMap<String,DeploymentContext> EStringToDeploymentContextMapEntryImpl.getEMap()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeploymentContextModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToDeploymentContextMapEntryImpl.basicSetTypedValue(DeploymentContext newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToDeploymentContextMapEntryImpl.setTypedValue(DeploymentContext newValue) EStringToDeploymentContextMapEntryImpl.setValue(DeploymentContext value) -
Uses of DeploymentContext in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeploymentContextModifier and TypeMethodDescriptionDeploymentSwitch.caseDeploymentContext(DeploymentContext object) Returns the result of interpreting the object as an instance of 'Context'.Method parameters in kieker.model.analysismodel.deployment.util with type arguments of type DeploymentContextModifier and TypeMethodDescriptionDeploymentSwitch.caseEStringToDeploymentContextMapEntry(Map.Entry<String, DeploymentContext> object) Returns the result of interpreting the object as an instance of 'EString To Deployment Context Map Entry'.