Uses of Interface
kieker.model.analysismodel.type.OperationType
| Package | Description |
|---|---|
| kieker.analysis.architecture.recovery.signature | |
| 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.type | |
| kieker.model.analysismodel.type.impl | |
| kieker.model.analysismodel.type.util | |
| kieker.model.collection | |
| kieker.model.collection.impl | |
| kieker.model.collection.util |
-
Uses of OperationType in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature with parameters of type OperationType Modifier and Type Method Description default java.lang.StringIOperationNameBuilder. build(OperationType operationType)voidIOperationSignatureExtractor. extract(OperationType operationType)voidJavaOperationSignatureExtractor. extract(OperationType operationType) -
Uses of OperationType in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type OperationType Modifier and Type Method Description static java.lang.StringFullyQualifiedNamesFactory. createFullyQualifiedName(OperationType operation) -
Uses of OperationType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return OperationType Modifier and Type Method Description OperationTypeAssemblyOperation. getOperationType()Returns the value of the 'Operation Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type OperationType Modifier and Type Method Description voidAssemblyOperation. setOperationType(OperationType value)Sets the value of the 'Operation Type' reference. -
Uses of OperationType in kieker.model.analysismodel.assembly.impl
Fields in kieker.model.analysismodel.assembly.impl declared as OperationType Modifier and Type Field Description protected OperationTypeAssemblyOperationImpl. operationTypeThe cached value of the 'Operation Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return OperationType Modifier and Type Method Description OperationTypeAssemblyOperationImpl. basicGetOperationType()OperationTypeAssemblyOperationImpl. getOperationType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type OperationType Modifier and Type Method Description voidAssemblyOperationImpl. setOperationType(OperationType newOperationType) -
Uses of OperationType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return OperationType Modifier and Type Method Description OperationTypeTypeFactory. createOperationType()Returns a new object of class 'Operation Type'.Methods in kieker.model.analysismodel.type that return types with arguments of type OperationType Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ComponentType. getProvidedOperations()Returns the value of the 'Provided Operations' map.org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ProvidedInterfaceType. getProvidedOperationTypes()Returns the value of the 'Provided Operation Types' map. -
Uses of OperationType in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement OperationType Modifier and Type Class Description classOperationTypeImplAn implementation of the model object 'Operation Type'.Fields in kieker.model.analysismodel.type.impl declared as OperationType Modifier and Type Field Description protected OperationTypeEStringToOperationTypeMapEntryImpl. valueThe cached value of the 'Value' containment reference.protected OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. valueThe cached value of the 'Value' reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type OperationType Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ComponentTypeImpl. providedOperationsThe cached value of the 'Provided Operations' map.protected org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ProvidedInterfaceTypeImpl. providedOperationTypesThe cached value of the 'Provided Operation Types' map.Methods in kieker.model.analysismodel.type.impl that return OperationType Modifier and Type Method Description OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. basicGetTypedValue()OperationTypeTypeFactoryImpl. createOperationType()OperationTypeEStringToOperationTypeMapEntryImpl. getTypedValue()OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. getTypedValue()OperationTypeEStringToOperationTypeMapEntryImpl. getValue()OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. getValue()OperationTypeEStringToOperationTypeMapEntryImpl. setValue(OperationType value)OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. setValue(OperationType value)Methods in kieker.model.analysismodel.type.impl that return types with arguments of type OperationType Modifier and Type Method Description java.util.Map.Entry<java.lang.String,OperationType>TypeFactoryImpl. createEStringToOperationTypeMapEntry()java.util.Map.Entry<java.lang.String,OperationType>TypeFactoryImpl. createInterfaceEStringToOperationTypeMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>EStringToOperationTypeMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>InterfaceEStringToOperationTypeMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ComponentTypeImpl. getProvidedOperations()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>ProvidedInterfaceTypeImpl. getProvidedOperationTypes()Methods in kieker.model.analysismodel.type.impl with parameters of type OperationType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToOperationTypeMapEntryImpl. basicSetTypedValue(OperationType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToOperationTypeMapEntryImpl. setTypedValue(OperationType newValue)voidInterfaceEStringToOperationTypeMapEntryImpl. setTypedValue(OperationType newValue)OperationTypeEStringToOperationTypeMapEntryImpl. setValue(OperationType value)OperationTypeInterfaceEStringToOperationTypeMapEntryImpl. setValue(OperationType value) -
Uses of OperationType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type OperationType Modifier and Type Method Description TTypeSwitch. caseOperationType(OperationType object)Returns the result of interpreting the object as an instance of 'Operation Type'.Method parameters in kieker.model.analysismodel.type.util with type arguments of type OperationType Modifier and Type Method Description TTypeSwitch. caseEStringToOperationTypeMapEntry(java.util.Map.Entry<java.lang.String,OperationType> object)Returns the result of interpreting the object as an instance of 'EString To Operation Type Map Entry'.TTypeSwitch. caseInterfaceEStringToOperationTypeMapEntry(java.util.Map.Entry<java.lang.String,OperationType> object)Returns the result of interpreting the object as an instance of 'Interface EString To Operation Type Map Entry'. -
Uses of OperationType in kieker.model.collection
Methods in kieker.model.collection that return types with arguments of type OperationType Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollection. getCallees()Returns the value of the 'Callees' map.org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollection. getCallers()Returns the value of the 'Callers' map. -
Uses of OperationType in kieker.model.collection.impl
Fields in kieker.model.collection.impl declared as OperationType Modifier and Type Field Description protected OperationTypeNameToOperationMapImpl. valueThe cached value of the 'Value' reference.Fields in kieker.model.collection.impl with type parameters of type OperationType Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollectionImpl. calleesThe cached value of the 'Callees' map.protected org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollectionImpl. callersThe cached value of the 'Callers' map.Methods in kieker.model.collection.impl that return OperationType Modifier and Type Method Description OperationTypeNameToOperationMapImpl. basicGetTypedValue()OperationTypeNameToOperationMapImpl. getTypedValue()OperationTypeNameToOperationMapImpl. getValue()OperationTypeNameToOperationMapImpl. setValue(OperationType value)Methods in kieker.model.collection.impl that return types with arguments of type OperationType Modifier and Type Method Description java.util.Map.Entry<java.lang.String,OperationType>CollectionFactoryImpl. createNameToOperationMap()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollectionImpl. getCallees()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>OperationCollectionImpl. getCallers()org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>NameToOperationMapImpl. getEMap()Methods in kieker.model.collection.impl with parameters of type OperationType Modifier and Type Method Description voidNameToOperationMapImpl. setTypedValue(OperationType newValue)OperationTypeNameToOperationMapImpl. setValue(OperationType value) -
Uses of OperationType in kieker.model.collection.util
Method parameters in kieker.model.collection.util with type arguments of type OperationType Modifier and Type Method Description TCollectionSwitch. caseNameToOperationMap(java.util.Map.Entry<java.lang.String,OperationType> object)Returns the result of interpreting the object as an instance of 'Name To Operation Map'.