Class EmfChange

    • Constructor Detail

      • EmfChange

        public EmfChange​(org.eclipse.emf.transaction.TransactionalEditingDomain domain,
                         org.eclipse.emf.common.command.Command command)
        Instantiates a new EMF change.
        Parameters:
        domain - the domain to execute the command on.
        command - the command.
    • Method Detail

      • apply

        public void apply()
        Description copied from interface: IChange
        Applies the change.
        Specified by:
        apply in interface IChange
      • getCommand

        public org.eclipse.emf.common.command.Command getCommand()
        Specified by:
        getCommand in interface IEmfChange
        Returns:
        this change's EMF command.