Uses of Interface
io.ciera.tool.sql.architecture.classes.InstSet
-
-
Uses of InstSet in io.ciera.tool
Methods in io.ciera.tool with parameters of type InstSet Modifier and Type Method Description voidSql. relate_R401_InstSet_is_a_File(InstSet form, File part)voidSql. relate_R406_InstSet_defines_set_with_elements_of_type_ModelInst(InstSet form, ModelInst part)voidSql. relate_R407_InstSet_is_a_Type(InstSet form, Type part)voidSql. relate_R444_SetSelector_navigates_from_InstSet(SetSelector form, InstSet part)voidSqlSqlLoader. serialize_InstSet(InstSet instset_inst, PrintStream out)voidSql. unrelate_R401_InstSet_is_a_File(InstSet form, File part)voidSql. unrelate_R406_InstSet_defines_set_with_elements_of_type_ModelInst(InstSet form, ModelInst part)voidSql. unrelate_R407_InstSet_is_a_Type(InstSet form, Type part)voidSql. unrelate_R444_SetSelector_navigates_from_InstSet(SetSelector form, InstSet part) -
Uses of InstSet in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return InstSet Modifier and Type Method Description InstSetModelInst. R406_is_type_of_single_element_in_InstSet()InstSetSetSelector. R444_navigates_from_InstSet()Methods in io.ciera.tool.sql.architecture.classes with parameters of type InstSet Modifier and Type Method Description default voidModelInst. setR406_is_type_of_single_element_in_InstSet(InstSet inst)default voidSetSelector. setR444_navigates_from_InstSet(InstSet inst) -
Uses of InstSet in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement InstSet Modifier and Type Class Description classInstSetImplFields in io.ciera.tool.sql.architecture.classes.impl declared as InstSet Modifier and Type Field Description static InstSetInstSetImpl. EMPTY_INSTSETMethods in io.ciera.tool.sql.architecture.classes.impl that return InstSet Modifier and Type Method Description static InstSetInstSetImpl. create(Sql context)static InstSetInstSetImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_name, String ref_package, String m_extends, String ref_class_name, String ref_class_package, String ref_comp_name, String ref_comp_package, String m_comparator)InstSetInstSetSetImpl. nullElement()InstSetInstSetImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)InstSetModelInstImpl. R406_is_type_of_single_element_in_InstSet()InstSetSetSelectorImpl. R444_navigates_from_InstSet()InstSetInstSetImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type InstSet Modifier and Type Method Description List<InstSet>InstSetSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type InstSet Modifier and Type Method Description voidModelInstImpl. setR406_is_type_of_single_element_in_InstSet(InstSet inst)voidSetSelectorImpl. setR444_navigates_from_InstSet(InstSet inst)Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type InstSet Modifier and Type Method Description InstSetSetInstSetSetImpl. emptySet(Comparator<? super InstSet> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type InstSet Constructor Description InstSetSetImpl(Comparator<? super InstSet> comp) -
Uses of InstSet in io.ciera.tool.sql.architecture.file
Methods in io.ciera.tool.sql.architecture.file that return InstSet Modifier and Type Method Description InstSetFile. R401_is_a_InstSet()Methods in io.ciera.tool.sql.architecture.file with parameters of type InstSet Modifier and Type Method Description default voidFile. setR401_is_a_InstSet(InstSet inst) -
Uses of InstSet in io.ciera.tool.sql.architecture.file.impl
Methods in io.ciera.tool.sql.architecture.file.impl that return InstSet Modifier and Type Method Description InstSetFileImpl. R401_is_a_InstSet()Methods in io.ciera.tool.sql.architecture.file.impl with parameters of type InstSet Modifier and Type Method Description voidFileImpl. setR401_is_a_InstSet(InstSet inst) -
Uses of InstSet in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type that return InstSet Modifier and Type Method Description InstSetType. R407_is_a_InstSet()Methods in io.ciera.tool.sql.architecture.type with parameters of type InstSet Modifier and Type Method Description default voidType. setR407_is_a_InstSet(InstSet inst) -
Uses of InstSet in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl that return InstSet Modifier and Type Method Description InstSetTypeImpl. R407_is_a_InstSet()Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type InstSet Modifier and Type Method Description voidTypeImpl. setR407_is_a_InstSet(InstSet inst)
-