Model Bundle
The model bundle contains the code related to the data model and the implementation validator of the plug-in activities.
Open the parent TIBCO Business Studio configured with the running platform, and then expand the model bundle in the Project Explorer view, the following files and folders are displayed:
| Folders and Files | Description |
|---|---|
| src | Contains the source code of the data model.
Use the interface and corresponding implementation files of the activity to create a data model. |
| src-custom | Contains the implementation code of the activity validator. |
| icons | Contains the activity icon to be displayed in the Palette view and process editor. |
| META-INF | Contains a MANIFEST.MF file that provides information regarding the plug-in bundle and package. |
| model | Contains a .ecore file that describes the data model structure and a .genmodel file that generates the code of the data model. |
| plugin.xml | Describes how the plug-in extends the platform, what extensions you can use, and how the plug-in implements its functionality. |
Copyright © Cloud Software Group, Inc. All rights reserved.
