Modifier and Type | Method and Description |
---|---|
IAttribute |
IUmlModel.createAttribute()
Create an Attribute.
|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner)
Create an Attribute.
|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner,
String stereotype)
Create a stereotyped Attribute.
|
Modifier and Type | Method and Description |
---|---|
IAttribute |
IBpmnItemAwareElement.getRepresentedAttribute()
Get the RepresentedAttribute association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemAwareElement.setRepresentedAttribute(IAttribute element)
Setter for the 'RepresentedAttribute' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IAttribute |
IObjectNode.getRepresentedAttribute()
Get the RepresentedAttribute association.
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectNode.setRepresentedAttribute(IAttribute element)
Setter for the 'RepresentedAttribute' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAttribute> |
IGeneralClass.getObject(Class<T> filteredClass)
Get the list of ObAttribute to the Object association.
|
<T extends IAttribute> |
IAssociationEnd.getQualifier(Class<T> filteredClass)
Get the list of ObAttribute to the Qualifier association.
|
Modifier and Type | Method and Description |
---|---|
IAttribute |
IAttributeLink.getBase()
Get the Base association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAttribute> |
IGeneralClass.getObject()
Get the list of ObAttribute to the Object association.
|
ObList<IAttribute> |
IAssociationEnd.getQualifier()
Get the list of ObAttribute to the Qualifier association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addObject(IAttribute element)
Add a ObAttribute to the 'Object' association.
|
void |
IAssociationEnd.addQualifier(IAttribute element)
Add a ObAttribute to the 'Qualifier' association.
|
void |
IGeneralClass.removeObject(IAttribute element)
Remove an ObAttribute from the 'Object' association.
|
void |
IAssociationEnd.removeQualifier(IAttribute element)
Remove an ObAttribute from the 'Qualifier' association.
|
void |
IAttributeLink.setBase(IAttribute element)
Setter for the 'Base' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardObject(Class<? extends IAttribute> filteredClass)
Returns the number elements in the Object association filtered with the given metaclass.
|
int |
IAssociationEnd.cardQualifier(Class<? extends IAttribute> filteredClass)
Returns the number elements in the Qualifier association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAttribute(IAttribute theAttribute) |
Object |
DefaultMetamodelVisitor.visitAttribute(IAttribute theAttribute) |
Object |
AbstractMetamodelVisitor.visitAttribute(IAttribute theAttribute) |