Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IProperty |
IAnalystModel.createProperty()
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
<T extends IProperty> |
IPropertySet.getOwned(Class<T> filteredClass)
Get the list of ObProperty to the Owned association.
|
<T extends IProperty> |
IPropertyType.getTyped(Class<T> filteredClass)
Get the list of ObProperty to the Typed association.
|
Modifier and Type | Method and Description |
---|---|
IProperty |
IPropertyValue.getKey()
Get the Key association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IProperty> |
IPropertySet.getOwned()
Get the list of ObProperty to the Owned association.
|
ObList<IProperty> |
IPropertyType.getTyped()
Get the list of ObProperty to the Typed association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.addOwned(IProperty element)
Add a ObProperty to the 'Owned' association.
|
void |
IPropertyType.addTyped(IProperty element)
Add a ObProperty to the 'Typed' association.
|
void |
IPropertySet.removeOwned(IProperty element)
Remove an ObProperty from the 'Owned' association.
|
void |
IPropertyType.removeTyped(IProperty element)
Remove an ObProperty from the 'Typed' association.
|
void |
IPropertyValue.setKey(IProperty element)
Setter for the 'Key' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertySet.cardOwned(Class<? extends IProperty> filteredClass)
Returns the number elements in the Owned association filtered with the given metaclass.
|
int |
IPropertyType.cardTyped(Class<? extends IProperty> filteredClass)
Returns the number elements in the Typed association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitProperty(IProperty theProperty) |
Object |
DefaultMetamodelVisitor.visitProperty(IProperty theProperty) |
Object |
AbstractMetamodelVisitor.visitProperty(IProperty theProperty) |