Package | Description |
---|---|
org.modelio.metamodel.impact | |
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
<T extends ImpactModel> |
ImpactProject.getModel(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ImpactProject->model'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ImpactModel |
ImpactLink.getOwner()
Getter for relation 'ImpactLink->owner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ImpactModel> |
ImpactProject.getModel()
Getter for relation 'ImpactProject->model'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
ImpactLink.setOwner(ImpactModel value)
Setter for relation 'ImpactLink->owner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ImpactModel |
IInfrastructureModelFactory.createImpactModel() |
ImpactModel |
IInfrastructureModelFactory.createImpactModel(ImpactProject owner) |
Modifier and Type | Method and Description |
---|---|
ImpactDiagram |
IInfrastructureModelFactory.createImpactDiagram(ImpactModel owner) |
ImpactLink |
IInfrastructureModelFactory.createImpactLink(ImpactModel owner,
ModelElement source,
ModelElement target) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultInfrastructureVisitor.visitImpactModel(ImpactModel obj) |
java.lang.Object |
IInfrastructureVisitor.visitImpactModel(ImpactModel obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitImpactModel(ImpactModel obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitImpactModel(ImpactModel obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitImpactModel(ImpactModel obj) |