This repository was archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Measure Packaging
Prasoonda edited this page Sep 8, 2017
·
10 revisions
An SMM measure is a zip file containing:
- a jar file: The Java implementation of the measure
- a lib folder: Java libraries used by the measure implementation
- a MetaData.xml file: Metadata related to the measure
Once the measure is implemented, you can used Modelio to package this measure. To package the measure using Modelio, you have to:
- Select your measure in the Model Explorer [1]
- Package the measure [2]: Right-click -> SMM Designer -> Package Measure.
- Select the target directory of the packaging process.
- You will find your workspace information, such as locating your workspace directory in
project perspective[highlighted icon].
User Documentation
- Users & Access Right
- Measure Management
- Deploy a Measure
- Deploy a Client Side Measure (Agent)
- Instantiate and Execute a Measure
- Measure Visualisation
- Create a Project
- Manage Project Phases
- Measure Monitoring
- Notification System
- Analysis Tools
Developers Documentation