Uses of Interface
kieker.model.analysismodel.assembly.AssemblyRequiredInterface
Packages that use AssemblyRequiredInterface
Package
Description
-
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyRequiredInterfaceModifier and TypeMethodDescriptionAssemblyFactory.createAssemblyRequiredInterface()Returns a new object of class 'Required Interface'.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyRequiredInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AssemblyRequiredInterface>AssemblyComponent.getRequiredInterfaces()Returns the value of the 'Required Interfaces' containment reference list. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyRequiredInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Required Interface'.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyRequiredInterfaceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<AssemblyRequiredInterface>AssemblyComponentImpl.requiredInterfacesThe cached value of the 'Required Interfaces' containment reference list.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyRequiredInterfaceMethods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyRequiredInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AssemblyRequiredInterface>AssemblyComponentImpl.getRequiredInterfaces() -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyRequiredInterfaceModifier and TypeMethodDescriptionAssemblySwitch.caseAssemblyRequiredInterface(AssemblyRequiredInterface object) Returns the result of interpreting the object as an instance of 'Required Interface'. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return AssemblyRequiredInterfaceModifier and TypeMethodDescriptionDeployedRequiredInterface.getRequiredInterface()Returns the value of the 'Required Interface' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyRequiredInterfaceModifier and TypeMethodDescriptionvoidDeployedRequiredInterface.setRequiredInterface(AssemblyRequiredInterface value) Sets the value of the 'Required Interface' reference. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.deployment.impl
Fields in kieker.model.analysismodel.deployment.impl declared as AssemblyRequiredInterfaceModifier and TypeFieldDescriptionprotected AssemblyRequiredInterfaceDeployedRequiredInterfaceImpl.requiredInterfaceThe cached value of the 'Required Interface' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyRequiredInterfaceModifier and TypeMethodDescriptionDeployedRequiredInterfaceImpl.basicGetRequiredInterface()DeployedRequiredInterfaceImpl.getRequiredInterface()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyRequiredInterfaceModifier and TypeMethodDescriptionvoidDeployedRequiredInterfaceImpl.setRequiredInterface(AssemblyRequiredInterface newRequiredInterface)