Use Case UC_318

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_318
Name Deploy an HLA federate
Primary Actor Model Owner
Level Subfunction
Description Describes the steps required to pack and deploy an HLA federate.
Pre-Condition (1) The HLA federate has been developed. That is, one of the use cases UC_302 to UC_314 has successfully completed. (2) A Java Programming Environment (IDE) such as Eclipse is available.
Post-Condition The HLA federate can be integrated into a model manager application.

Main Success Scenario

  1. Actor creates a MANIFEST.MF file for the federate he has developed. Such a file includes meta information about a bundle (i.e. a project).
  2. Actor exports the whole project as .jar file by using the mechanism provided by the IDE.

Alternative Flows

None.