Uses of Interface
kieker.model.analysismodel.assembly.AssemblyOperation
| 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 AssemblyOperation in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type AssemblyOperation Modifier and Type Method Description static java.lang.StringFullyQualifiedNamesFactory. createFullyQualifiedName(AssemblyOperation operation) -
Uses of AssemblyOperation in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyOperation Modifier and Type Method Description AssemblyOperationAssemblyFactory. createAssemblyOperation()Returns a new object of class 'Operation'.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyOperation Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.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 AssemblyOperation Modifier and Type Class Description classAssemblyOperationImplAn implementation of the model object 'Operation'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyOperation Modifier and Type Field Description protected AssemblyOperationEStringToAssemblyOperationMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyOperation Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyOperation>AssemblyComponentImpl. operationsThe cached value of the 'Operations' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyOperation Modifier and Type Method Description AssemblyOperationAssemblyFactoryImpl. createAssemblyOperation()AssemblyOperationEStringToAssemblyOperationMapEntryImpl. getTypedValue()AssemblyOperationEStringToAssemblyOperationMapEntryImpl. getValue()AssemblyOperationEStringToAssemblyOperationMapEntryImpl. setValue(AssemblyOperation value)Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyOperation Modifier and Type Method Description java.util.Map.Entry<java.lang.String,AssemblyOperation>AssemblyFactoryImpl. createEStringToAssemblyOperationMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyOperation>EStringToAssemblyOperationMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyOperation>AssemblyComponentImpl. getOperations()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyOperation Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToAssemblyOperationMapEntryImpl. basicSetTypedValue(AssemblyOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToAssemblyOperationMapEntryImpl. setTypedValue(AssemblyOperation newValue)AssemblyOperationEStringToAssemblyOperationMapEntryImpl. setValue(AssemblyOperation value) -
Uses of AssemblyOperation in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyOperation Modifier and Type Method Description TAssemblySwitch. 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 AssemblyOperation Modifier and Type Method Description TAssemblySwitch. caseEStringToAssemblyOperationMapEntry(java.util.Map.Entry<java.lang.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 AssemblyOperation Modifier and Type Method Description AssemblyOperationDeployedOperation. getAssemblyOperation()Returns the value of the 'Assembly Operation' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyOperation Modifier and Type Method Description voidDeployedOperation. 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 AssemblyOperation Modifier and Type Field Description protected AssemblyOperationDeployedOperationImpl. assemblyOperationThe cached value of the 'Assembly Operation' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyOperation Modifier and Type Method Description AssemblyOperationDeployedOperationImpl. basicGetAssemblyOperation()AssemblyOperationDeployedOperationImpl. getAssemblyOperation()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyOperation Modifier and Type Method Description voidDeployedOperationImpl. setAssemblyOperation(AssemblyOperation newAssemblyOperation)