Uses of Interface
kieker.model.analysismodel.type.ProvidedInterfaceType
-
Uses of ProvidedInterfaceType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return ProvidedInterfaceType Modifier and Type Method Description ProvidedInterfaceType
AssemblyProvidedInterface. getProvidedInterfaceType()
Returns the value of the 'Provided Interface Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type ProvidedInterfaceType Modifier and Type Method Description void
AssemblyProvidedInterface. setProvidedInterfaceType(ProvidedInterfaceType value)
Sets the value of the 'Provided Interface Type
' reference. -
Uses of ProvidedInterfaceType in kieker.model.analysismodel.assembly.impl
Fields in kieker.model.analysismodel.assembly.impl declared as ProvidedInterfaceType Modifier and Type Field Description protected ProvidedInterfaceType
AssemblyProvidedInterfaceImpl. providedInterfaceType
The cached value of the 'Provided Interface Type
' reference.Methods in kieker.model.analysismodel.assembly.impl that return ProvidedInterfaceType Modifier and Type Method Description ProvidedInterfaceType
AssemblyProvidedInterfaceImpl. basicGetProvidedInterfaceType()
ProvidedInterfaceType
AssemblyProvidedInterfaceImpl. getProvidedInterfaceType()
Methods in kieker.model.analysismodel.assembly.impl with parameters of type ProvidedInterfaceType Modifier and Type Method Description void
AssemblyProvidedInterfaceImpl. setProvidedInterfaceType(ProvidedInterfaceType newProvidedInterfaceType)
-
Uses of ProvidedInterfaceType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return ProvidedInterfaceType Modifier and Type Method Description ProvidedInterfaceType
TypeFactory. createProvidedInterfaceType()
Returns a new object of class 'Provided Interface Type'.ProvidedInterfaceType
RequiredInterfaceType. getRequires()
Returns the value of the 'Requires' reference.Methods in kieker.model.analysismodel.type that return types with arguments of type ProvidedInterfaceType Modifier and Type Method Description org.eclipse.emf.common.util.EList<ProvidedInterfaceType>
ComponentType. getProvidedInterfaceTypes()
Returns the value of the 'Provided Interface Types' containment reference list.Methods in kieker.model.analysismodel.type with parameters of type ProvidedInterfaceType Modifier and Type Method Description void
RequiredInterfaceType. setRequires(ProvidedInterfaceType value)
Sets the value of the 'Requires
' reference. -
Uses of ProvidedInterfaceType in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement ProvidedInterfaceType Modifier and Type Class Description class
ProvidedInterfaceTypeImpl
An implementation of the model object 'Provided Interface Type'.Fields in kieker.model.analysismodel.type.impl declared as ProvidedInterfaceType Modifier and Type Field Description protected ProvidedInterfaceType
RequiredInterfaceTypeImpl. requires
The cached value of the 'Requires
' reference.protected ProvidedInterfaceType
EStringToProvidedInterfaceTypeMapEntryImpl. value
The cached value of the 'Value
' containment reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type ProvidedInterfaceType Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ProvidedInterfaceType>
ComponentTypeImpl. providedInterfaceTypes
The cached value of the 'Provided Interface Types
' containment reference list.Methods in kieker.model.analysismodel.type.impl that return ProvidedInterfaceType Modifier and Type Method Description ProvidedInterfaceType
RequiredInterfaceTypeImpl. basicGetRequires()
ProvidedInterfaceType
TypeFactoryImpl. createProvidedInterfaceType()
ProvidedInterfaceType
RequiredInterfaceTypeImpl. getRequires()
ProvidedInterfaceType
EStringToProvidedInterfaceTypeMapEntryImpl. getTypedValue()
ProvidedInterfaceType
EStringToProvidedInterfaceTypeMapEntryImpl. getValue()
ProvidedInterfaceType
EStringToProvidedInterfaceTypeMapEntryImpl. setValue(ProvidedInterfaceType value)
Methods in kieker.model.analysismodel.type.impl that return types with arguments of type ProvidedInterfaceType Modifier and Type Method Description java.util.Map.Entry<java.lang.String,ProvidedInterfaceType>
TypeFactoryImpl. createEStringToProvidedInterfaceTypeMapEntry()
org.eclipse.emf.common.util.EMap<java.lang.String,ProvidedInterfaceType>
EStringToProvidedInterfaceTypeMapEntryImpl. getEMap()
org.eclipse.emf.common.util.EList<ProvidedInterfaceType>
ComponentTypeImpl. getProvidedInterfaceTypes()
Methods in kieker.model.analysismodel.type.impl with parameters of type ProvidedInterfaceType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
EStringToProvidedInterfaceTypeMapEntryImpl. basicSetTypedValue(ProvidedInterfaceType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
RequiredInterfaceTypeImpl. setRequires(ProvidedInterfaceType newRequires)
void
EStringToProvidedInterfaceTypeMapEntryImpl. setTypedValue(ProvidedInterfaceType newValue)
ProvidedInterfaceType
EStringToProvidedInterfaceTypeMapEntryImpl. setValue(ProvidedInterfaceType value)
-
Uses of ProvidedInterfaceType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type ProvidedInterfaceType Modifier and Type Method Description T
TypeSwitch. caseProvidedInterfaceType(ProvidedInterfaceType object)
Returns the result of interpreting the object as an instance of 'Provided Interface Type'.Method parameters in kieker.model.analysismodel.type.util with type arguments of type ProvidedInterfaceType Modifier and Type Method Description T
TypeSwitch. caseEStringToProvidedInterfaceTypeMapEntry(java.util.Map.Entry<java.lang.String,ProvidedInterfaceType> object)
Returns the result of interpreting the object as an instance of 'EString To Provided Interface Type Map Entry'.