Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IDependency |
IUmlModel.createDependency()
Create a Dependency.
|
IDependency |
IUmlModel.createDependency(IModelElement source,
IModelElement destination,
String stereotype)
Create a Dependency between two ModelElements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstraction |
interface |
IElementRealization |
interface |
IUsage |
Modifier and Type | Method and Description |
---|---|
<T extends IDependency> |
IModelElement.getDependsOnDependency(Class<T> filteredClass)
Get the list of ObDependency to the DependsOnDependency association.
|
<T extends IDependency> |
IModelElement.getImpactedDependency(Class<T> filteredClass)
Get the list of ObDependency to the ImpactedDependency association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IDependency> |
IModelElement.getDependsOnDependency()
Get the list of ObDependency to the DependsOnDependency association.
|
ObList<IDependency> |
IModelElement.getImpactedDependency()
Get the list of ObDependency to the ImpactedDependency association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addDependsOnDependency(IDependency element)
Add a ObDependency to the 'DependsOnDependency' association.
|
void |
IModelElement.addImpactedDependency(IDependency element)
Add a ObDependency to the 'ImpactedDependency' association.
|
void |
IModelElement.removeDependsOnDependency(IDependency element)
Remove an ObDependency from the 'DependsOnDependency' association.
|
void |
IModelElement.removeImpactedDependency(IDependency element)
Remove an ObDependency from the 'ImpactedDependency' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardDependsOnDependency(Class<? extends IDependency> filteredClass)
Returns the number elements in the DependsOnDependency association filtered with the given metaclass.
|
int |
IModelElement.cardImpactedDependency(Class<? extends IDependency> filteredClass)
Returns the number elements in the ImpactedDependency association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitDependency(IDependency theDependency) |
Object |
DefaultMetamodelVisitor.visitDependency(IDependency theDependency) |
Object |
AbstractMetamodelVisitor.visitDependency(IDependency theDependency) |