Class IStarPlugin

IStarPlugin

public class IStarPlugin

The IStar plugin. This plugin will perform IStar analyses, and add modelling shortcuts to the toolbar.


Constructor Summary
IStarPlugin(OMEModel m)
           
 
Method Summary
 java.util.Collection getMenubarMethods(View v)
          Returns a collection of our Methods that are to be placed on the OME menubar.
 java.util.Collection getPopupMethods(View view)
          Returns a collection of our Methods that are to be placed in the OME popup-menu (when the user clicks the right mouse button).
 java.util.Collection getToolbarMethods(View view)
          Returns a collection of our Methods that are to be placed on the OME toolbar.
static boolean isCompatibleWith(OMEModel model)
          Tests for presence of basic IStar type.
 

Constructor Detail

IStarPlugin

public IStarPlugin(OMEModel m)
Method Detail

isCompatibleWith

public static boolean isCompatibleWith(OMEModel model)
Tests for presence of basic IStar type.

getToolbarMethods

public java.util.Collection getToolbarMethods(View view)
Returns a collection of our Methods that are to be placed on the OME toolbar.

getMenubarMethods

public java.util.Collection getMenubarMethods(View v)
Returns a collection of our Methods that are to be placed on the OME menubar.

getPopupMethods

public java.util.Collection getPopupMethods(View view)
Returns a collection of our Methods that are to be placed in the OME popup-menu (when the user clicks the right mouse button).