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.String
FullyQualifiedNamesFactory. createFullyQualifiedName(AssemblyComponent component)
static int
FullyQualifiedNamesFactory. 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 AssemblyComponent
AssemblyFactory. createAssemblyComponent()
Returns a new object of class 'Component'.AssemblyComponent
AssemblyOperation. getComponent()
AssemblyComponent
AssemblyStorage. 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 class
AssemblyComponentImpl
An implementation of the model object 'Component'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyComponent Modifier and Type Field Description protected AssemblyComponent
EStringToAssemblyComponentMapEntryImpl. value
The 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. components
The cached value of the 'Components
' map.protected org.eclipse.emf.common.util.EList<AssemblyComponent>
AssemblyComponentImpl. containedComponents
The cached value of the 'Contained Components
' reference list.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyComponent Modifier and Type Method Description AssemblyComponent
AssemblyFactoryImpl. createAssemblyComponent()
AssemblyComponent
AssemblyOperationImpl. getComponent()
AssemblyComponent
AssemblyStorageImpl. getComponent()
AssemblyComponent
EStringToAssemblyComponentMapEntryImpl. getTypedValue()
AssemblyComponent
EStringToAssemblyComponentMapEntryImpl. getValue()
AssemblyComponent
EStringToAssemblyComponentMapEntryImpl. 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.NotificationChain
EStringToAssemblyComponentMapEntryImpl. basicSetTypedValue(AssemblyComponent newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToAssemblyComponentMapEntryImpl. setTypedValue(AssemblyComponent newValue)
AssemblyComponent
EStringToAssemblyComponentMapEntryImpl. 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 T
AssemblySwitch. 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 T
AssemblySwitch. 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 AssemblyComponent
DeployedComponent. 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 void
DeployedComponent. 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 AssemblyComponent
DeployedComponentImpl. assemblyComponent
The cached value of the 'Assembly Component
' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyComponent Modifier and Type Method Description AssemblyComponent
DeployedComponentImpl. basicGetAssemblyComponent()
AssemblyComponent
DeployedComponentImpl. getAssemblyComponent()
Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyComponent Modifier and Type Method Description void
DeployedComponentImpl. setAssemblyComponent(AssemblyComponent newAssemblyComponent)