Uses of Interface
kieker.model.analysismodel.deployment.DeployedProvidedInterface
| Package | Description |
|---|---|
| kieker.model.analysismodel.deployment | |
| kieker.model.analysismodel.deployment.impl | |
| kieker.model.analysismodel.deployment.util |
-
Uses of DeployedProvidedInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedProvidedInterface Modifier and Type Method Description DeployedProvidedInterfaceDeploymentFactory. createDeployedProvidedInterface()Returns a new object of class 'Deployed Provided Interface'.DeployedProvidedInterfaceDeployedRequiredInterface. getRequires()Returns the value of the 'Requires' reference.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedProvidedInterface Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,DeployedProvidedInterface>DeployedComponent. getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.deployment with parameters of type DeployedProvidedInterface Modifier and Type Method Description voidDeployedRequiredInterface. setRequires(DeployedProvidedInterface value)Sets the value of the 'Requires' reference. -
Uses of DeployedProvidedInterface in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeployedProvidedInterface Modifier and Type Class Description classDeployedProvidedInterfaceImplAn implementation of the model object 'Deployed Provided Interface'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedProvidedInterface Modifier and Type Field Description protected DeployedProvidedInterfaceDeployedRequiredInterfaceImpl. requiresThe cached value of the 'Requires' reference.protected DeployedProvidedInterfaceEStringToDeployedProvidedInterfaceMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedProvidedInterface Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,DeployedProvidedInterface>DeployedComponentImpl. providedInterfacesThe cached value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedProvidedInterface Modifier and Type Method Description DeployedProvidedInterfaceDeployedRequiredInterfaceImpl. basicGetRequires()DeployedProvidedInterfaceDeploymentFactoryImpl. createDeployedProvidedInterface()DeployedProvidedInterfaceDeployedRequiredInterfaceImpl. getRequires()DeployedProvidedInterfaceEStringToDeployedProvidedInterfaceMapEntryImpl. getTypedValue()DeployedProvidedInterfaceEStringToDeployedProvidedInterfaceMapEntryImpl. getValue()DeployedProvidedInterfaceEStringToDeployedProvidedInterfaceMapEntryImpl. setValue(DeployedProvidedInterface value)Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedProvidedInterface Modifier and Type Method Description java.util.Map.Entry<java.lang.String,DeployedProvidedInterface>DeploymentFactoryImpl. createEStringToDeployedProvidedInterfaceMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedProvidedInterface>EStringToDeployedProvidedInterfaceMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedProvidedInterface>DeployedComponentImpl. getProvidedInterfaces()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedProvidedInterface Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToDeployedProvidedInterfaceMapEntryImpl. basicSetTypedValue(DeployedProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidDeployedRequiredInterfaceImpl. setRequires(DeployedProvidedInterface newRequires)voidEStringToDeployedProvidedInterfaceMapEntryImpl. setTypedValue(DeployedProvidedInterface newValue)DeployedProvidedInterfaceEStringToDeployedProvidedInterfaceMapEntryImpl. setValue(DeployedProvidedInterface value) -
Uses of DeployedProvidedInterface in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedProvidedInterface Modifier and Type Method Description TDeploymentSwitch. caseDeployedProvidedInterface(DeployedProvidedInterface object)Returns the result of interpreting the object as an instance of 'Deployed Provided Interface'.Method parameters in kieker.model.analysismodel.deployment.util with type arguments of type DeployedProvidedInterface Modifier and Type Method Description TDeploymentSwitch. caseEStringToDeployedProvidedInterfaceMapEntry(java.util.Map.Entry<java.lang.String,DeployedProvidedInterface> object)Returns the result of interpreting the object as an instance of 'EString To Deployed Provided Interface Map Entry'.