Uses of Interface
io.ciera.tool.sql.architecture.classes.AttributeReference
Packages that use AttributeReference
Package
Description
-
Uses of AttributeReference in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeReferenceModifier and TypeMethodDescriptionvoidSql.relate_R4506_AttributeReference_has_value_provided_by_Attribute(AttributeReference form, Attribute part) voidSql.relate_R4506_AttributeReference_provides_value_for_Attribute(AttributeReference form, Attribute part) voidSql.relate_R4511_AttributeReference_refers_to_another_attribute_through_ClassRelationship(AttributeReference form, ClassRelationship part) voidSqlSqlLoader.serialize_4506(AttributeReference attributereference_inst, PrintStream out) voidSqlSqlLoader.serialize_4511(AttributeReference attributereference_inst, PrintStream out) voidSqlSqlLoader.serialize_AttributeReference(AttributeReference attributereference_inst, PrintStream out) voidSql.transformAttributeComparison(AttributeReference p_attr_ref, BatchRelator p_batch_relator, AttributeComparison p_prev_attr_comp) voidSql.unrelate_R4506_AttributeReference_has_value_provided_by_Attribute(AttributeReference form, Attribute part) voidSql.unrelate_R4506_AttributeReference_provides_value_for_Attribute(AttributeReference form, Attribute part) voidSql.unrelate_R4511_AttributeReference_refers_to_another_attribute_through_ClassRelationship(AttributeReference form, ClassRelationship part) -
Uses of AttributeReference in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeReferenceModifier and TypeMethodDescriptiondefault voidAttribute.addR4506_has_value_provided_by_AttributeReference(AttributeReference inst) default voidAttribute.addR4506_provides_value_for_AttributeReference(AttributeReference inst) default voidClassRelationship.addR4511_provides_link_for_AttributeReference(AttributeReference inst) default voiddefault voidAttribute.removeR4506_provides_value_for_AttributeReference(AttributeReference inst) default voidClassRelationship.removeR4511_provides_link_for_AttributeReference(AttributeReference inst) -
Uses of AttributeReference in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement AttributeReferenceFields in io.ciera.tool.sql.architecture.classes.impl declared as AttributeReferenceModifier and TypeFieldDescriptionstatic final AttributeReferenceAttributeReferenceImpl.EMPTY_ATTRIBUTEREFERENCEMethods in io.ciera.tool.sql.architecture.classes.impl that return AttributeReferenceModifier and TypeMethodDescriptionstatic AttributeReferencestatic AttributeReferenceAttributeReferenceImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name) static AttributeReferenceAttributeReferenceImpl.create(Sql context, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name) AttributeReferenceSetImpl.nullElement()AttributeReferenceImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) AttributeReferenceImpl.self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type AttributeReferenceMethods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeReferenceModifier and TypeMethodDescriptionvoidAttributeImpl.addR4506_has_value_provided_by_AttributeReference(AttributeReference inst) voidAttributeImpl.addR4506_provides_value_for_AttributeReference(AttributeReference inst) voidClassRelationshipImpl.addR4511_provides_link_for_AttributeReference(AttributeReference inst) voidAttributeImpl.removeR4506_has_value_provided_by_AttributeReference(AttributeReference inst) voidAttributeImpl.removeR4506_provides_value_for_AttributeReference(AttributeReference inst) voidClassRelationshipImpl.removeR4511_provides_link_for_AttributeReference(AttributeReference inst) Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeReferenceModifier and TypeMethodDescriptionAttributeReferenceSetImpl.emptySet(Comparator<? super AttributeReference> comp) Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeReferenceModifierConstructorDescriptionAttributeReferenceSetImpl(Comparator<? super AttributeReference> comp)