Uses of Interface
io.ciera.tool.sql.architecture.classes.Selector
-
-
Uses of Selector in io.ciera.tool
-
Uses of Selector in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return Selector Modifier and Type Method Description SelectorInstanceSelector. R445_is_a_Selector()SelectorSetSelector. R445_is_a_Selector()Methods in io.ciera.tool.sql.architecture.classes with parameters of type Selector Modifier and Type Method Description default voidClassRelationship. addR4512_traversed_by_Selector(Selector inst)default voidClassRelationship. removeR4512_traversed_by_Selector(Selector inst)default voidInstanceSelector. setR445_is_a_Selector(Selector inst)default voidSetSelector. setR445_is_a_Selector(Selector inst) -
Uses of Selector in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement Selector Modifier and Type Class Description classSelectorImplFields in io.ciera.tool.sql.architecture.classes.impl declared as Selector Modifier and Type Field Description static SelectorSelectorImpl. EMPTY_SELECTORMethods in io.ciera.tool.sql.architecture.classes.impl that return Selector Modifier and Type Method Description static SelectorSelectorImpl. create(Sql context)static SelectorSelectorImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String m_parent_name, String m_parent_package, String m_name, Mult m_multiplicity, String ref_rel_comp_name, String ref_rel_comp_package, String ref_rel_name, String ref_type_name, String ref_type_package, String ref_type_reference_name)static SelectorSelectorImpl. create(Sql context, String m_parent_name, String m_parent_package, String m_name, Mult m_multiplicity, String ref_rel_comp_name, String ref_rel_comp_package, String ref_rel_name, String ref_type_name, String ref_type_package, String ref_type_reference_name)SelectorSelectorSetImpl. nullElement()SelectorSelectorImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelectorInstanceSelectorImpl. R445_is_a_Selector()SelectorSetSelectorImpl. R445_is_a_Selector()SelectorSelectorImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type Selector Modifier and Type Method Description List<Selector>SelectorSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type Selector Modifier and Type Method Description voidClassRelationshipImpl. addR4512_traversed_by_Selector(Selector inst)voidClassRelationshipImpl. removeR4512_traversed_by_Selector(Selector inst)voidInstanceSelectorImpl. setR445_is_a_Selector(Selector inst)voidSetSelectorImpl. setR445_is_a_Selector(Selector inst)Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type Selector Modifier and Type Method Description SelectorSetSelectorSetImpl. emptySet(Comparator<? super Selector> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type Selector Constructor Description SelectorSetImpl(Comparator<? super Selector> comp) -
Uses of Selector in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Selector Modifier and Type Method Description SelectorSelectRelated. R797_selects_instances_through_Selector()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Selector Modifier and Type Method Description default voidSelectRelated. setR797_selects_instances_through_Selector(Selector inst) -
Uses of Selector in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return Selector Modifier and Type Method Description SelectorSelectRelatedImpl. R797_selects_instances_through_Selector()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Selector Modifier and Type Method Description voidSelectRelatedImpl. setR797_selects_instances_through_Selector(Selector inst) -
Uses of Selector in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type with parameters of type Selector Modifier and Type Method Description default voidTypeReference. addR446_shapes_return_of_Selector(Selector inst)default voidTypeReference. removeR446_shapes_return_of_Selector(Selector inst) -
Uses of Selector in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type Selector Modifier and Type Method Description voidTypeReferenceImpl. addR446_shapes_return_of_Selector(Selector inst)voidTypeReferenceImpl. removeR446_shapes_return_of_Selector(Selector inst)
-