Package | Description |
---|---|
com.modeliosoft.modelio.api.app | |
com.modeliosoft.modelio.api.mdac | |
com.modeliosoft.modelio.api.modelio | |
com.modeliosoft.modelio.api.module |
Modifier and Type | Method and Description |
---|---|
Version |
IModelioContext.getVersion()
Get the version of the current Modelio
|
Modifier and Type | Method and Description |
---|---|
Version |
IMdac.getRequiredModelioVersion()
Returns the minimum Modelio version that authorize the MDAC to be activated.
|
Version |
AbstractJavaMdac.getRequiredModelioVersion()
Returns the minimum Modelio version that authorize the MDAC to be activated.
|
Version |
IMdacDescriptor.getVersion() |
Version |
IMdac.getVersion()
Used to return the module version.
|
Version |
AbstractJavaMdac.getVersion()
Used to return the module version.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdacSession.upgrade(Version oldVersion,
Map<String,String> oldParameters)
Called when the mdac is being upgraded from a previous version.
|
void |
DefaultMdacSession.upgrade(Version oldVersion,
Map<String,String> oldParameters)
The old parameter list is copied and pasted on the new module installation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Version.isNewerThan(Version other)
Check if this Version is newer than the given Version.
|
boolean |
Version.isOlderThan(Version other)
Check if this Version is older than the given Version
|
Modifier and Type | Method and Description |
---|---|
Version |
IPeerMdac.getVersion()
Used to return the mdac version.
|