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 DeployedRequiredInterface
DeploymentFactory. 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 class
DeployedRequiredInterfaceImpl
An 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. requiredInterfaces
The cached value of the 'Required Interfaces
' containment reference list.Methods in kieker.model.analysismodel.deployment.impl that return DeployedRequiredInterface Modifier and Type Method Description DeployedRequiredInterface
DeploymentFactoryImpl. 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 T
DeploymentSwitch. caseDeployedRequiredInterface(DeployedRequiredInterface object)
Returns the result of interpreting the object as an instance of 'Deployed Required Interface'.