Package | Description |
---|---|
org.modelio.api.module.context |
This package contains the material (interface and classes) that is provided to a module by Modelio.
|
org.modelio.metamodel.mda | |
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.infrastructure.properties | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
ModuleComponent |
IModuleContext.getModel()
Returns the
ModuleComponent model associated with this module. |
Modifier and Type | Method and Description |
---|---|
<T extends ModuleComponent> |
ModuleComponent.getDependsOn(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModuleComponent->DependsOn'
Metamodel description:
null
|
<T extends ModuleComponent> |
ModuleComponent.getImpacted(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModuleComponent->Impacted'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ModuleComponent |
ModuleParameter.getOwner()
Getter for relation 'ModuleParameter->Owner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModuleComponent> |
ModuleComponent.getDependsOn()
Getter for relation 'ModuleComponent->DependsOn'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<ModuleComponent> |
ModuleComponent.getImpacted()
Getter for relation 'ModuleComponent->Impacted'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleParameter.setOwner(ModuleComponent value)
Setter for relation 'ModuleParameter->Owner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ModuleComponent |
IInfrastructureModelFactory.createModuleProject(IRepository repository) |
Modifier and Type | Method and Description |
---|---|
ModuleComponent |
ResourceType.getModule() |
ModuleComponent |
TagType.getModule() |
ModuleComponent |
NoteType.getModule() |
ModuleComponent |
Stereotype.getModule() |
ModuleComponent |
Profile.getOwnerModule()
Getter for relation 'Profile->OwnerModule'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setOwnerModule(ModuleComponent value)
Setter for relation 'Profile->OwnerModule'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ModuleComponent |
PropertyType.getModuleOwner()
Getter for relation 'PropertyType->ModuleOwner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyType.setModuleOwner(ModuleComponent value)
Setter for relation 'PropertyType->ModuleOwner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultInfrastructureVisitor.visitModuleComponent(ModuleComponent obj) |
java.lang.Object |
IInfrastructureVisitor.visitModuleComponent(ModuleComponent obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitModuleComponent(ModuleComponent obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitModuleComponent(ModuleComponent obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitModuleComponent(ModuleComponent obj) |