Uses of Interface
io.ciera.tool.sql.ooaofooa.instance.RuntimeChannel
-
-
Uses of RuntimeChannel in io.ciera.tool
-
Uses of RuntimeChannel in io.ciera.tool.sql.ooaofooa.component
Methods in io.ciera.tool.sql.ooaofooa.component with parameters of type RuntimeChannel Modifier and Type Method Description default voidSatisfaction. addR2969_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)default voidDelegation. addR2972_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)default voidSatisfaction. removeR2969_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)default voidDelegation. removeR2972_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst) -
Uses of RuntimeChannel in io.ciera.tool.sql.ooaofooa.component.impl
Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type RuntimeChannel Modifier and Type Method Description voidSatisfactionImpl. addR2969_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)voidDelegationImpl. addR2972_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)voidSatisfactionImpl. removeR2969_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst)voidDelegationImpl. removeR2972_is_implemented_at_runtime_by_RuntimeChannel(RuntimeChannel inst) -
Uses of RuntimeChannel in io.ciera.tool.sql.ooaofooa.instance
Methods in io.ciera.tool.sql.ooaofooa.instance that return RuntimeChannel Modifier and Type Method Description RuntimeChannelRuntimeChannel. R2973_provider_RuntimeChannel()RuntimeChannelRuntimeChannel. R2973_requirer_RuntimeChannel()Methods in io.ciera.tool.sql.ooaofooa.instance with parameters of type RuntimeChannel Modifier and Type Method Description default voidComponentInstance. addR2968_is_interface_provider_to_RuntimeChannel(RuntimeChannel inst)default voidComponentInstance. addR2968_is_interface_requirer_of_RuntimeChannel(RuntimeChannel inst)default voidComponentInstance. removeR2968_is_interface_provider_to_RuntimeChannel(RuntimeChannel inst)default voidComponentInstance. removeR2968_is_interface_requirer_of_RuntimeChannel(RuntimeChannel inst)default voidRuntimeChannel. setR2973_provider_RuntimeChannel(RuntimeChannel inst)default voidRuntimeChannel. setR2973_requirer_RuntimeChannel(RuntimeChannel inst) -
Uses of RuntimeChannel in io.ciera.tool.sql.ooaofooa.instance.impl
Classes in io.ciera.tool.sql.ooaofooa.instance.impl that implement RuntimeChannel Modifier and Type Class Description classRuntimeChannelImplFields in io.ciera.tool.sql.ooaofooa.instance.impl declared as RuntimeChannel Modifier and Type Field Description static RuntimeChannelRuntimeChannelImpl. EMPTY_RUNTIMECHANNELMethods in io.ciera.tool.sql.ooaofooa.instance.impl that return RuntimeChannel Modifier and Type Method Description static RuntimeChannelRuntimeChannelImpl. create(Sql context)static RuntimeChannelRuntimeChannelImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId m_Channel_Id, io.ciera.runtime.summit.types.UniqueId ref_Execution_Engine_ID, io.ciera.runtime.summit.types.UniqueId ref_other_Execution_Engine_ID, io.ciera.runtime.summit.types.UniqueId ref_Satisfaction_Id, io.ciera.runtime.summit.types.UniqueId ref_Delegation_Id, io.ciera.runtime.summit.types.UniqueId ref_Next_provider_Channel_Id)static RuntimeChannelRuntimeChannelImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Channel_Id, io.ciera.runtime.summit.types.UniqueId ref_Execution_Engine_ID, io.ciera.runtime.summit.types.UniqueId ref_other_Execution_Engine_ID, io.ciera.runtime.summit.types.UniqueId ref_Satisfaction_Id, io.ciera.runtime.summit.types.UniqueId ref_Delegation_Id, io.ciera.runtime.summit.types.UniqueId ref_Next_provider_Channel_Id)RuntimeChannelRuntimeChannelSetImpl. nullElement()RuntimeChannelRuntimeChannelImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)RuntimeChannelRuntimeChannelImpl. R2973_provider_RuntimeChannel()RuntimeChannelRuntimeChannelImpl. R2973_requirer_RuntimeChannel()RuntimeChannelRuntimeChannelImpl. self()Methods in io.ciera.tool.sql.ooaofooa.instance.impl that return types with arguments of type RuntimeChannel Modifier and Type Method Description List<RuntimeChannel>RuntimeChannelSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.instance.impl with parameters of type RuntimeChannel Modifier and Type Method Description voidComponentInstanceImpl. addR2968_is_interface_provider_to_RuntimeChannel(RuntimeChannel inst)voidComponentInstanceImpl. addR2968_is_interface_requirer_of_RuntimeChannel(RuntimeChannel inst)voidComponentInstanceImpl. removeR2968_is_interface_provider_to_RuntimeChannel(RuntimeChannel inst)voidComponentInstanceImpl. removeR2968_is_interface_requirer_of_RuntimeChannel(RuntimeChannel inst)voidRuntimeChannelImpl. setR2973_provider_RuntimeChannel(RuntimeChannel inst)voidRuntimeChannelImpl. setR2973_requirer_RuntimeChannel(RuntimeChannel inst)Method parameters in io.ciera.tool.sql.ooaofooa.instance.impl with type arguments of type RuntimeChannel Modifier and Type Method Description RuntimeChannelSetRuntimeChannelSetImpl. emptySet(Comparator<? super RuntimeChannel> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.instance.impl with type arguments of type RuntimeChannel Constructor Description RuntimeChannelSetImpl(Comparator<? super RuntimeChannel> comp)
-