Package | Description |
---|---|
com.modeliosoft.modelio.api.mc | |
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addPropertySet(IPropertySet propertySet)
Adds a property set to the set of property sets that must be added to a model component
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
IAnalystModel.createPropertySet()
Create a new property set.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertySet> |
IAnalystModel.getPropertySets()
Get the list of known property sets.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnalystModel.addPropertySet(IPropertySet set)
Add a new property set in the requirement administration model.
|
void |
IAnalystModel.removePropertySet(IPropertySet set)
Remove an existing property set from the requirement administration model.
|
Modifier and Type | Method and Description |
---|---|
<T extends IPropertySet> |
IPropertyContainer.getDefinedPropertySet(Class<T> filteredClass)
Get the list of ObPropertySet to the DefinedPropertySet association.
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
IProperty.getOwner()
Get the Owner association.
|
IPropertySet |
IRequirementContainer.getType()
Get the Type association.
|
IPropertySet |
IPropertyValueSet.getType()
Get the Type association.
|
IPropertySet |
IDictionary.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertySet> |
IPropertyContainer.getDefinedPropertySet()
Get the list of ObPropertySet to the DefinedPropertySet association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertyContainer.addDefinedPropertySet(IPropertySet element)
Add a ObPropertySet to the 'DefinedPropertySet' association.
|
void |
IPropertyContainer.removeDefinedPropertySet(IPropertySet element)
Remove an ObPropertySet from the 'DefinedPropertySet' association.
|
void |
IProperty.setOwner(IPropertySet element)
Setter for the 'Owner' [1..1] association.
|
void |
IRequirementContainer.setType(IPropertySet element)
Setter for the 'Type' [0..1] association.
|
void |
IPropertyValueSet.setType(IPropertySet element)
Setter for the 'Type' [1..1] association.
|
void |
IDictionary.setType(IPropertySet element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertyContainer.cardDefinedPropertySet(Class<? extends IPropertySet> filteredClass)
Returns the number elements in the DefinedPropertySet association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPropertySet(IPropertySet thePropertySet) |
Object |
DefaultMetamodelVisitor.visitPropertySet(IPropertySet thePropertySet) |
Object |
AbstractMetamodelVisitor.visitPropertySet(IPropertySet thePropertySet) |