Use Case UC_302

This page describes one of the use cases of the EODiSP. An overview of the use case concept as it is used in the EODiSP project and of all the use cases defined for the project is provided in a dedicated page which also describes the conventions that are used to define the use case.

Contents

Overview

Identifier UC_302
Name Generate Wrapper Code for each Worksheet of an Excel Workbook
Primary Actor Model Owner
Level User Goal
Description Describes the steps to generate the code that wraps each Worksheet of an existing Excel Workbook as a Java class.
Pre-Condition (1) An Excel Workbook is available. (2) Microsoft Excel is installed on the model owner's computer.
Post-Condition A Java wrapper class for each Worksheet of the Excel workbook is created.

Main Success Scenario

  1. Actor takes the Excel Workbook and feeds it to the Java wrapper generator.
  2. System generates a Java class for each Worksheet of an Excel Workbook

Alternative Flows

none.