Uses of Interface
kieker.model.analysismodel.type.RequiredInterfaceType
-
Uses of RequiredInterfaceType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return RequiredInterfaceType Modifier and Type Method Description RequiredInterfaceType
AssemblyRequiredInterface. getRequiredInterfaceType()
Returns the value of the 'Required Interface Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type RequiredInterfaceType Modifier and Type Method Description void
AssemblyRequiredInterface. setRequiredInterfaceType(RequiredInterfaceType value)
Sets the value of the 'Required Interface Type
' reference. -
Uses of RequiredInterfaceType in kieker.model.analysismodel.assembly.impl
Fields in kieker.model.analysismodel.assembly.impl declared as RequiredInterfaceType Modifier and Type Field Description protected RequiredInterfaceType
AssemblyRequiredInterfaceImpl. requiredInterfaceType
The cached value of the 'Required Interface Type
' reference.Methods in kieker.model.analysismodel.assembly.impl that return RequiredInterfaceType Modifier and Type Method Description RequiredInterfaceType
AssemblyRequiredInterfaceImpl. basicGetRequiredInterfaceType()
RequiredInterfaceType
AssemblyRequiredInterfaceImpl. getRequiredInterfaceType()
Methods in kieker.model.analysismodel.assembly.impl with parameters of type RequiredInterfaceType Modifier and Type Method Description void
AssemblyRequiredInterfaceImpl. setRequiredInterfaceType(RequiredInterfaceType newRequiredInterfaceType)
-
Uses of RequiredInterfaceType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return RequiredInterfaceType Modifier and Type Method Description RequiredInterfaceType
TypeFactory. createRequiredInterfaceType()
Returns a new object of class 'Required Interface Type'.Methods in kieker.model.analysismodel.type that return types with arguments of type RequiredInterfaceType Modifier and Type Method Description org.eclipse.emf.common.util.EList<RequiredInterfaceType>
ComponentType. getRequiredInterfaceTypes()
Returns the value of the 'Required Interface Types' containment reference list. -
Uses of RequiredInterfaceType in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement RequiredInterfaceType Modifier and Type Class Description class
RequiredInterfaceTypeImpl
An implementation of the model object 'Required Interface Type'.Fields in kieker.model.analysismodel.type.impl with type parameters of type RequiredInterfaceType Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<RequiredInterfaceType>
ComponentTypeImpl. requiredInterfaceTypes
The cached value of the 'Required Interface Types
' containment reference list.Methods in kieker.model.analysismodel.type.impl that return RequiredInterfaceType Modifier and Type Method Description RequiredInterfaceType
TypeFactoryImpl. createRequiredInterfaceType()
Methods in kieker.model.analysismodel.type.impl that return types with arguments of type RequiredInterfaceType Modifier and Type Method Description org.eclipse.emf.common.util.EList<RequiredInterfaceType>
ComponentTypeImpl. getRequiredInterfaceTypes()
-
Uses of RequiredInterfaceType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type RequiredInterfaceType Modifier and Type Method Description T
TypeSwitch. caseRequiredInterfaceType(RequiredInterfaceType object)
Returns the result of interpreting the object as an instance of 'Required Interface Type'.