| Constructor and Description |
|---|
AbstractJavaModule(IModelingSession modelingSession,
ModuleComponent moduleComponent,
IModuleUserConfiguration moduleConfiguration)
Deprecated.
|
| 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 |
|---|---|
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) |