Uses of Interface
kieker.model.analysismodel.assembly.AssemblyOperation
Packages that use AssemblyOperation
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 AssemblyOperation in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type AssemblyOperationModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(AssemblyOperation operation) -
Uses of AssemblyOperation in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyOperationModifier and TypeMethodDescriptionAssemblyFactory.createAssemblyOperation()Returns a new object of class 'Operation'.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyOperationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,AssemblyOperation> AssemblyComponent.getOperations()Returns the value of the 'Operations' map. -
Uses of AssemblyOperation in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Operation'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyOperationModifier and TypeFieldDescriptionprotected AssemblyOperationEStringToAssemblyOperationMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyOperationModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,AssemblyOperation> AssemblyComponentImpl.operationsThe cached value of the 'Operations' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyOperationModifier and TypeMethodDescriptionAssemblyFactoryImpl.createAssemblyOperation()EStringToAssemblyOperationMapEntryImpl.getTypedValue()EStringToAssemblyOperationMapEntryImpl.getValue()EStringToAssemblyOperationMapEntryImpl.setValue(AssemblyOperation value) Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyOperationModifier and TypeMethodDescriptionAssemblyFactoryImpl.createEStringToAssemblyOperationMapEntry()org.eclipse.emf.common.util.EMap<String,AssemblyOperation> EStringToAssemblyOperationMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,AssemblyOperation> AssemblyComponentImpl.getOperations()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyOperationModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToAssemblyOperationMapEntryImpl.basicSetTypedValue(AssemblyOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToAssemblyOperationMapEntryImpl.setTypedValue(AssemblyOperation newValue) EStringToAssemblyOperationMapEntryImpl.setValue(AssemblyOperation value) -
Uses of AssemblyOperation in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyOperationModifier and TypeMethodDescriptionAssemblySwitch.caseAssemblyOperation(AssemblyOperation object) Returns the result of interpreting the object as an instance of 'Operation'.Method parameters in kieker.model.analysismodel.assembly.util with type arguments of type AssemblyOperationModifier and TypeMethodDescriptionAssemblySwitch.caseEStringToAssemblyOperationMapEntry(Map.Entry<String, AssemblyOperation> object) Returns the result of interpreting the object as an instance of 'EString To Assembly Operation Map Entry'. -
Uses of AssemblyOperation in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return AssemblyOperationModifier and TypeMethodDescriptionDeployedOperation.getAssemblyOperation()Returns the value of the 'Assembly Operation' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyOperationModifier and TypeMethodDescriptionvoidDeployedOperation.setAssemblyOperation(AssemblyOperation value) Sets the value of the 'Assembly Operation' reference. -
Uses of AssemblyOperation in kieker.model.analysismodel.deployment.impl
Fields in kieker.model.analysismodel.deployment.impl declared as AssemblyOperationModifier and TypeFieldDescriptionprotected AssemblyOperationDeployedOperationImpl.assemblyOperationThe cached value of the 'Assembly Operation' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyOperationModifier and TypeMethodDescriptionDeployedOperationImpl.basicGetAssemblyOperation()DeployedOperationImpl.getAssemblyOperation()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyOperationModifier and TypeMethodDescriptionvoidDeployedOperationImpl.setAssemblyOperation(AssemblyOperation newAssemblyOperation)