Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IClassAssociation |
IUmlModel.createClassAssociation()
Create a ClassAssociation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IClassAssociation> |
IClass.getLinkToAssociation(Class<T> filteredClass)
Get the list of ObClassAssociation to the LinkToAssociation association.
|
Modifier and Type | Method and Description |
---|---|
IClassAssociation |
IAssociation.getLinkToClass()
Get the LinkToClass association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IClassAssociation> |
IClass.getLinkToAssociation()
Get the list of ObClassAssociation to the LinkToAssociation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClass.addLinkToAssociation(IClassAssociation element)
Add a ObClassAssociation to the 'LinkToAssociation' association.
|
void |
IClass.removeLinkToAssociation(IClassAssociation element)
Remove an ObClassAssociation from the 'LinkToAssociation' association.
|
void |
IAssociation.setLinkToClass(IClassAssociation element)
Setter for the 'LinkToClass' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClass.cardLinkToAssociation(Class<? extends IClassAssociation> filteredClass)
Returns the number elements in the LinkToAssociation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitClassAssociation(IClassAssociation theClassAssociation) |
Object |
DefaultMetamodelVisitor.visitClassAssociation(IClassAssociation theClassAssociation) |
Object |
AbstractMetamodelVisitor.visitClassAssociation(IClassAssociation theClassAssociation) |