Class ObjectModelTagValuesStore


  • public class ObjectModelTagValuesStore
    extends Object
    This class contains all tag values of a model.

    Any request of tag value from any element of model will pass here.

    This fix a major design in object model tag values management:

    for a given attribute, there is only one tag-value possible, we can't override it for a implementation since attributes are not copied to implementation classifier so always points to attribute in parent classifier :(.

    Using this delegate cache solve this problem and improve design of this part of object model.

    Created on 14/05/2021.

    Since:
    3.0-alpha-39
    Author:
    Tony Chemit - dev@tchemit.fr