Interface StandardObjectSwitchingSourceModel.IStandardAttributeModelCreator<T extends IModel>

  • Enclosing class:
    StandardObjectSwitchingSourceModel<M extends IModel>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface StandardObjectSwitchingSourceModel.IStandardAttributeModelCreator<T extends IModel>
    • Method Detail

      • createModel

        T createModel​(StandardObjectProxy proxy,
                      org.eclipse.emf.ecore.EObject object,
                      org.eclipse.emf.ecore.EStructuralFeature feature)