Interface IModelBindableValidator<M extends org.eclipse.emf.ecore.EObject>


  • public interface IModelBindableValidator<M extends org.eclipse.emf.ecore.EObject>
    Defines public contract of validators that may bind to some model to validate its features.
    • Method Detail

      • bind

        void bind​(M model)
        Binds to model.
        Parameters:
        model - model to bind to.
      • unbind

        void unbind()
        Unbinds from current model.