Package | Description |
---|---|
org.modelio.metamodel.impact | |
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
<T extends ImpactLink> |
ImpactModel.getOwnedLinks(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ImpactModel->ownedLinks'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ImpactLink> |
ImpactModel.getOwnedLinks()
Getter for relation 'ImpactModel->ownedLinks'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
ImpactLink |
IInfrastructureModelFactory.createImpactLink() |
ImpactLink |
IInfrastructureModelFactory.createImpactLink(ImpactModel owner,
ModelElement source,
ModelElement target) |
Modifier and Type | Method and Description |
---|---|
<T extends ImpactLink> |
Element.getCausedImpact(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Element->causedImpact'
Metamodel description:
null
|
<T extends ImpactLink> |
ModelElement.getImpactDependsOn(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelElement->impactDependsOn'
Metamodel description:
Impact links from this element.
|
<T extends ImpactLink> |
ModelElement.getImpactImpacted(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelElement->impactImpacted'
Metamodel description:
Impact link targeting this element.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ImpactLink> |
Element.getCausedImpact()
Getter for relation 'Element->causedImpact'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<ImpactLink> |
ModelElement.getImpactDependsOn()
Getter for relation 'ModelElement->impactDependsOn'
Metamodel description:
Impact links from this element.
|
org.eclipse.emf.common.util.EList<ImpactLink> |
ModelElement.getImpactImpacted()
Getter for relation 'ModelElement->impactImpacted'
Metamodel description:
Impact link targeting this element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultInfrastructureVisitor.visitImpactLink(ImpactLink obj) |
java.lang.Object |
IInfrastructureVisitor.visitImpactLink(ImpactLink obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitImpactLink(ImpactLink obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitImpactLink(ImpactLink obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitImpactLink(ImpactLink obj) |