Uses of Interface
kieker.model.analysismodel.assembly.AssemblyProvidedInterface
-
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterfaceAssemblyFactory. createAssemblyProvidedInterface()Returns a new object of class 'Provided Interface'.AssemblyProvidedInterfaceAssemblyRequiredInterface. getRequires()Returns the value of the 'Requires' reference.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyProvidedInterface Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyProvidedInterface>AssemblyComponent. getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.assembly with parameters of type AssemblyProvidedInterface Modifier and Type Method Description voidAssemblyRequiredInterface. 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 AssemblyProvidedInterface Modifier and Type Class Description classAssemblyProvidedInterfaceImplAn implementation of the model object 'Provided Interface'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyProvidedInterface Modifier and Type Field Description protected 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 AssemblyProvidedInterface Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyProvidedInterface>AssemblyComponentImpl. providedInterfacesThe cached value of the 'Provided Interfaces' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterfaceAssemblyRequiredInterfaceImpl. basicGetRequires()AssemblyProvidedInterfaceAssemblyFactoryImpl. createAssemblyProvidedInterface()AssemblyProvidedInterfaceAssemblyRequiredInterfaceImpl. getRequires()AssemblyProvidedInterfaceEStringToAssemblyProvidedInterfaceMapEntryImpl. getTypedValue()AssemblyProvidedInterfaceEStringToAssemblyProvidedInterfaceMapEntryImpl. getValue()AssemblyProvidedInterfaceEStringToAssemblyProvidedInterfaceMapEntryImpl. setValue(AssemblyProvidedInterface value)Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyProvidedInterface Modifier and Type Method Description java.util.Map.Entry<java.lang.String,AssemblyProvidedInterface>AssemblyFactoryImpl. createEStringToAssemblyProvidedInterfaceMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyProvidedInterface>EStringToAssemblyProvidedInterfaceMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyProvidedInterface>AssemblyComponentImpl. getProvidedInterfaces()Methods in kieker.model.analysismodel.assembly.impl with parameters of type AssemblyProvidedInterface Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToAssemblyProvidedInterfaceMapEntryImpl. basicSetTypedValue(AssemblyProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidAssemblyRequiredInterfaceImpl. setRequires(AssemblyProvidedInterface newRequires)voidEStringToAssemblyProvidedInterfaceMapEntryImpl. setTypedValue(AssemblyProvidedInterface newValue)AssemblyProvidedInterfaceEStringToAssemblyProvidedInterfaceMapEntryImpl. setValue(AssemblyProvidedInterface value) -
Uses of AssemblyProvidedInterface in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyProvidedInterface Modifier and Type Method Description TAssemblySwitch. 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 AssemblyProvidedInterface Modifier and Type Method Description TAssemblySwitch. caseEStringToAssemblyProvidedInterfaceMapEntry(java.util.Map.Entry<java.lang.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 AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterfaceDeployedProvidedInterface. getProvidedInterface()Returns the value of the 'Provided Interface' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyProvidedInterface Modifier and Type Method Description voidDeployedProvidedInterface. 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 AssemblyProvidedInterface Modifier and Type Field Description protected AssemblyProvidedInterfaceDeployedProvidedInterfaceImpl. providedInterfaceThe cached value of the 'Provided Interface' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterfaceDeployedProvidedInterfaceImpl. basicGetProvidedInterface()AssemblyProvidedInterfaceDeployedProvidedInterfaceImpl. getProvidedInterface()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyProvidedInterface Modifier and Type Method Description voidDeployedProvidedInterfaceImpl. setProvidedInterface(AssemblyProvidedInterface newProvidedInterface)