Uses of Interface
kieker.model.analysismodel.deployment.DeployedProvidedInterface
Packages that use DeployedProvidedInterface
Package
Description
-
Uses of DeployedProvidedInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedProvidedInterfaceModifier and TypeMethodDescriptionDeploymentFactory.createDeployedProvidedInterface()Returns a new object of class 'Deployed Provided Interface'.DeployedRequiredInterface.getRequires()Returns the value of the 'Requires' reference.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedProvidedInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> DeployedComponent.getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.deployment with parameters of type DeployedProvidedInterfaceModifier and TypeMethodDescriptionvoidDeployedRequiredInterface.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 DeployedProvidedInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Deployed Provided Interface'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedProvidedInterfaceModifier and TypeFieldDescriptionprotected 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 DeployedProvidedInterfaceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> DeployedComponentImpl.providedInterfacesThe cached value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedProvidedInterfaceModifier and TypeMethodDescriptionDeployedRequiredInterfaceImpl.basicGetRequires()DeploymentFactoryImpl.createDeployedProvidedInterface()DeployedRequiredInterfaceImpl.getRequires()EStringToDeployedProvidedInterfaceMapEntryImpl.getTypedValue()EStringToDeployedProvidedInterfaceMapEntryImpl.getValue()EStringToDeployedProvidedInterfaceMapEntryImpl.setValue(DeployedProvidedInterface value) Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedProvidedInterfaceModifier and TypeMethodDescriptionDeploymentFactoryImpl.createEStringToDeployedProvidedInterfaceMapEntry()org.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> EStringToDeployedProvidedInterfaceMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> DeployedComponentImpl.getProvidedInterfaces()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedProvidedInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToDeployedProvidedInterfaceMapEntryImpl.basicSetTypedValue(DeployedProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidDeployedRequiredInterfaceImpl.setRequires(DeployedProvidedInterface newRequires) voidEStringToDeployedProvidedInterfaceMapEntryImpl.setTypedValue(DeployedProvidedInterface newValue) EStringToDeployedProvidedInterfaceMapEntryImpl.setValue(DeployedProvidedInterface value) -
Uses of DeployedProvidedInterface in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedProvidedInterfaceModifier and TypeMethodDescriptionDeploymentSwitch.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 DeployedProvidedInterfaceModifier and TypeMethodDescriptionDeploymentSwitch.caseEStringToDeployedProvidedInterfaceMapEntry(Map.Entry<String, DeployedProvidedInterface> object) Returns the result of interpreting the object as an instance of 'EString To Deployed Provided Interface Map Entry'.