Uses of Interface
io.ciera.tool.sql.architecture.expression.EventCreation
-
Packages that use EventCreation Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of EventCreation in io.ciera.tool
Methods in io.ciera.tool with parameters of type EventCreation Modifier and Type Method Description voidSql. relate_R3902_EventCreation_has_target_Expression(EventCreation form, Expression part)voidSql. relate_R3903_EventCreation_has_base_Expression(EventCreation form, Expression part)voidSql. relate_R776_EventCreation_is_a_Expression(EventCreation form, Expression part)voidSqlSqlLoader. serialize_EventCreation(EventCreation eventcreation_inst, PrintStream out)voidSql. unrelate_R3902_EventCreation_has_target_Expression(EventCreation form, Expression part)voidSql. unrelate_R3903_EventCreation_has_base_Expression(EventCreation form, Expression part)voidSql. unrelate_R776_EventCreation_is_a_Expression(EventCreation form, Expression part) -
Uses of EventCreation in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return EventCreation Modifier and Type Method Description EventCreationExpression. R3902_EventCreation()EventCreationExpression. R3903_EventCreation()EventCreationExpression. R776_is_a_EventCreation()Methods in io.ciera.tool.sql.architecture.expression with parameters of type EventCreation Modifier and Type Method Description default voidExpression. setR3902_EventCreation(EventCreation inst)default voidExpression. setR3903_EventCreation(EventCreation inst)default voidExpression. setR776_is_a_EventCreation(EventCreation inst) -
Uses of EventCreation in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement EventCreation Modifier and Type Class Description classEventCreationImplFields in io.ciera.tool.sql.architecture.expression.impl declared as EventCreation Modifier and Type Field Description static EventCreationEventCreationImpl. EMPTY_EVENTCREATIONMethods in io.ciera.tool.sql.architecture.expression.impl that return EventCreation Modifier and Type Method Description static EventCreationEventCreationImpl. create(Sql context)static EventCreationEventCreationImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_target_expression_number, String ref_evt_expression_number, boolean m_to_self)EventCreationEventCreationSetImpl. nullElement()EventCreationEventCreationImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)EventCreationExpressionImpl. R3902_EventCreation()EventCreationExpressionImpl. R3903_EventCreation()EventCreationExpressionImpl. R776_is_a_EventCreation()EventCreationEventCreationImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type EventCreation Modifier and Type Method Description List<EventCreation>EventCreationSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type EventCreation Modifier and Type Method Description voidExpressionImpl. setR3902_EventCreation(EventCreation inst)voidExpressionImpl. setR3903_EventCreation(EventCreation inst)voidExpressionImpl. setR776_is_a_EventCreation(EventCreation inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type EventCreation Modifier and Type Method Description EventCreationSetEventCreationSetImpl. emptySet(Comparator<? super EventCreation> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type EventCreation Constructor Description EventCreationSetImpl(Comparator<? super EventCreation> comp)
-