Interface IModelContext<M,​MA,​MP,​MC>

    • Method Detail

      • readModelAttribute

        Object readModelAttribute​(M model,
                                  MA attribute)
      • writeModelAttribute

        Object writeModelAttribute​(M model,
                                   MA attribute,
                                   Object newValue)
      • addModelTreeChild

        void addModelTreeChild​(MP parent,
                               MC child,
                               int index)
      • removeModelTreeChild

        void removeModelTreeChild​(MP parent,
                                  int index)