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 |
---|---|
IAttributeLink |
IUmlModel.createAttributeLink()
Create an AttributeLink.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAttributeLink> |
IAttribute.getOccurence(Class<T> filteredClass)
Get the list of ObAttributeLink to the Occurence association.
|
<T extends IAttributeLink> |
IInstance.getSlot(Class<T> filteredClass)
Get the list of ObAttributeLink to the Slot association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAttributeLink> |
IAttribute.getOccurence()
Get the list of ObAttributeLink to the Occurence association.
|
ObList<IAttributeLink> |
IInstance.getSlot()
Get the list of ObAttributeLink to the Slot association.
|
Modifier and Type | Method and Description |
---|---|
void |
IAttribute.addOccurence(IAttributeLink element)
Add a ObAttributeLink to the 'Occurence' association.
|
void |
IInstance.addSlot(IAttributeLink element)
Add a ObAttributeLink to the 'Slot' association.
|
void |
IAttribute.removeOccurence(IAttributeLink element)
Remove an ObAttributeLink from the 'Occurence' association.
|
void |
IInstance.removeSlot(IAttributeLink element)
Remove an ObAttributeLink from the 'Slot' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IAttribute.cardOccurence(Class<? extends IAttributeLink> filteredClass)
Returns the number elements in the Occurence association filtered with the given metaclass.
|
int |
IInstance.cardSlot(Class<? extends IAttributeLink> filteredClass)
Returns the number elements in the Slot association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAttributeLink(IAttributeLink theAttributeLink) |
Object |
DefaultMetamodelVisitor.visitAttributeLink(IAttributeLink theAttributeLink) |
Object |
AbstractMetamodelVisitor.visitAttributeLink(IAttributeLink theAttributeLink) |