Uses of Interface
io.ciera.tool.sql.ooaofooa.body.ACT_CON
-
Packages that use ACT_CON Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.body io.ciera.tool.sql.ooaofooa.body.impl -
-
Uses of ACT_CON in io.ciera.tool
Methods in io.ciera.tool with parameters of type ACT_CON Modifier and Type Method Description voidSql. relate_R603_ACT_CON_is_a_ACT_SMT(ACT_CON form, ACT_SMT part)voidSqlSqlLoader. serialize_603(ACT_CON act_con_inst, PrintStream out)voidSqlSqlLoader. serialize_ACT_CON(ACT_CON act_con_inst, PrintStream out)voidSql. unrelate_R603_ACT_CON_is_a_ACT_SMT(ACT_CON form, ACT_SMT part) -
Uses of ACT_CON in io.ciera.tool.sql.ooaofooa.body
Methods in io.ciera.tool.sql.ooaofooa.body that return ACT_CON Modifier and Type Method Description ACT_CONACT_SMT. R603_is_a_ACT_CON()Methods in io.ciera.tool.sql.ooaofooa.body with parameters of type ACT_CON Modifier and Type Method Description default voidACT_SMT. setR603_is_a_ACT_CON(ACT_CON inst) -
Uses of ACT_CON in io.ciera.tool.sql.ooaofooa.body.impl
Classes in io.ciera.tool.sql.ooaofooa.body.impl that implement ACT_CON Modifier and Type Class Description classACT_CONImplFields in io.ciera.tool.sql.ooaofooa.body.impl declared as ACT_CON Modifier and Type Field Description static ACT_CONACT_CONImpl. EMPTY_ACT_CONMethods in io.ciera.tool.sql.ooaofooa.body.impl that return ACT_CON Modifier and Type Method Description static ACT_CONACT_CONImpl. create(Sql context)static ACT_CONACT_CONImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Statement_ID)static ACT_CONACT_CONImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Statement_ID)ACT_CONACT_CONSetImpl. nullElement()ACT_CONACT_CONImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ACT_CONACT_SMTImpl. R603_is_a_ACT_CON()ACT_CONACT_CONImpl. self()Methods in io.ciera.tool.sql.ooaofooa.body.impl that return types with arguments of type ACT_CON Modifier and Type Method Description List<ACT_CON>ACT_CONSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.body.impl with parameters of type ACT_CON Modifier and Type Method Description voidACT_SMTImpl. setR603_is_a_ACT_CON(ACT_CON inst)Method parameters in io.ciera.tool.sql.ooaofooa.body.impl with type arguments of type ACT_CON Modifier and Type Method Description ACT_CONSetACT_CONSetImpl. emptySet(Comparator<? super ACT_CON> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.body.impl with type arguments of type ACT_CON Constructor Description ACT_CONSetImpl(Comparator<? super ACT_CON> comp)
-