Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IPropertyValueSet |
IAnalystModel.createPropertyValueSet()
Create a new property value set.
|
Modifier and Type | Method and Description |
---|---|
<T extends IPropertyValueSet> |
IPropertySet.getValueSet(Class<T> filteredClass)
Get the list of ObPropertyValueSet to the ValueSet association.
|
Modifier and Type | Method and Description |
---|---|
IPropertyValueSet |
IRequirementContainer.getDefaultSet()
Get the DefaultSet association.
|
IPropertyValueSet |
IDictionary.getDefaultSet()
Get the DefaultSet association.
|
IPropertyValueSet |
IPropertyValue.getOwner()
Get the Owner association.
|
IPropertyValueSet |
ITerm.getProperties()
Get the Properties association.
|
IPropertyValueSet |
IRequirement.getProperties()
Get the Properties association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertyValueSet> |
IPropertySet.getValueSet()
Get the list of ObPropertyValueSet to the ValueSet association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.addValueSet(IPropertyValueSet element)
Add a ObPropertyValueSet to the 'ValueSet' association.
|
void |
IPropertySet.removeValueSet(IPropertyValueSet element)
Remove an ObPropertyValueSet from the 'ValueSet' association.
|
void |
IRequirementContainer.setDefaultSet(IPropertyValueSet element)
Setter for the 'DefaultSet' [0..1] association.
|
void |
IDictionary.setDefaultSet(IPropertyValueSet element)
Setter for the 'DefaultSet' [0..1] association.
|
void |
IPropertyValue.setOwner(IPropertyValueSet element)
Setter for the 'Owner' [1..1] association.
|
void |
ITerm.setProperties(IPropertyValueSet element)
Setter for the 'Properties' [0..1] association.
|
void |
IRequirement.setProperties(IPropertyValueSet element)
Setter for the 'Properties' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertySet.cardValueSet(Class<? extends IPropertyValueSet> filteredClass)
Returns the number elements in the ValueSet association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPropertyValueSet(IPropertyValueSet thePropertyValueSet) |
Object |
DefaultMetamodelVisitor.visitPropertyValueSet(IPropertyValueSet thePropertyValueSet) |
Object |
AbstractMetamodelVisitor.visitPropertyValueSet(IPropertyValueSet thePropertyValueSet) |