Package | Description |
---|---|
com.modeliosoft.modelio.api.model.extension | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
<T extends IConfigParam> |
IModule.getModuleParameter(Class<T> filteredClass)
Get the list of ObConfigParam to the ModuleParameter association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConfigParam> |
IModule.getModuleParameter()
Get the list of ObConfigParam to the ModuleParameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModule.addModuleParameter(IConfigParam element)
Add a ObConfigParam to the 'ModuleParameter' association.
|
void |
IModule.removeModuleParameter(IConfigParam element)
Remove an ObConfigParam from the 'ModuleParameter' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModule.cardModuleParameter(Class<? extends IConfigParam> filteredClass)
Returns the number elements in the ModuleParameter association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IConfigParam> |
IGeneralClass.getOccurenceConfigParam(Class<T> filteredClass)
Get the list of ObConfigParam to the OccurenceConfigParam association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConfigParam> |
IGeneralClass.getOccurenceConfigParam()
Get the list of ObConfigParam to the OccurenceConfigParam association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addOccurenceConfigParam(IConfigParam element)
Add a ObConfigParam to the 'OccurenceConfigParam' association.
|
void |
IGeneralClass.removeOccurenceConfigParam(IConfigParam element)
Remove an ObConfigParam from the 'OccurenceConfigParam' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardOccurenceConfigParam(Class<? extends IConfigParam> filteredClass)
Returns the number elements in the OccurenceConfigParam association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitConfigParam(IConfigParam theConfigParam) |
Object |
DefaultMetamodelVisitor.visitConfigParam(IConfigParam theConfigParam) |
Object |
AbstractMetamodelVisitor.visitConfigParam(IConfigParam theConfigParam) |