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 |
---|---|
ITagParameter |
IUmlModel.createTagParameter()
Create a TagParameter.
|
ITagParameter |
IUmlModel.createTagParameter(String value,
ITaggedValue owner)
Create a TagParameter using a parameter as initial value.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITagParameter> |
ITaggedValue.getActual(Class<T> filteredClass)
Get the list of ObTagParameter to the Actual association.
|
<T extends ITagParameter> |
ILocalTaggedValue.getLocalActual(Class<T> filteredClass)
Get the list of ObTagParameter to the LocalActual association.
|
Modifier and Type | Method and Description |
---|---|
ITagParameter |
ILocalTaggedValue.getLocalQualifier()
Get the LocalQualifier association.
|
ITagParameter |
ITaggedValue.getQualifier()
Get the Qualifier association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITagParameter> |
ITaggedValue.getActual()
Get the list of ObTagParameter to the Actual association.
|
ObList<ITagParameter> |
ILocalTaggedValue.getLocalActual()
Get the list of ObTagParameter to the LocalActual association.
|
Modifier and Type | Method and Description |
---|---|
void |
ITaggedValue.addActual(ITagParameter element)
Add a ObTagParameter to the 'Actual' association.
|
void |
ILocalTaggedValue.addLocalActual(ITagParameter element)
Add a ObTagParameter to the 'LocalActual' association.
|
void |
ITaggedValue.removeActual(ITagParameter element)
Remove an ObTagParameter from the 'Actual' association.
|
void |
ILocalTaggedValue.removeLocalActual(ITagParameter element)
Remove an ObTagParameter from the 'LocalActual' association.
|
void |
ILocalTaggedValue.setLocalQualifier(ITagParameter element)
Setter for the 'LocalQualifier' [0..1] association.
|
void |
ITaggedValue.setQualifier(ITagParameter element)
Setter for the 'Qualifier' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
ITaggedValue.cardActual(Class<? extends ITagParameter> filteredClass)
Returns the number elements in the Actual association filtered with the given metaclass.
|
int |
ILocalTaggedValue.cardLocalActual(Class<? extends ITagParameter> filteredClass)
Returns the number elements in the LocalActual association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitTagParameter(ITagParameter theTagParameter) |
Object |
DefaultMetamodelVisitor.visitTagParameter(ITagParameter theTagParameter) |
Object |
AbstractMetamodelVisitor.visitTagParameter(ITagParameter theTagParameter) |