Uses of Interface
kieker.model.analysismodel.assembly.AssemblyProvidedInterface
Packages that use AssemblyProvidedInterface
Package
Description
-
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyProvidedInterfaceModifier and TypeMethodDescriptionAssemblyFactory.createAssemblyProvidedInterface()Returns a new object of class 'Provided Interface'.AssemblyRequiredInterface.getRequires()Returns the value of the 'Requires' reference.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> AssemblyComponent.getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.assembly with parameters of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionvoidAssemblyRequiredInterface.setRequires(AssemblyProvidedInterface value) Sets the value of the 'Requires' reference. -
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyProvidedInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Provided Interface'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyProvidedInterfaceModifier and TypeFieldDescriptionprotected AssemblyProvidedInterfaceAssemblyRequiredInterfaceImpl.requiresThe cached value of the 'Requires' reference.protected AssemblyProvidedInterfaceEStringToAssemblyProvidedInterfaceMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyProvidedInterfaceModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> AssemblyComponentImpl.providedInterfacesThe cached value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyProvidedInterfaceModifier and TypeMethodDescriptionAssemblyRequiredInterfaceImpl.basicGetRequires()AssemblyFactoryImpl.createAssemblyProvidedInterface()AssemblyRequiredInterfaceImpl.getRequires()EStringToAssemblyProvidedInterfaceMapEntryImpl.getTypedValue()EStringToAssemblyProvidedInterfaceMapEntryImpl.getValue()EStringToAssemblyProvidedInterfaceMapEntryImpl.setValue(AssemblyProvidedInterface value) Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionAssemblyFactoryImpl.createEStringToAssemblyProvidedInterfaceMapEntry()org.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> EStringToAssemblyProvidedInterfaceMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> AssemblyComponentImpl.getProvidedInterfaces()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToAssemblyProvidedInterfaceMapEntryImpl.basicSetTypedValue(AssemblyProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidAssemblyRequiredInterfaceImpl.setRequires(AssemblyProvidedInterface newRequires) voidEStringToAssemblyProvidedInterfaceMapEntryImpl.setTypedValue(AssemblyProvidedInterface newValue) EStringToAssemblyProvidedInterfaceMapEntryImpl.setValue(AssemblyProvidedInterface value) -
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionAssemblySwitch.caseAssemblyProvidedInterface(AssemblyProvidedInterface object) Returns the result of interpreting the object as an instance of 'Provided Interface'.Method parameters in kieker.model.analysismodel.assembly.util with type arguments of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionAssemblySwitch.caseEStringToAssemblyProvidedInterfaceMapEntry(Map.Entry<String, AssemblyProvidedInterface> object) Returns the result of interpreting the object as an instance of 'EString To Assembly Provided Interface Map Entry'. -
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return AssemblyProvidedInterfaceModifier and TypeMethodDescriptionDeployedProvidedInterface.getProvidedInterface()Returns the value of the 'Provided Interface' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionvoidDeployedProvidedInterface.setProvidedInterface(AssemblyProvidedInterface value) Sets the value of the 'Provided Interface' reference. -
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.deployment.impl
Fields in kieker.model.analysismodel.deployment.impl declared as AssemblyProvidedInterfaceModifier and TypeFieldDescriptionprotected AssemblyProvidedInterfaceDeployedProvidedInterfaceImpl.providedInterfaceThe cached value of the 'Provided Interface' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyProvidedInterfaceModifier and TypeMethodDescriptionDeployedProvidedInterfaceImpl.basicGetProvidedInterface()DeployedProvidedInterfaceImpl.getProvidedInterface()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyProvidedInterfaceModifier and TypeMethodDescriptionvoidDeployedProvidedInterfaceImpl.setProvidedInterface(AssemblyProvidedInterface newProvidedInterface)