Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac | |
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.change | |
com.modeliosoft.modelio.api.modelio |
Modifier and Type | Method and Description |
---|---|
IModelingSession |
IMdac.getModelingSession()
Returns the modeling session this module is loaded into.
|
IModelingSession |
AbstractJavaMdac.getModelingSession()
Returns the modeling session this module is loaded into.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdacPropertyView.start(IModelingSession modelingSession,
IMdacPropertyPage propertyPage) |
Constructor and Description |
---|
AbstractJavaMdac(IModelingSession modelingSession,
IModule mdacHandle,
IMdacConfiguration mdacConfiguration)
Main constructor, to instantiate a new module.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObUtils.addStereotype(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
static void |
ObUtils.putNoteContent(IModelingSession session,
IModelElement element,
String type,
String content)
Deprecated.
|
static void |
ObUtils.putTagValues(IModelingSession session,
IModelElement element,
String type,
List<String> values)
Deprecated.
|
static void |
ObUtils.removeNote(IModelingSession session,
IModelElement element,
String noteType)
Deprecated.
|
static void |
ObUtils.removeStereotype(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
static void |
ObUtils.removeTag(IModelingSession session,
IModelElement element,
String type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelChangeHandler.handleModelChange(IModelingSession session,
IModelChangeEvent event)
Invoked when the model has changed.
|
void |
IStatusChangeHandler.handleStatusChange(IModelingSession session,
IStatusChangeEvent event)
Invoked when the model has changed.
|
void |
IModelChangeListener.modelChanged(IModelingSession session,
IModelChangeEvent event)
Invoked when the model has changed.
|
void |
IStatusChangeListener.statusChanged(IModelingSession session,
IStatusChangeEvent event)
Invoked when the status has changed.
|
Modifier and Type | Method and Description |
---|---|
abstract IModelingSession |
Modelio.getModelingSession()
Get the project session.
|