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.addPropertyType(IPropertyType propertyType)
Adds a property type to the set of property types that must be added to a model component
|
Modifier and Type | Method and Description |
---|---|
IPropertyType |
IAnalystModel.createPropertyType()
Create a new simple property type.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertyType> |
IAnalystModel.getPropertyTypes()
Get the list of known property types.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnalystModel.addPropertyType(IPropertyType type)
Add a new property type in the requirement admin model.
|
void |
IAnalystModel.removePropertyType(IPropertyType type)
Remove an existing property type from the requirement administration model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnumeratedPropertyType |
Modifier and Type | Method and Description |
---|---|
<T extends IPropertyType> |
IPropertyContainer.getDefinedType(Class<T> filteredClass)
Get the list of ObPropertyType to the DefinedType association.
|
Modifier and Type | Method and Description |
---|---|
IPropertyType |
IProperty.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPropertyType> |
IPropertyContainer.getDefinedType()
Get the list of ObPropertyType to the DefinedType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertyContainer.addDefinedType(IPropertyType element)
Add a ObPropertyType to the 'DefinedType' association.
|
void |
IPropertyContainer.removeDefinedType(IPropertyType element)
Remove an ObPropertyType from the 'DefinedType' association.
|
void |
IProperty.setType(IPropertyType element)
Setter for the 'Type' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertyContainer.cardDefinedType(Class<? extends IPropertyType> filteredClass)
Returns the number elements in the DefinedType association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPropertyType(IPropertyType thePropertyType) |
Object |
DefaultMetamodelVisitor.visitPropertyType(IPropertyType thePropertyType) |
Object |
AbstractMetamodelVisitor.visitPropertyType(IPropertyType thePropertyType) |