Package | Description |
---|---|
com.modeliosoft.modelio.api.mc | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addRequirementElement(IRequirementElement requirementElement)
Adds a requirement element to the set of requirement elements that must be added to a model component
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRequirement |
interface |
IRequirementContainer |
Modifier and Type | Method and Description |
---|---|
<T extends IRequirementElement> |
IRequirementContainer.getOwned(Class<T> filteredClass)
Get the list of ObRequirementElement to the Owned association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IRequirementElement> |
IRequirementContainer.getOwned()
Get the list of ObRequirementElement to the Owned association.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequirementContainer.addOwned(IRequirementElement element)
Add a ObRequirementElement to the 'Owned' association.
|
void |
IRequirementContainer.removeOwned(IRequirementElement element)
Remove an ObRequirementElement from the 'Owned' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IRequirementContainer.cardOwned(Class<? extends IRequirementElement> filteredClass)
Returns the number elements in the Owned association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitRequirementElement(IRequirementElement theRequirementElement) |
Object |
DefaultMetamodelVisitor.visitRequirementElement(IRequirementElement theRequirementElement) |
Object |
AbstractMetamodelVisitor.visitRequirementElement(IRequirementElement theRequirementElement) |