Uses of Interface
io.ciera.tool.sql.ooaofooa.association.ClassAsSubtype
-
Packages that use ClassAsSubtype Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.association io.ciera.tool.sql.ooaofooa.association.impl -
-
Uses of ClassAsSubtype in io.ciera.tool
Methods in io.ciera.tool with parameters of type ClassAsSubtype Modifier and Type Method Description voidSql. relate_R205_ClassAsSubtype_is_a_ReferringClassInAssoc(ClassAsSubtype form, ReferringClassInAssoc part)voidSql. relate_R213_ClassAsSubtype_is_related_to_supertype_via_SubtypeSupertypeAssociation(ClassAsSubtype form, SubtypeSupertypeAssociation part)voidSqlSqlLoader. serialize_205(ClassAsSubtype classassubtype_inst, PrintStream out)voidSqlSqlLoader. serialize_213(ClassAsSubtype classassubtype_inst, PrintStream out)voidSqlSqlLoader. serialize_ClassAsSubtype(ClassAsSubtype classassubtype_inst, PrintStream out)voidSql. unrelate_R205_ClassAsSubtype_is_a_ReferringClassInAssoc(ClassAsSubtype form, ReferringClassInAssoc part)voidSql. unrelate_R213_ClassAsSubtype_is_related_to_supertype_via_SubtypeSupertypeAssociation(ClassAsSubtype form, SubtypeSupertypeAssociation part) -
Uses of ClassAsSubtype in io.ciera.tool.sql.ooaofooa.association
Methods in io.ciera.tool.sql.ooaofooa.association that return ClassAsSubtype Modifier and Type Method Description ClassAsSubtypeReferringClassInAssoc. R205_is_a_ClassAsSubtype()Methods in io.ciera.tool.sql.ooaofooa.association with parameters of type ClassAsSubtype Modifier and Type Method Description default voidSubtypeSupertypeAssociation. addR213_relates_ClassAsSubtype(ClassAsSubtype inst)default voidSubtypeSupertypeAssociation. removeR213_relates_ClassAsSubtype(ClassAsSubtype inst)default voidReferringClassInAssoc. setR205_is_a_ClassAsSubtype(ClassAsSubtype inst) -
Uses of ClassAsSubtype in io.ciera.tool.sql.ooaofooa.association.impl
Classes in io.ciera.tool.sql.ooaofooa.association.impl that implement ClassAsSubtype Modifier and Type Class Description classClassAsSubtypeImplFields in io.ciera.tool.sql.ooaofooa.association.impl declared as ClassAsSubtype Modifier and Type Field Description static ClassAsSubtypeClassAsSubtypeImpl. EMPTY_CLASSASSUBTYPEMethods in io.ciera.tool.sql.ooaofooa.association.impl that return ClassAsSubtype Modifier and Type Method Description static ClassAsSubtypeClassAsSubtypeImpl. create(Sql context)static ClassAsSubtypeClassAsSubtypeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Obj_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, io.ciera.runtime.summit.types.UniqueId ref_OIR_ID)static ClassAsSubtypeClassAsSubtypeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Obj_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, io.ciera.runtime.summit.types.UniqueId ref_OIR_ID)ClassAsSubtypeClassAsSubtypeSetImpl. nullElement()ClassAsSubtypeClassAsSubtypeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ClassAsSubtypeReferringClassInAssocImpl. R205_is_a_ClassAsSubtype()ClassAsSubtypeClassAsSubtypeImpl. self()Methods in io.ciera.tool.sql.ooaofooa.association.impl that return types with arguments of type ClassAsSubtype Modifier and Type Method Description List<ClassAsSubtype>ClassAsSubtypeSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.association.impl with parameters of type ClassAsSubtype Modifier and Type Method Description voidSubtypeSupertypeAssociationImpl. addR213_relates_ClassAsSubtype(ClassAsSubtype inst)voidSubtypeSupertypeAssociationImpl. removeR213_relates_ClassAsSubtype(ClassAsSubtype inst)voidReferringClassInAssocImpl. setR205_is_a_ClassAsSubtype(ClassAsSubtype inst)Method parameters in io.ciera.tool.sql.ooaofooa.association.impl with type arguments of type ClassAsSubtype Modifier and Type Method Description ClassAsSubtypeSetClassAsSubtypeSetImpl. emptySet(Comparator<? super ClassAsSubtype> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.association.impl with type arguments of type ClassAsSubtype Constructor Description ClassAsSubtypeSetImpl(Comparator<? super ClassAsSubtype> comp)
-