Uses of Interface
kieker.model.analysismodel.assembly.AssemblyComponent
Packages that use AssemblyComponent
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 AssemblyComponent in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type AssemblyComponentModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(AssemblyComponent component) static intFullyQualifiedNamesFactory.findIndexNumber(AssemblyComponent component) -
Uses of AssemblyComponent in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyComponentModifier and TypeMethodDescriptionAssemblyFactory.createAssemblyComponent()Returns a new object of class 'Component'.AssemblyOperation.getComponent()AssemblyStorage.getComponent()Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyComponentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,AssemblyComponent> AssemblyModel.getComponents()Returns the value of the 'Components' map.org.eclipse.emf.common.util.EList<AssemblyComponent>AssemblyComponent.getContainedComponents()Returns the value of the 'Contained Components' reference list. -
Uses of AssemblyComponent in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyComponentModifier and TypeClassDescriptionclassAn implementation of the model object 'Component'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyComponentModifier and TypeFieldDescriptionprotected AssemblyComponentEStringToAssemblyComponentMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyComponentModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,AssemblyComponent> AssemblyModelImpl.componentsThe cached value of the 'Components' map.protected org.eclipse.emf.common.util.EList<AssemblyComponent>AssemblyComponentImpl.containedComponentsThe cached value of the 'Contained Components' reference list.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyComponentModifier and TypeMethodDescriptionAssemblyFactoryImpl.createAssemblyComponent()AssemblyOperationImpl.getComponent()AssemblyStorageImpl.getComponent()EStringToAssemblyComponentMapEntryImpl.getTypedValue()EStringToAssemblyComponentMapEntryImpl.getValue()EStringToAssemblyComponentMapEntryImpl.setValue(AssemblyComponent value) Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyComponentModifier and TypeMethodDescriptionAssemblyFactoryImpl.createEStringToAssemblyComponentMapEntry()org.eclipse.emf.common.util.EMap<String,AssemblyComponent> AssemblyModelImpl.getComponents()org.eclipse.emf.common.util.EList<AssemblyComponent>AssemblyComponentImpl.getContainedComponents()org.eclipse.emf.common.util.EMap<String,AssemblyComponent> EStringToAssemblyComponentMapEntryImpl.getEMap()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyComponentModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToAssemblyComponentMapEntryImpl.basicSetTypedValue(AssemblyComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToAssemblyComponentMapEntryImpl.setTypedValue(AssemblyComponent newValue) EStringToAssemblyComponentMapEntryImpl.setValue(AssemblyComponent value) -
Uses of AssemblyComponent in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyComponentModifier and TypeMethodDescriptionAssemblySwitch.caseAssemblyComponent(AssemblyComponent object) Returns the result of interpreting the object as an instance of 'Component'.Method parameters in kieker.model.analysismodel.assembly.util with type arguments of type AssemblyComponentModifier and TypeMethodDescriptionAssemblySwitch.caseEStringToAssemblyComponentMapEntry(Map.Entry<String, AssemblyComponent> object) Returns the result of interpreting the object as an instance of 'EString To Assembly Component Map Entry'. -
Uses of AssemblyComponent in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return AssemblyComponentModifier and TypeMethodDescriptionDeployedComponent.getAssemblyComponent()Returns the value of the 'Assembly Component' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyComponentModifier and TypeMethodDescriptionvoidDeployedComponent.setAssemblyComponent(AssemblyComponent value) Sets the value of the 'Assembly Component' reference. -
Uses of AssemblyComponent in kieker.model.analysismodel.deployment.impl
Fields in kieker.model.analysismodel.deployment.impl declared as AssemblyComponentModifier and TypeFieldDescriptionprotected AssemblyComponentDeployedComponentImpl.assemblyComponentThe cached value of the 'Assembly Component' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyComponentModifier and TypeMethodDescriptionDeployedComponentImpl.basicGetAssemblyComponent()DeployedComponentImpl.getAssemblyComponent()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyComponentModifier and TypeMethodDescriptionvoidDeployedComponentImpl.setAssemblyComponent(AssemblyComponent newAssemblyComponent)