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 RequiredInterfaceTypeAssemblyRequiredInterface. 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 voidAssemblyRequiredInterface. 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 RequiredInterfaceTypeAssemblyRequiredInterfaceImpl. requiredInterfaceTypeThe cached value of the 'Required Interface Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return RequiredInterfaceType Modifier and Type Method Description RequiredInterfaceTypeAssemblyRequiredInterfaceImpl. basicGetRequiredInterfaceType()RequiredInterfaceTypeAssemblyRequiredInterfaceImpl. getRequiredInterfaceType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type RequiredInterfaceType Modifier and Type Method Description voidAssemblyRequiredInterfaceImpl. 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 RequiredInterfaceTypeTypeFactory. 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 classRequiredInterfaceTypeImplAn 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. requiredInterfaceTypesThe 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 RequiredInterfaceTypeTypeFactoryImpl. 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 TTypeSwitch. caseRequiredInterfaceType(RequiredInterfaceType object)Returns the result of interpreting the object as an instance of 'Required Interface Type'.