Uses of Interface
kieker.model.analysismodel.type.ComponentType
| 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 |
-
Uses of ComponentType in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature with parameters of type ComponentType Modifier and Type Method Description default java.lang.StringIComponentNameBuilder. build(ComponentType componentType)voidIComponentSignatureExtractor. extract(ComponentType componentType)voidJavaComponentSignatureExtractor. extract(ComponentType componentType) -
Uses of ComponentType in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type ComponentType Modifier and Type Method Description static java.lang.StringFullyQualifiedNamesFactory. createFullyQualifiedName(ComponentType component) -
Uses of ComponentType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return ComponentType Modifier and Type Method Description ComponentTypeAssemblyComponent. getComponentType()Returns the value of the 'Component Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type ComponentType Modifier and Type Method Description voidAssemblyComponent. setComponentType(ComponentType value)Sets the value of the 'Component Type' reference. -
Uses of ComponentType in kieker.model.analysismodel.assembly.impl
Fields in kieker.model.analysismodel.assembly.impl declared as ComponentType Modifier and Type Field Description protected ComponentTypeAssemblyComponentImpl. componentTypeThe cached value of the 'Component Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return ComponentType Modifier and Type Method Description ComponentTypeAssemblyComponentImpl. basicGetComponentType()ComponentTypeAssemblyComponentImpl. getComponentType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type ComponentType Modifier and Type Method Description voidAssemblyComponentImpl. setComponentType(ComponentType newComponentType) -
Uses of ComponentType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return ComponentType Modifier and Type Method Description ComponentTypeTypeFactory. createComponentType()Returns a new object of class 'Component Type'.ComponentTypeOperationType. getComponentType()Methods in kieker.model.analysismodel.type that return types with arguments of type ComponentType Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,ComponentType>TypeModel. getComponentTypes()Returns the value of the 'Component Types' map.org.eclipse.emf.common.util.EList<ComponentType>ComponentType. getContainedComponents()Returns the value of the 'Contained Components' reference list. -
Uses of ComponentType in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement ComponentType Modifier and Type Class Description classComponentTypeImplAn implementation of the model object 'Component Type'.Fields in kieker.model.analysismodel.type.impl declared as ComponentType Modifier and Type Field Description protected ComponentTypeEStringToComponentTypeMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type ComponentType Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,ComponentType>TypeModelImpl. componentTypesThe cached value of the 'Component Types' map.protected org.eclipse.emf.common.util.EList<ComponentType>ComponentTypeImpl. containedComponentsThe cached value of the 'Contained Components' reference list.Methods in kieker.model.analysismodel.type.impl that return ComponentType Modifier and Type Method Description ComponentTypeTypeFactoryImpl. createComponentType()ComponentTypeOperationTypeImpl. getComponentType()ComponentTypeEStringToComponentTypeMapEntryImpl. getTypedValue()ComponentTypeEStringToComponentTypeMapEntryImpl. getValue()ComponentTypeEStringToComponentTypeMapEntryImpl. setValue(ComponentType value)Methods in kieker.model.analysismodel.type.impl that return types with arguments of type ComponentType Modifier and Type Method Description java.util.Map.Entry<java.lang.String,ComponentType>TypeFactoryImpl. createEStringToComponentTypeMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,ComponentType>TypeModelImpl. getComponentTypes()org.eclipse.emf.common.util.EList<ComponentType>ComponentTypeImpl. getContainedComponents()org.eclipse.emf.common.util.EMap<java.lang.String,ComponentType>EStringToComponentTypeMapEntryImpl. getEMap()Methods in kieker.model.analysismodel.type.impl with parameters of type ComponentType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToComponentTypeMapEntryImpl. basicSetTypedValue(ComponentType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToComponentTypeMapEntryImpl. setTypedValue(ComponentType newValue)ComponentTypeEStringToComponentTypeMapEntryImpl. setValue(ComponentType value) -
Uses of ComponentType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type ComponentType Modifier and Type Method Description TTypeSwitch. caseComponentType(ComponentType object)Returns the result of interpreting the object as an instance of 'Component Type'.Method parameters in kieker.model.analysismodel.type.util with type arguments of type ComponentType Modifier and Type Method Description TTypeSwitch. caseEStringToComponentTypeMapEntry(java.util.Map.Entry<java.lang.String,ComponentType> object)Returns the result of interpreting the object as an instance of 'EString To Component Type Map Entry'. -
Uses of ComponentType in kieker.model.collection
Methods in kieker.model.collection that return ComponentType Modifier and Type Method Description ComponentTypeCoupling. getProvided()Returns the value of the 'Provided' reference.ComponentTypeOperationCollection. getProvided()Returns the value of the 'Provided' reference.ComponentTypeCoupling. getRequired()Returns the value of the 'Required' reference.ComponentTypeOperationCollection. getRequired()Returns the value of the 'Required' reference.Methods in kieker.model.collection with parameters of type ComponentType Modifier and Type Method Description voidCoupling. setProvided(ComponentType value)Sets the value of the 'Provided' reference.voidOperationCollection. setProvided(ComponentType value)Sets the value of the 'Provided' reference.voidCoupling. setRequired(ComponentType value)Sets the value of the 'Required' reference.voidOperationCollection. setRequired(ComponentType value)Sets the value of the 'Required' reference. -
Uses of ComponentType in kieker.model.collection.impl
Fields in kieker.model.collection.impl declared as ComponentType Modifier and Type Field Description protected ComponentTypeCouplingImpl. providedThe cached value of the 'Provided' reference.protected ComponentTypeOperationCollectionImpl. providedThe cached value of the 'Provided' reference.protected ComponentTypeCouplingImpl. requiredThe cached value of the 'Required' reference.protected ComponentTypeOperationCollectionImpl. requiredThe cached value of the 'Required' reference.Methods in kieker.model.collection.impl that return ComponentType Modifier and Type Method Description ComponentTypeCouplingImpl. basicGetProvided()ComponentTypeOperationCollectionImpl. basicGetProvided()ComponentTypeCouplingImpl. basicGetRequired()ComponentTypeOperationCollectionImpl. basicGetRequired()ComponentTypeCouplingImpl. getProvided()ComponentTypeOperationCollectionImpl. getProvided()ComponentTypeCouplingImpl. getRequired()ComponentTypeOperationCollectionImpl. getRequired()Methods in kieker.model.collection.impl with parameters of type ComponentType Modifier and Type Method Description voidCouplingImpl. setProvided(ComponentType newProvided)voidOperationCollectionImpl. setProvided(ComponentType newProvided)voidCouplingImpl. setRequired(ComponentType newRequired)voidOperationCollectionImpl. setRequired(ComponentType newRequired)