Uses of Interface
kieker.model.analysismodel.assembly.AssemblyRequiredInterface
-
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterface
AssemblyFactory. createAssemblyRequiredInterface()
Returns a new object of class 'Required Interface'.Methods in kieker.model.analysismodel.assembly that return types with arguments of type AssemblyRequiredInterface Modifier and Type Method Description org.eclipse.emf.common.util.EList<AssemblyRequiredInterface>
AssemblyComponent. getRequiredInterfaces()
Returns the value of the 'Required Interfaces' containment reference list. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly.impl
Classes in kieker.model.analysismodel.assembly.impl that implement AssemblyRequiredInterface Modifier and Type Class Description class
AssemblyRequiredInterfaceImpl
An implementation of the model object 'Required Interface'.Fields in kieker.model.analysismodel.assembly.impl with type parameters of type AssemblyRequiredInterface Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AssemblyRequiredInterface>
AssemblyComponentImpl. requiredInterfaces
The cached value of the 'Required Interfaces
' containment reference list.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterface
AssemblyFactoryImpl. createAssemblyRequiredInterface()
Methods in kieker.model.analysismodel.assembly.impl that return types with arguments of type AssemblyRequiredInterface Modifier and Type Method Description org.eclipse.emf.common.util.EList<AssemblyRequiredInterface>
AssemblyComponentImpl. getRequiredInterfaces()
-
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.assembly.util
Methods in kieker.model.analysismodel.assembly.util with parameters of type AssemblyRequiredInterface Modifier and Type Method Description T
AssemblySwitch. caseAssemblyRequiredInterface(AssemblyRequiredInterface object)
Returns the result of interpreting the object as an instance of 'Required Interface'. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterface
DeployedRequiredInterface. getRequiredInterface()
Returns the value of the 'Required Interface' reference.Methods in kieker.model.analysismodel.deployment with parameters of type AssemblyRequiredInterface Modifier and Type Method Description void
DeployedRequiredInterface. setRequiredInterface(AssemblyRequiredInterface value)
Sets the value of the 'Required Interface
' reference. -
Uses of AssemblyRequiredInterface in kieker.model.analysismodel.deployment.impl
Fields in kieker.model.analysismodel.deployment.impl declared as AssemblyRequiredInterface Modifier and Type Field Description protected AssemblyRequiredInterface
DeployedRequiredInterfaceImpl. requiredInterface
The cached value of the 'Required Interface
' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterface
DeployedRequiredInterfaceImpl. basicGetRequiredInterface()
AssemblyRequiredInterface
DeployedRequiredInterfaceImpl. getRequiredInterface()
Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyRequiredInterface Modifier and Type Method Description void
DeployedRequiredInterfaceImpl. setRequiredInterface(AssemblyRequiredInterface newRequiredInterface)