Class EMFCompoundOperationHandler

    • Constructor Detail

      • EMFCompoundOperationHandler

        public EMFCompoundOperationHandler()
    • Method Detail

      • createCommand

        public java.util.Optional<org.eclipse.emf.common.command.Command> createCommand​(CompoundOperation operation)
        Description copied from interface: EMFOperationHandler
        Creates a command that performs the operation in the EMF source model(s).
        Parameters:
        operation - The operation to process.
        Returns:
        The created command to be executed on the command stack.
      • getNestedCommand

        protected java.util.Optional<org.eclipse.emf.common.command.Command> getNestedCommand​(Operation operation)