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 |
---|---|
ILocalTaggedValue |
IUmlModel.createLocalTaggedValue()
Create LocalTaggedValue
|
Modifier and Type | Method and Description |
---|---|
<T extends ILocalTaggedValue> |
IModelElement.getLocalTag(Class<T> filteredClass)
Get the list of ObLocalTaggedValue to the LocalTag association.
|
<T extends ILocalTaggedValue> |
ITagType.getLocalTagOccurence(Class<T> filteredClass)
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
|
Modifier and Type | Method and Description |
---|---|
ILocalTaggedValue |
ITagParameter.getLocalAnnoted()
Get the LocalAnnoted association.
|
ILocalTaggedValue |
ITagParameter.getLocalQualified()
Get the LocalQualified association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILocalTaggedValue> |
IModelElement.getLocalTag()
Get the list of ObLocalTaggedValue to the LocalTag association.
|
ObList<ILocalTaggedValue> |
ITagType.getLocalTagOccurence()
Get the list of ObLocalTaggedValue to the LocalTagOccurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addLocalTag(ILocalTaggedValue element)
Add a ObLocalTaggedValue to the 'LocalTag' association.
|
void |
ITagType.addLocalTagOccurence(ILocalTaggedValue element)
Add a ObLocalTaggedValue to the 'LocalTagOccurence' association.
|
void |
IModelElement.removeLocalTag(ILocalTaggedValue element)
Remove an ObLocalTaggedValue from the 'LocalTag' association.
|
void |
ITagType.removeLocalTagOccurence(ILocalTaggedValue element)
Remove an ObLocalTaggedValue from the 'LocalTagOccurence' association.
|
void |
ITagParameter.setLocalAnnoted(ILocalTaggedValue element)
Setter for the 'LocalAnnoted' [0..1] association.
|
void |
ITagParameter.setLocalQualified(ILocalTaggedValue element)
Setter for the 'LocalQualified' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardLocalTag(Class<? extends ILocalTaggedValue> filteredClass)
Returns the number elements in the LocalTag association filtered with the given metaclass.
|
int |
ITagType.cardLocalTagOccurence(Class<? extends ILocalTaggedValue> filteredClass)
Returns the number elements in the LocalTagOccurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitLocalTaggedValue(ILocalTaggedValue theLocalTaggedValue) |
Object |
DefaultMetamodelVisitor.visitLocalTaggedValue(ILocalTaggedValue theLocalTaggedValue) |
Object |
AbstractMetamodelVisitor.visitLocalTaggedValue(ILocalTaggedValue theLocalTaggedValue) |