Uses of Interface
io.ciera.tool.sql.architecture.statement.UnrelateSmt
-
-
Uses of UnrelateSmt in io.ciera.tool
-
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type UnrelateSmt Modifier and Type Method Description default voidClassRelationship. addR484_deleted_by_UnrelateSmt(UnrelateSmt inst)default voidClassRelationship. removeR484_deleted_by_UnrelateSmt(UnrelateSmt inst) -
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type UnrelateSmt Modifier and Type Method Description voidClassRelationshipImpl. addR484_deleted_by_UnrelateSmt(UnrelateSmt inst)voidClassRelationshipImpl. removeR484_deleted_by_UnrelateSmt(UnrelateSmt inst) -
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return UnrelateSmt Modifier and Type Method Description UnrelateSmtExpression. R482_unrelated_from_formalizer_by_UnrelateSmt()UnrelateSmtExpression. R483_unrelated_from_participant_by_UnrelateSmt()Methods in io.ciera.tool.sql.architecture.expression with parameters of type UnrelateSmt Modifier and Type Method Description default voidExpression. setR482_unrelated_from_formalizer_by_UnrelateSmt(UnrelateSmt inst)default voidExpression. setR483_unrelated_from_participant_by_UnrelateSmt(UnrelateSmt inst) -
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return UnrelateSmt Modifier and Type Method Description UnrelateSmtExpressionImpl. R482_unrelated_from_formalizer_by_UnrelateSmt()UnrelateSmtExpressionImpl. R483_unrelated_from_participant_by_UnrelateSmt()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type UnrelateSmt Modifier and Type Method Description voidExpressionImpl. setR482_unrelated_from_formalizer_by_UnrelateSmt(UnrelateSmt inst)voidExpressionImpl. setR483_unrelated_from_participant_by_UnrelateSmt(UnrelateSmt inst) -
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement that return UnrelateSmt Modifier and Type Method Description UnrelateSmtStatement. R451_is_a_UnrelateSmt()Methods in io.ciera.tool.sql.architecture.statement with parameters of type UnrelateSmt Modifier and Type Method Description default voidStatement. setR451_is_a_UnrelateSmt(UnrelateSmt inst) -
Uses of UnrelateSmt in io.ciera.tool.sql.architecture.statement.impl
Classes in io.ciera.tool.sql.architecture.statement.impl that implement UnrelateSmt Modifier and Type Class Description classUnrelateSmtImplFields in io.ciera.tool.sql.architecture.statement.impl declared as UnrelateSmt Modifier and Type Field Description static UnrelateSmtUnrelateSmtImpl. EMPTY_UNRELATESMTMethods in io.ciera.tool.sql.architecture.statement.impl that return UnrelateSmt Modifier and Type Method Description static UnrelateSmtUnrelateSmtImpl. create(Sql context)static UnrelateSmtUnrelateSmtImpl. 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_part_expression_number, String ref_form_expression_number, String ref_rel_name, String ref_comp_name, String ref_comp_package)UnrelateSmtUnrelateSmtSetImpl. nullElement()UnrelateSmtUnrelateSmtImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)UnrelateSmtStatementImpl. R451_is_a_UnrelateSmt()UnrelateSmtUnrelateSmtImpl. self()Methods in io.ciera.tool.sql.architecture.statement.impl that return types with arguments of type UnrelateSmt Modifier and Type Method Description List<UnrelateSmt>UnrelateSmtSetImpl. elements()Methods in io.ciera.tool.sql.architecture.statement.impl with parameters of type UnrelateSmt Modifier and Type Method Description voidStatementImpl. setR451_is_a_UnrelateSmt(UnrelateSmt inst)Method parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type UnrelateSmt Modifier and Type Method Description UnrelateSmtSetUnrelateSmtSetImpl. emptySet(Comparator<? super UnrelateSmt> comp)Constructor parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type UnrelateSmt Constructor Description UnrelateSmtSetImpl(Comparator<? super UnrelateSmt> comp)
-