Uses of Interface
io.ciera.tool.sql.architecture.classes.ClassRelationship
Packages that use ClassRelationship
Package
Description
-
Uses of ClassRelationship in io.ciera.tool
Methods in io.ciera.tool with parameters of type ClassRelationshipModifier and TypeMethodDescriptionvoidSql.relate_R434_ClassRelationship_has_participating_ModelInst(ClassRelationship form, ModelInst part) voidvoidSql.relate_R436_ClassRelationship_is_other_half_of_associative_ClassRelationship(ClassRelationship form, ClassRelationship part) voidSql.relate_R448_ClassRelationship_forms_relationship_population_of_ComponentDefinition(ClassRelationship form, ComponentDefinition part) voidSql.relate_R4511_AttributeReference_refers_to_another_attribute_through_ClassRelationship(AttributeReference form, ClassRelationship part) voidvoidSql.relate_R4572_RelationshipPopulationSelector_selects_instances_of_ClassRelationship(RelationshipPopulationSelector form, ClassRelationship part) voidSql.relate_R481_RelateSmt_creates_instances_of_ClassRelationship(RelateSmt form, ClassRelationship part) voidSql.relate_R484_UnrelateSmt_deletes_instances_of_ClassRelationship(UnrelateSmt form, ClassRelationship part) voidSqlSqlLoader.serialize_434(ClassRelationship classrelationship_inst, PrintStream out) voidSqlSqlLoader.serialize_435(ClassRelationship classrelationship_inst, PrintStream out) voidSqlSqlLoader.serialize_436(ClassRelationship classrelationship_inst, PrintStream out) voidSqlSqlLoader.serialize_448(ClassRelationship classrelationship_inst, PrintStream out) voidSqlSqlLoader.serialize_ClassRelationship(ClassRelationship classrelationship_inst, PrintStream out) voidSql.transformBatchRelator(ClassRelationship p_rel, PopulationLoader p_pop_loader) voidSql.transformLinkSerializer(ClassRelationship p_rel, PopulationLoader p_pop_loader) voidSql.transformSelector(ModelInst p_obj, ClassRelationship p_rel, Cond p_cond, Mult p_mult, boolean p_formalizer, String p_phrase, ModelInst p_other_obj) voidSql.unrelate_R434_ClassRelationship_has_participating_ModelInst(ClassRelationship form, ModelInst part) voidSql.unrelate_R435_ClassRelationship_has_formalizing_ModelInst(ClassRelationship form, ModelInst part) voidSql.unrelate_R436_ClassRelationship_is_other_half_of_associative_ClassRelationship(ClassRelationship form, ClassRelationship part) voidSql.unrelate_R448_ClassRelationship_forms_relationship_population_of_ComponentDefinition(ClassRelationship form, ComponentDefinition part) voidSql.unrelate_R4511_AttributeReference_refers_to_another_attribute_through_ClassRelationship(AttributeReference form, ClassRelationship part) voidSql.unrelate_R4512_Selector_traverses_across_ClassRelationship(Selector form, ClassRelationship part) voidSql.unrelate_R4572_RelationshipPopulationSelector_selects_instances_of_ClassRelationship(RelationshipPopulationSelector form, ClassRelationship part) voidSql.unrelate_R481_RelateSmt_creates_instances_of_ClassRelationship(RelateSmt form, ClassRelationship part) voidSql.unrelate_R484_UnrelateSmt_deletes_instances_of_ClassRelationship(UnrelateSmt form, ClassRelationship part) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return ClassRelationshipModifier and TypeMethodDescriptionClassRelationship.R436_is_one_half_of_associative_ClassRelationship()ClassRelationship.R436_is_other_half_of_associative_ClassRelationship()AttributeReference.R4511_refers_to_another_attribute_through_ClassRelationship()Selector.R4512_traverses_across_ClassRelationship()Methods in io.ciera.tool.sql.architecture.classes with parameters of type ClassRelationshipModifier and TypeMethodDescriptiondefault voidModelInst.addR434_participates_in_ClassRelationship(ClassRelationship inst) default voidModelInst.addR435_formalizes_ClassRelationship(ClassRelationship inst) default voidModelInst.removeR434_participates_in_ClassRelationship(ClassRelationship inst) default voidModelInst.removeR435_formalizes_ClassRelationship(ClassRelationship inst) default voidClassRelationship.setR436_is_one_half_of_associative_ClassRelationship(ClassRelationship inst) default voidClassRelationship.setR436_is_other_half_of_associative_ClassRelationship(ClassRelationship inst) default voidAttributeReference.setR4511_refers_to_another_attribute_through_ClassRelationship(ClassRelationship inst) default voidSelector.setR4512_traverses_across_ClassRelationship(ClassRelationship inst) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement ClassRelationshipFields in io.ciera.tool.sql.architecture.classes.impl declared as ClassRelationshipModifier and TypeFieldDescriptionstatic final ClassRelationshipClassRelationshipImpl.EMPTY_CLASSRELATIONSHIPMethods in io.ciera.tool.sql.architecture.classes.impl that return ClassRelationshipModifier and TypeMethodDescriptionstatic ClassRelationshipstatic ClassRelationshipClassRelationshipImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) static ClassRelationshipClassRelationshipImpl.create(Sql context, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) ClassRelationshipSetImpl.nullElement()ClassRelationshipImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ClassRelationshipImpl.R436_is_one_half_of_associative_ClassRelationship()ClassRelationshipImpl.R436_is_other_half_of_associative_ClassRelationship()AttributeReferenceImpl.R4511_refers_to_another_attribute_through_ClassRelationship()SelectorImpl.R4512_traverses_across_ClassRelationship()ClassRelationshipImpl.self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type ClassRelationshipMethods in io.ciera.tool.sql.architecture.classes.impl with parameters of type ClassRelationshipModifier and TypeMethodDescriptionvoidModelInstImpl.addR434_participates_in_ClassRelationship(ClassRelationship inst) voidModelInstImpl.addR435_formalizes_ClassRelationship(ClassRelationship inst) voidModelInstImpl.removeR434_participates_in_ClassRelationship(ClassRelationship inst) voidModelInstImpl.removeR435_formalizes_ClassRelationship(ClassRelationship inst) voidClassRelationshipImpl.setR436_is_one_half_of_associative_ClassRelationship(ClassRelationship inst) voidClassRelationshipImpl.setR436_is_other_half_of_associative_ClassRelationship(ClassRelationship inst) voidAttributeReferenceImpl.setR4511_refers_to_another_attribute_through_ClassRelationship(ClassRelationship inst) voidSelectorImpl.setR4512_traverses_across_ClassRelationship(ClassRelationship inst) Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type ClassRelationshipModifier and TypeMethodDescriptionClassRelationshipSetImpl.emptySet(Comparator<? super ClassRelationship> comp) Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type ClassRelationshipModifierConstructorDescriptionClassRelationshipSetImpl(Comparator<? super ClassRelationship> comp) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.component
Methods in io.ciera.tool.sql.architecture.component that return ClassRelationshipModifier and TypeMethodDescriptionRelationshipPopulationSelector.R4572_selects_instances_of_ClassRelationship()Methods in io.ciera.tool.sql.architecture.component with parameters of type ClassRelationshipModifier and TypeMethodDescriptiondefault voidComponentDefinition.addR448_maintains_instances_of_ClassRelationship(ClassRelationship inst) default voidComponentDefinition.removeR448_maintains_instances_of_ClassRelationship(ClassRelationship inst) default voidRelationshipPopulationSelector.setR4572_selects_instances_of_ClassRelationship(ClassRelationship inst) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.component.impl
Methods in io.ciera.tool.sql.architecture.component.impl that return ClassRelationshipModifier and TypeMethodDescriptionRelationshipPopulationSelectorImpl.R4572_selects_instances_of_ClassRelationship()Methods in io.ciera.tool.sql.architecture.component.impl with parameters of type ClassRelationshipModifier and TypeMethodDescriptionvoidComponentDefinitionImpl.addR448_maintains_instances_of_ClassRelationship(ClassRelationship inst) voidComponentDefinitionImpl.removeR448_maintains_instances_of_ClassRelationship(ClassRelationship inst) voidRelationshipPopulationSelectorImpl.setR4572_selects_instances_of_ClassRelationship(ClassRelationship inst) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement that return ClassRelationshipModifier and TypeMethodDescriptionRelateSmt.R481_creates_instances_of_ClassRelationship()UnrelateSmt.R484_deletes_instances_of_ClassRelationship()Methods in io.ciera.tool.sql.architecture.statement with parameters of type ClassRelationshipModifier and TypeMethodDescriptiondefault voidRelateSmt.setR481_creates_instances_of_ClassRelationship(ClassRelationship inst) default voidUnrelateSmt.setR484_deletes_instances_of_ClassRelationship(ClassRelationship inst) -
Uses of ClassRelationship in io.ciera.tool.sql.architecture.statement.impl
Methods in io.ciera.tool.sql.architecture.statement.impl that return ClassRelationshipModifier and TypeMethodDescriptionRelateSmtImpl.R481_creates_instances_of_ClassRelationship()UnrelateSmtImpl.R484_deletes_instances_of_ClassRelationship()Methods in io.ciera.tool.sql.architecture.statement.impl with parameters of type ClassRelationshipModifier and TypeMethodDescriptionvoidRelateSmtImpl.setR481_creates_instances_of_ClassRelationship(ClassRelationship inst) voidUnrelateSmtImpl.setR484_deletes_instances_of_ClassRelationship(ClassRelationship inst)