Uses of Interface
kieker.model.analysismodel.deployment.DeployedRequiredInterface
| Package | Description |
|---|---|
| kieker.model.analysismodel.deployment | |
| kieker.model.analysismodel.deployment.impl | |
| kieker.model.analysismodel.deployment.util |
-
Uses of DeployedRequiredInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedRequiredInterface Modifier and Type Method Description DeployedRequiredInterfaceDeploymentFactory. createDeployedRequiredInterface()Returns a new object of class 'Deployed Required Interface'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedRequiredInterface Modifier and Type Method Description org.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 DeployedRequiredInterface Modifier and Type Class Description classDeployedRequiredInterfaceImplAn implementation of the model object 'Deployed Required Interface'.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedRequiredInterface Modifier and Type Field Description protected 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 DeployedRequiredInterface Modifier and Type Method Description DeployedRequiredInterfaceDeploymentFactoryImpl. createDeployedRequiredInterface()Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedRequiredInterface Modifier and Type Method Description org.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 DeployedRequiredInterface Modifier and Type Method Description TDeploymentSwitch. caseDeployedRequiredInterface(DeployedRequiredInterface object)Returns the result of interpreting the object as an instance of 'Deployed Required Interface'.