Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IPropertyValue |
IAnalystModel.createPropertyValue()
Create a new property value.
|
Modifier and Type | Method and Description |
---|---|
<T extends IPropertyValue> |
IPropertyValueSet.getValue(Class<T> filteredClass)
Get the list of ObPropertyValue to the Value association.
|
<T extends IPropertyValue> |
IProperty.getValue(Class<T> filteredClass)
Get the list of ObPropertyValue to the Value association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertyValue> |
IPropertyValueSet.getValue()
Get the list of ObPropertyValue to the Value association.
|
ObList<IPropertyValue> |
IProperty.getValue()
Get the list of ObPropertyValue to the Value association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertyValueSet.addValue(IPropertyValue element)
Add a ObPropertyValue to the 'Value' association.
|
void |
IProperty.addValue(IPropertyValue element)
Add a ObPropertyValue to the 'Value' association.
|
void |
IPropertyValueSet.removeValue(IPropertyValue element)
Remove an ObPropertyValue from the 'Value' association.
|
void |
IProperty.removeValue(IPropertyValue element)
Remove an ObPropertyValue from the 'Value' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertyValueSet.cardValue(Class<? extends IPropertyValue> filteredClass)
Returns the number elements in the Value association filtered with the given metaclass.
|
int |
IProperty.cardValue(Class<? extends IPropertyValue> filteredClass)
Returns the number elements in the Value association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPropertyValue(IPropertyValue thePropertyValue) |
Object |
DefaultMetamodelVisitor.visitPropertyValue(IPropertyValue thePropertyValue) |
Object |
AbstractMetamodelVisitor.visitPropertyValue(IPropertyValue thePropertyValue) |