Interface IObjectContext<D,​DA,​M,​MA>

    • Method Detail

      • getDomain

        D getDomain​(M model)
      • getModel

        M getModel​(D domain)
      • isModelValid

        boolean isModelValid​(M model)
      • projectAttribute

        void projectAttribute​(M model,
                              MA attribute,
                              D oldDomain,
                              D newDomain)