Class IStarPlugin
IStarPlugin
- public class IStarPlugin
The IStar plugin. This plugin will perform IStar analyses, and add
modelling shortcuts to the toolbar.
Method Summary |
java.util.Collection |
getMenubarMethods(View v)
Returns a collection of our Method s that are to be
placed on the OME menubar. |
java.util.Collection |
getPopupMethods(View view)
Returns a collection of our Method s 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 Method s that are to be
placed on the OME toolbar. |
static boolean |
isCompatibleWith(OMEModel model)
Tests for presence of basic IStar type. |
IStarPlugin
public IStarPlugin(OMEModel m)
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
Method
s that are to be
placed on the OME toolbar.
getMenubarMethods
public java.util.Collection getMenubarMethods(View v)
- Returns a collection of our
Method
s that are to be
placed on the OME menubar.
getPopupMethods
public java.util.Collection getPopupMethods(View view)
- Returns a collection of our
Method
s that are to be
placed in the OME popup-menu (when the user clicks the right mouse
button).