ISAC
is a Scenario Architecture for CLIF
Presentation
ISAC Plug-in Generator is a graphical tool which makes it possible to create or modify a ISAC Plug-in project.
The goal, when you create an ISAC plug-in, is to customize the injection capabilities of ISAC.
This generator helps you to focus only on business logic. Generator modifies for you all files in ISAC plug-in :
- plugin.properties
- gui.xml that defines graphical information (How your plug-in will appear).
- plugin.xml that defines runtime information.
- Java class that encapsulates (a part of) the state of each behavior instance.
The generator is constitued of two parts :
- a wizard, which provides you to create a new ISAC Plug-in project and defines your plug-in parameters.
- a project properties menu, which provides you to modify your plug-in during the development life cycle.