Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac | |
com.modeliosoft.modelio.api.model.extension | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IModule |
IMdac.getModel()
Returns the
IModule model associated with this module. |
IModule |
AbstractJavaMdac.getModel()
Returns the
IModule model associated with this module. |
Constructor and Description |
---|
AbstractJavaMdac(IModelingSession modelingSession,
IModule mdacHandle,
IMdacConfiguration mdacConfiguration)
Main constructor, to instantiate a new module.
|
Modifier and Type | Method and Description |
---|---|
<T extends IModule> |
IModule.getDependsOn(Class<T> filteredClass)
Get the list of ObModule to the DependsOn association.
|
<T extends IModule> |
IModule.getImpacted(Class<T> filteredClass)
Get the list of ObModule to the Impacted association.
|
<T extends IModule> |
IProject.getInstalled(Class<T> filteredClass)
Get the list of ObModule to the Installed association.
|
Modifier and Type | Method and Description |
---|---|
IModule |
IConfigParam.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IModule> |
IModule.getDependsOn()
Get the list of ObModule to the DependsOn association.
|
ObList<IModule> |
IModule.getImpacted()
Get the list of ObModule to the Impacted association.
|
ObList<IModule> |
IProject.getInstalled()
Get the list of ObModule to the Installed association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModule.addDependsOn(IModule element)
Add a ObModule to the 'DependsOn' association.
|
void |
IModule.addImpacted(IModule element)
Add a ObModule to the 'Impacted' association.
|
void |
IProject.addInstalled(IModule element)
Add a ObModule to the 'Installed' association.
|
void |
IModule.removeDependsOn(IModule element)
Remove an ObModule from the 'DependsOn' association.
|
void |
IModule.removeImpacted(IModule element)
Remove an ObModule from the 'Impacted' association.
|
void |
IProject.removeInstalled(IModule element)
Remove an ObModule from the 'Installed' association.
|
void |
IConfigParam.setOwner(IModule element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModule.cardDependsOn(Class<? extends IModule> filteredClass)
Returns the number elements in the DependsOn association filtered with the given metaclass.
|
int |
IModule.cardImpacted(Class<? extends IModule> filteredClass)
Returns the number elements in the Impacted association filtered with the given metaclass.
|
int |
IProject.cardInstalled(Class<? extends IModule> filteredClass)
Returns the number elements in the Installed association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IModule |
IProfile.getOwnerModule()
Get the OwnerModule association.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfile.setOwnerModule(IModule element)
Setter for the 'OwnerModule' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitModule(IModule theModule) |
Object |
DefaultMetamodelVisitor.visitModule(IModule theModule) |
Object |
AbstractMetamodelVisitor.visitModule(IModule theModule) |