Uses of Interface
io.ciera.tool.sql.ooaofooa.selection.ChainLink
-
-
Uses of ChainLink in io.ciera.tool
Methods in io.ciera.tool with parameters of type ChainLink Modifier and Type Method Description MultSql. act_lnkGetMult(ChainLink p_act_lnk)voidSql. relate_R604_ChainLink_precedes_ChainLink(ChainLink form, ChainLink part)voidSql. relate_R637_ChainLink_ACT_SEL(ChainLink form, ACT_SEL part)voidSql. relate_R678_ChainLink_specifies_instances_of_ModelClass(ChainLink form, ModelClass part)voidSql. relate_R681_ChainLink_specifies_traversal_of_Association(ChainLink form, Association part)voidSqlSqlLoader. serialize_ChainLink(ChainLink chainlink_inst, PrintStream out)voidSql. unrelate_R604_ChainLink_precedes_ChainLink(ChainLink form, ChainLink part)voidSql. unrelate_R637_ChainLink_ACT_SEL(ChainLink form, ACT_SEL part)voidSql. unrelate_R678_ChainLink_specifies_instances_of_ModelClass(ChainLink form, ModelClass part)voidSql. unrelate_R681_ChainLink_specifies_traversal_of_Association(ChainLink form, Association part) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.association
Methods in io.ciera.tool.sql.ooaofooa.association with parameters of type ChainLink Modifier and Type Method Description default voidAssociation. addR681_ChainLink(ChainLink inst)default voidAssociation. removeR681_ChainLink(ChainLink inst) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.association.impl
Methods in io.ciera.tool.sql.ooaofooa.association.impl with parameters of type ChainLink Modifier and Type Method Description voidAssociationImpl. addR681_ChainLink(ChainLink inst)voidAssociationImpl. removeR681_ChainLink(ChainLink inst) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.selection
Methods in io.ciera.tool.sql.ooaofooa.selection that return ChainLink Modifier and Type Method Description ChainLinkChainLink. R604_precedes_ChainLink()ChainLinkChainLink. R604_succeeds_ChainLink()ChainLinkACT_SEL. R637_starts_with_ChainLink()Methods in io.ciera.tool.sql.ooaofooa.selection with parameters of type ChainLink Modifier and Type Method Description default voidChainLink. setR604_precedes_ChainLink(ChainLink inst)default voidChainLink. setR604_succeeds_ChainLink(ChainLink inst)default voidACT_SEL. setR637_starts_with_ChainLink(ChainLink inst) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.selection.impl
Classes in io.ciera.tool.sql.ooaofooa.selection.impl that implement ChainLink Modifier and Type Class Description classChainLinkImplFields in io.ciera.tool.sql.ooaofooa.selection.impl declared as ChainLink Modifier and Type Field Description static ChainLinkChainLinkImpl. EMPTY_CHAINLINKMethods in io.ciera.tool.sql.ooaofooa.selection.impl that return ChainLink Modifier and Type Method Description static ChainLinkChainLinkImpl. create(Sql context)static ChainLinkChainLinkImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Link_ID, String m_Rel_Phrase, io.ciera.runtime.summit.types.UniqueId ref_Statement_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, io.ciera.runtime.summit.types.UniqueId ref_Next_Link_ID, Multiplicity m_Mult, io.ciera.runtime.summit.types.UniqueId ref_Obj_ID, int m_modelClassKeyLettersLineNumber, int m_modelClassKeyLettersColumn, int m_associationNumberLineNumber, int m_associationNumberColumn, int m_phraseLineNumber, int m_phraseColumn)ChainLinkChainLinkSetImpl. nullElement()ChainLinkChainLinkImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ChainLinkChainLinkImpl. R604_precedes_ChainLink()ChainLinkChainLinkImpl. R604_succeeds_ChainLink()ChainLinkACT_SELImpl. R637_starts_with_ChainLink()ChainLinkChainLinkImpl. self()Methods in io.ciera.tool.sql.ooaofooa.selection.impl that return types with arguments of type ChainLink Modifier and Type Method Description List<ChainLink>ChainLinkSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.selection.impl with parameters of type ChainLink Modifier and Type Method Description voidChainLinkImpl. setR604_precedes_ChainLink(ChainLink inst)voidChainLinkImpl. setR604_succeeds_ChainLink(ChainLink inst)voidACT_SELImpl. setR637_starts_with_ChainLink(ChainLink inst)Method parameters in io.ciera.tool.sql.ooaofooa.selection.impl with type arguments of type ChainLink Modifier and Type Method Description ChainLinkSetChainLinkSetImpl. emptySet(Comparator<? super ChainLink> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.selection.impl with type arguments of type ChainLink Constructor Description ChainLinkSetImpl(Comparator<? super ChainLink> comp) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type ChainLink Modifier and Type Method Description default voidModelClass. addR678_ChainLink(ChainLink inst)default voidModelClass. removeR678_ChainLink(ChainLink inst) -
Uses of ChainLink in io.ciera.tool.sql.ooaofooa.subsystem.impl
Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type ChainLink Modifier and Type Method Description voidModelClassImpl. addR678_ChainLink(ChainLink inst)voidModelClassImpl. removeR678_ChainLink(ChainLink inst)
-