Uses of Interface
kieker.model.analysismodel.deployment.DeployedRequiredInterface
Packages that use DeployedRequiredInterface
Package
Description
-
Uses of DeployedRequiredInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedRequiredInterfaceModifier and TypeMethodDescriptionDeploymentFactory.createDeployedRequiredInterface()Returns a new object of class 'Deployed Required Interface'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedRequiredInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeployedRequiredInterface>DeployedComponent.getRequiredInterfaces()Returns the value of the 'Required Interfaces' containment reference list. -
Uses of DeployedRequiredInterface in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeployedRequiredInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Deployed Required Interface'.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedRequiredInterfaceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<DeployedRequiredInterface>DeployedComponentImpl.requiredInterfacesThe cached value of the 'Required Interfaces' containment reference list.Methods in kieker.model.analysismodel.deployment.impl that return DeployedRequiredInterfaceMethods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedRequiredInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeployedRequiredInterface>DeployedComponentImpl.getRequiredInterfaces() -
Uses of DeployedRequiredInterface in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedRequiredInterfaceModifier and TypeMethodDescriptionDeploymentSwitch.caseDeployedRequiredInterface(DeployedRequiredInterface object) Returns the result of interpreting the object as an instance of 'Deployed Required Interface'.