Package | Description |
---|---|
org.modelio.api.modelio | |
org.modelio.api.module |
Mdac development infrastructure
|
org.modelio.api.module.context.project | |
org.modelio.api.module.lifecycle | |
org.modelio.vbasic.version | |
org.modelio.vcore.smkernel.mapi |
This package defines the 'M' api that is made available to programmers outside vcore.
|
Modifier and Type | Method and Description |
---|---|
Version |
IModelioContext.getVersion()
Get the version of the current Modelio
|
Modifier and Type | Method and Description |
---|---|
Version |
AbstractJavaModule.getRequiredModelioVersion()
Returns the minimum Modelio version that authorize the Module to be activated.
|
Version |
IModule.getRequiredModelioVersion()
Returns the minimum Modelio version that authorize the Module to be
activated.
|
Version |
AbstractJavaModule.getVersion()
Used to return the module version.
|
Version |
IPeerModule.getVersion()
Used to return the mdac version.
|
Version |
IModule.getVersion()
Used to return the module version.
|
Modifier and Type | Method and Description |
---|---|
Version |
IModuleStructure.getVersion()
Get the module version.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultModuleLifeCycleHandler.upgrade(Version oldVersion,
java.util.Map<java.lang.String,java.lang.String> oldParameters) |
void |
IModuleLifeCycleHandler.upgrade(Version oldVersion,
java.util.Map<java.lang.String,java.lang.String> oldParameters)
Called when the mdac is being upgraded from a previous version.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionedItem.getVersion() |
Version |
Version.withBuild(int newBuild)
Return a copy of this version with the build number modified.
|
Version |
Version.withoutBuild()
Return a copy of this version with the build number zeroed .
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other) |
boolean |
Version.isNewerBuildOf(Version other)
Tells whether the only difference between this version and the other
is that this version build is newer than the other.
|
boolean |
Version.isNewerOrSameThan(Version other)
Check if this Version is same or newer than the given Version.
|
boolean |
Version.isNewerThan(Version other)
Check if this Version is strictly newer than the given Version.
|
boolean |
Version.isOlderOrSameThan(Version other)
Check if this Version is same or older than the given Version.
|
boolean |
Version.isOlderThan(Version other)
Check if this Version is strictly older than the given Version.
|
Constructor and Description |
---|
VersionedItem(java.lang.String name,
Version version) |
VersionedItem(java.lang.String name,
Version version,
T object) |
Modifier and Type | Method and Description |
---|---|
Version |
MClass.getVersion()
Get the metaclass version.
|
Version |
MMetamodelFragment.getVersion()
The version of the metamodel fragment for Modelio.
|
Version |
MetamodelVersionDescriptor.getVersion(java.lang.String mmname)
Get the version for the given metamodel.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetamodelVersionDescriptor.contains(java.lang.String mmname,
Version min,
Version max) |
boolean |
MetamodelVersionDescriptor.hasAtLeast(java.lang.String name,
Version minVersion)
To make compatibility tests.
|
MetamodelVersionDescriptor |
MetamodelVersionDescriptor.put(java.lang.String mmName,
Version v) |