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.String
FullyQualifiedNamesFactory. 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 AssemblyOperation
AssemblyFactory. 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 class
AssemblyOperationImpl
An implementation of the model object 'Operation'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyOperation Modifier and Type Field Description protected AssemblyOperation
EStringToAssemblyOperationMapEntryImpl. value
The 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. operations
The cached value of the 'Operations
' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyOperation Modifier and Type Method Description AssemblyOperation
AssemblyFactoryImpl. createAssemblyOperation()
AssemblyOperation
EStringToAssemblyOperationMapEntryImpl. getTypedValue()
AssemblyOperation
EStringToAssemblyOperationMapEntryImpl. getValue()
AssemblyOperation
EStringToAssemblyOperationMapEntryImpl. 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.NotificationChain
EStringToAssemblyOperationMapEntryImpl. basicSetTypedValue(AssemblyOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToAssemblyOperationMapEntryImpl. setTypedValue(AssemblyOperation newValue)
AssemblyOperation
EStringToAssemblyOperationMapEntryImpl. 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 T
AssemblySwitch. 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 T
AssemblySwitch. 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 AssemblyOperation
DeployedOperation. 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 void
DeployedOperation. 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 AssemblyOperation
DeployedOperationImpl. assemblyOperation
The cached value of the 'Assembly Operation
' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyOperation Modifier and Type Method Description AssemblyOperation
DeployedOperationImpl. basicGetAssemblyOperation()
AssemblyOperation
DeployedOperationImpl. getAssemblyOperation()
Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyOperation Modifier and Type Method Description void
DeployedOperationImpl. setAssemblyOperation(AssemblyOperation newAssemblyOperation)