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 DeployedProvidedInterface
DeploymentFactory. createDeployedProvidedInterface()
Returns a new object of class 'Deployed Provided Interface'.DeployedProvidedInterface
DeployedRequiredInterface. 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 void
DeployedRequiredInterface. 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 class
DeployedProvidedInterfaceImpl
An implementation of the model object 'Deployed Provided Interface'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedProvidedInterface Modifier and Type Field Description protected DeployedProvidedInterface
DeployedRequiredInterfaceImpl. requires
The cached value of the 'Requires
' reference.protected DeployedProvidedInterface
EStringToDeployedProvidedInterfaceMapEntryImpl. value
The 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. providedInterfaces
The cached value of the 'Provided Interfaces
' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedProvidedInterface Modifier and Type Method Description DeployedProvidedInterface
DeployedRequiredInterfaceImpl. basicGetRequires()
DeployedProvidedInterface
DeploymentFactoryImpl. createDeployedProvidedInterface()
DeployedProvidedInterface
DeployedRequiredInterfaceImpl. getRequires()
DeployedProvidedInterface
EStringToDeployedProvidedInterfaceMapEntryImpl. getTypedValue()
DeployedProvidedInterface
EStringToDeployedProvidedInterfaceMapEntryImpl. getValue()
DeployedProvidedInterface
EStringToDeployedProvidedInterfaceMapEntryImpl. 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.NotificationChain
EStringToDeployedProvidedInterfaceMapEntryImpl. basicSetTypedValue(DeployedProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedRequiredInterfaceImpl. setRequires(DeployedProvidedInterface newRequires)
void
EStringToDeployedProvidedInterfaceMapEntryImpl. setTypedValue(DeployedProvidedInterface newValue)
DeployedProvidedInterface
EStringToDeployedProvidedInterfaceMapEntryImpl. 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 T
DeploymentSwitch. 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 T
DeploymentSwitch. 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'.