Uses of Interface
kieker.model.analysismodel.assembly.AssemblyComponent
| Package | Description |
|---|---|
| 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.assembly | |
| kieker.model.analysismodel.assembly.impl | |
| kieker.model.analysismodel.assembly.util | |
| kieker.model.analysismodel.deployment | |
| kieker.model.analysismodel.deployment.impl |
-
Uses of AssemblyComponent in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type AssemblyComponent Modifier and Type Method Description static java.lang.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 AssemblyComponent Modifier and Type Method Description AssemblyComponentAssemblyFactory. createAssemblyComponent()Returns a new object of class 'Component'.AssemblyComponentAssemblyOperation. getComponent()AssemblyComponentAssemblyStorage. getComponent()Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyComponent Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.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 AssemblyComponent Modifier and Type Class Description classAssemblyComponentImplAn implementation of the model object 'Component'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyComponent Modifier and Type Field Description protected AssemblyComponentEStringToAssemblyComponentMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyComponent Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.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 AssemblyComponent Modifier and Type Method Description AssemblyComponentAssemblyFactoryImpl. createAssemblyComponent()AssemblyComponentAssemblyOperationImpl. getComponent()AssemblyComponentAssemblyStorageImpl. getComponent()AssemblyComponentEStringToAssemblyComponentMapEntryImpl. getTypedValue()AssemblyComponentEStringToAssemblyComponentMapEntryImpl. getValue()AssemblyComponentEStringToAssemblyComponentMapEntryImpl. setValue(AssemblyComponent value)Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyComponent Modifier and Type Method Description java.util.Map.Entry<java.lang.String,AssemblyComponent>AssemblyFactoryImpl. createEStringToAssemblyComponentMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyComponent>AssemblyModelImpl. getComponents()org.eclipse.emf.common.util.EList<AssemblyComponent>AssemblyComponentImpl. getContainedComponents()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyComponent>EStringToAssemblyComponentMapEntryImpl. getEMap()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyComponent Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToAssemblyComponentMapEntryImpl. basicSetTypedValue(AssemblyComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToAssemblyComponentMapEntryImpl. setTypedValue(AssemblyComponent newValue)AssemblyComponentEStringToAssemblyComponentMapEntryImpl. setValue(AssemblyComponent value) -
Uses of AssemblyComponent in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyComponent Modifier and Type Method Description TAssemblySwitch. 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 AssemblyComponent Modifier and Type Method Description TAssemblySwitch. caseEStringToAssemblyComponentMapEntry(java.util.Map.Entry<java.lang.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 AssemblyComponent Modifier and Type Method Description AssemblyComponentDeployedComponent. getAssemblyComponent()Returns the value of the 'Assembly Component' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyComponent Modifier and Type Method Description voidDeployedComponent. 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 AssemblyComponent Modifier and Type Field Description protected AssemblyComponentDeployedComponentImpl. assemblyComponentThe cached value of the 'Assembly Component' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyComponent Modifier and Type Method Description AssemblyComponentDeployedComponentImpl. basicGetAssemblyComponent()AssemblyComponentDeployedComponentImpl. getAssemblyComponent()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyComponent Modifier and Type Method Description voidDeployedComponentImpl. setAssemblyComponent(AssemblyComponent newAssemblyComponent)