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 AssemblyRequiredInterfaceAssemblyFactory. 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 classAssemblyRequiredInterfaceImplAn 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. requiredInterfacesThe cached value of the 'Required Interfaces' containment reference list.Methods in kieker.model.analysismodel.assembly.impl that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterfaceAssemblyFactoryImpl. 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 TAssemblySwitch. 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 AssemblyRequiredInterfaceDeployedRequiredInterface. 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 voidDeployedRequiredInterface. 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 AssemblyRequiredInterfaceDeployedRequiredInterfaceImpl. requiredInterfaceThe cached value of the 'Required Interface' reference.Methods in kieker.model.analysismodel.deployment.impl that return AssemblyRequiredInterface Modifier and Type Method Description AssemblyRequiredInterfaceDeployedRequiredInterfaceImpl. basicGetRequiredInterface()AssemblyRequiredInterfaceDeployedRequiredInterfaceImpl. getRequiredInterface()Methods in kieker.model.analysismodel.deployment.impl with parameters of type AssemblyRequiredInterface Modifier and Type Method Description voidDeployedRequiredInterfaceImpl. setRequiredInterface(AssemblyRequiredInterface newRequiredInterface)