Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Dependency |
IUmlModel.createDependency()
Create a Dependency.
|
Dependency |
IUmlModel.createDependency(ModelElement source,
ModelElement destination,
Stereotype stereotype)
Create a Dependency between two ModelElements.
|
Dependency |
IUmlModel.createDependency(ModelElement source,
ModelElement destination,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Dependency |
IInfrastructureModelFactory.createDependency() |
Dependency |
IInfrastructureModelFactory.createDependency(ModelElement source,
ModelElement destination,
Stereotype stereotype) |
Dependency |
IInfrastructureModelFactory.createDependency(ModelElement source,
ModelElement destination,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Interface and Description |
---|---|
interface |
Abstraction
Abstraction v0.0.9054
An Abstraction is a relationship that relates two Elements or sets of Elements that represent the same concept at different levels of abstraction or from different viewpoints.
|
interface |
MethodologicalLink
MethodologicalLink v2.1.01
A methodological link allows drawing semantic relationships between elements originating from the same or different metamodels.
|
interface |
Usage
Usage v0.0.9054
A Usage is a relationship in which one element requires another element (or set of elements) for its full implementation or operation.
|
Modifier and Type | Method and Description |
---|---|
<T extends Dependency> |
ModelElement.getDependsOnDependency(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelElement->DependsOnDependency'
Metamodel description:
Designates a Dependency that relates to a supplier ModelElement.
|
<T extends Dependency> |
ModelElement.getImpactedDependency(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelElement->ImpactedDependency'
Metamodel description:
Dependencies whose source depend on this element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElementRealization
ElementRealization v0.0.9054
An ElementRealization is a specialized Abstraction between two ModelElements.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IInfrastructureVisitor.visitDependency(Dependency obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitDependency(Dependency obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitDependency(Dependency obj) |
java.lang.Object |
DefaultInfrastructureVisitor.visitDependency(Dependency obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitDependency(Dependency obj) |