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 AssemblyProvidedInterface
AssemblyFactory. createAssemblyProvidedInterface()
Returns a new object of class 'Provided Interface'.AssemblyProvidedInterface
AssemblyRequiredInterface. 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 void
AssemblyRequiredInterface. 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 class
AssemblyProvidedInterfaceImpl
An implementation of the model object 'Provided Interface'.Fields in kieker.model.analysismodel.assembly.impl declared as AssemblyProvidedInterface Modifier and Type Field Description protected AssemblyProvidedInterface
AssemblyRequiredInterfaceImpl. requires
The cached value of the 'Requires
' reference.protected AssemblyProvidedInterface
EStringToAssemblyProvidedInterfaceMapEntryImpl. value
The 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. providedInterfaces
The cached value of the 'Provided Interfaces
' map.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterface
AssemblyRequiredInterfaceImpl. basicGetRequires()
AssemblyProvidedInterface
AssemblyFactoryImpl. createAssemblyProvidedInterface()
AssemblyProvidedInterface
AssemblyRequiredInterfaceImpl. getRequires()
AssemblyProvidedInterface
EStringToAssemblyProvidedInterfaceMapEntryImpl. getTypedValue()
AssemblyProvidedInterface
EStringToAssemblyProvidedInterfaceMapEntryImpl. getValue()
AssemblyProvidedInterface
EStringToAssemblyProvidedInterfaceMapEntryImpl. 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.NotificationChain
EStringToAssemblyProvidedInterfaceMapEntryImpl. basicSetTypedValue(AssemblyProvidedInterface newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
AssemblyRequiredInterfaceImpl. setRequires(AssemblyProvidedInterface newRequires)
void
EStringToAssemblyProvidedInterfaceMapEntryImpl. setTypedValue(AssemblyProvidedInterface newValue)
AssemblyProvidedInterface
EStringToAssemblyProvidedInterfaceMapEntryImpl. 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 T
AssemblySwitch. 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 T
AssemblySwitch. 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 AssemblyProvidedInterface
DeployedProvidedInterface. 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 void
DeployedProvidedInterface. 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 AssemblyProvidedInterface
DeployedProvidedInterfaceImpl. providedInterface
The cached value of the 'Provided Interface
' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyProvidedInterface Modifier and Type Method Description AssemblyProvidedInterface
DeployedProvidedInterfaceImpl. basicGetProvidedInterface()
AssemblyProvidedInterface
DeployedProvidedInterfaceImpl. getProvidedInterface()
Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyProvidedInterface Modifier and Type Method Description void
DeployedProvidedInterfaceImpl. setProvidedInterface(AssemblyProvidedInterface newProvidedInterface)