Uses of Interface
kieker.model.analysismodel.type.ComponentType
Packages that use ComponentType
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 ComponentType in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature with parameters of type ComponentTypeModifier and TypeMethodDescriptiondefault 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 ComponentTypeModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(ComponentType component) -
Uses of ComponentType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return ComponentTypeModifier and TypeMethodDescriptionAssemblyComponent.getComponentType()Returns the value of the 'Component Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoidAssemblyComponent.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 ComponentTypeModifier and TypeFieldDescriptionprotected ComponentTypeAssemblyComponentImpl.componentTypeThe cached value of the 'Component Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return ComponentTypeModifier and TypeMethodDescriptionAssemblyComponentImpl.basicGetComponentType()AssemblyComponentImpl.getComponentType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoidAssemblyComponentImpl.setComponentType(ComponentType newComponentType) -
Uses of ComponentType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return ComponentTypeModifier and TypeMethodDescriptionTypeFactory.createComponentType()Returns a new object of class 'Component Type'.OperationType.getComponentType()Methods in kieker.model.analysismodel.type that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<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 ComponentTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Component Type'.Fields in kieker.model.analysismodel.type.impl declared as ComponentTypeModifier and TypeFieldDescriptionprotected ComponentTypeEStringToComponentTypeMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type ComponentTypeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<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 ComponentTypeModifier and TypeMethodDescriptionTypeFactoryImpl.createComponentType()OperationTypeImpl.getComponentType()EStringToComponentTypeMapEntryImpl.getTypedValue()EStringToComponentTypeMapEntryImpl.getValue()EStringToComponentTypeMapEntryImpl.setValue(ComponentType value) Methods in kieker.model.analysismodel.type.impl that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionTypeFactoryImpl.createEStringToComponentTypeMapEntry()org.eclipse.emf.common.util.EMap<String,ComponentType> TypeModelImpl.getComponentTypes()org.eclipse.emf.common.util.EList<ComponentType>ComponentTypeImpl.getContainedComponents()org.eclipse.emf.common.util.EMap<String,ComponentType> EStringToComponentTypeMapEntryImpl.getEMap()Methods in kieker.model.analysismodel.type.impl with parameters of type ComponentTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToComponentTypeMapEntryImpl.basicSetTypedValue(ComponentType newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToComponentTypeMapEntryImpl.setTypedValue(ComponentType newValue) EStringToComponentTypeMapEntryImpl.setValue(ComponentType value) -
Uses of ComponentType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type ComponentTypeModifier and TypeMethodDescriptionTypeSwitch.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 ComponentTypeModifier and TypeMethodDescriptionTypeSwitch.caseEStringToComponentTypeMapEntry(Map.Entry<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 ComponentTypeModifier and TypeMethodDescriptionCoupling.getProvided()Returns the value of the 'Provided' reference.OperationCollection.getProvided()Returns the value of the 'Provided' reference.Coupling.getRequired()Returns the value of the 'Required' reference.OperationCollection.getRequired()Returns the value of the 'Required' reference.Methods in kieker.model.collection with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoidCoupling.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 ComponentTypeModifier and TypeFieldDescriptionprotected 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 ComponentTypeModifier and TypeMethodDescriptionCouplingImpl.basicGetProvided()OperationCollectionImpl.basicGetProvided()CouplingImpl.basicGetRequired()OperationCollectionImpl.basicGetRequired()CouplingImpl.getProvided()OperationCollectionImpl.getProvided()CouplingImpl.getRequired()OperationCollectionImpl.getRequired()Methods in kieker.model.collection.impl with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoidCouplingImpl.setProvided(ComponentType newProvided) voidOperationCollectionImpl.setProvided(ComponentType newProvided) voidCouplingImpl.setRequired(ComponentType newRequired) voidOperationCollectionImpl.setRequired(ComponentType newRequired)