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.String
IComponentNameBuilder. build(ComponentType componentType)
void
IComponentSignatureExtractor. extract(ComponentType componentType)
void
JavaComponentSignatureExtractor. 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.String
FullyQualifiedNamesFactory. 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 ComponentType
AssemblyComponent. 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 void
AssemblyComponent. 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 ComponentType
AssemblyComponentImpl. componentType
The cached value of the 'Component Type
' reference.Methods in kieker.model.analysismodel.assembly.impl that return ComponentType Modifier and Type Method Description ComponentType
AssemblyComponentImpl. basicGetComponentType()
ComponentType
AssemblyComponentImpl. getComponentType()
Methods in kieker.model.analysismodel.assembly.impl with parameters of type ComponentType Modifier and Type Method Description void
AssemblyComponentImpl. 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 ComponentType
TypeFactory. createComponentType()
Returns a new object of class 'Component Type'.ComponentType
OperationType. 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 class
ComponentTypeImpl
An implementation of the model object 'Component Type'.Fields in kieker.model.analysismodel.type.impl declared as ComponentType Modifier and Type Field Description protected ComponentType
EStringToComponentTypeMapEntryImpl. value
The 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. componentTypes
The cached value of the 'Component Types
' map.protected org.eclipse.emf.common.util.EList<ComponentType>
ComponentTypeImpl. containedComponents
The cached value of the 'Contained Components
' reference list.Methods in kieker.model.analysismodel.type.impl that return ComponentType Modifier and Type Method Description ComponentType
TypeFactoryImpl. createComponentType()
ComponentType
OperationTypeImpl. getComponentType()
ComponentType
EStringToComponentTypeMapEntryImpl. getTypedValue()
ComponentType
EStringToComponentTypeMapEntryImpl. getValue()
ComponentType
EStringToComponentTypeMapEntryImpl. 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.NotificationChain
EStringToComponentTypeMapEntryImpl. basicSetTypedValue(ComponentType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToComponentTypeMapEntryImpl. setTypedValue(ComponentType newValue)
ComponentType
EStringToComponentTypeMapEntryImpl. 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 T
TypeSwitch. 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 T
TypeSwitch. 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 ComponentType
Coupling. getProvided()
Returns the value of the 'Provided' reference.ComponentType
OperationCollection. getProvided()
Returns the value of the 'Provided' reference.ComponentType
Coupling. getRequired()
Returns the value of the 'Required' reference.ComponentType
OperationCollection. getRequired()
Returns the value of the 'Required' reference.Methods in kieker.model.collection with parameters of type ComponentType Modifier and Type Method Description void
Coupling. setProvided(ComponentType value)
Sets the value of the 'Provided
' reference.void
OperationCollection. setProvided(ComponentType value)
Sets the value of the 'Provided
' reference.void
Coupling. setRequired(ComponentType value)
Sets the value of the 'Required
' reference.void
OperationCollection. 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 ComponentType
CouplingImpl. provided
The cached value of the 'Provided
' reference.protected ComponentType
OperationCollectionImpl. provided
The cached value of the 'Provided
' reference.protected ComponentType
CouplingImpl. required
The cached value of the 'Required
' reference.protected ComponentType
OperationCollectionImpl. required
The cached value of the 'Required
' reference.Methods in kieker.model.collection.impl that return ComponentType Modifier and Type Method Description ComponentType
CouplingImpl. basicGetProvided()
ComponentType
OperationCollectionImpl. basicGetProvided()
ComponentType
CouplingImpl. basicGetRequired()
ComponentType
OperationCollectionImpl. basicGetRequired()
ComponentType
CouplingImpl. getProvided()
ComponentType
OperationCollectionImpl. getProvided()
ComponentType
CouplingImpl. getRequired()
ComponentType
OperationCollectionImpl. getRequired()
Methods in kieker.model.collection.impl with parameters of type ComponentType Modifier and Type Method Description void
CouplingImpl. setProvided(ComponentType newProvided)
void
OperationCollectionImpl. setProvided(ComponentType newProvided)
void
CouplingImpl. setRequired(ComponentType newRequired)
void
OperationCollectionImpl. setRequired(ComponentType newRequired)