Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IRequirementContainer |
IAnalystModel.createRequirementContainer()
Create a new requirement container without container.
|
IRequirementContainer |
IAnalystModel.getRootBusinessRuleContainer()
Get the main business rules container that owns the business rules elements.
|
IRequirementContainer |
IAnalystModel.getRootGoalContainer()
Get the main goal container that owns the goal elements.
|
IRequirementContainer |
IAnalystModel.getRootRequirementContainer()
Get the main requirement container that owns the requirement elements.
|
Modifier and Type | Method and Description |
---|---|
<T extends IRequirementContainer> |
IPropertySet.getTyped(Class<T> filteredClass)
Get the list of ObRequirementContainer to the Typed association.
|
Modifier and Type | Method and Description |
---|---|
IRequirementContainer |
IAnalystProject.getBusinessRuleRoot()
Get the BusinessRuleRoot association.
|
IRequirementContainer |
IPropertyValueSet.getDefaultValued()
Get the DefaultValued association.
|
IRequirementContainer |
IAnalystProject.getGoalRoot()
Get the GoalRoot association.
|
IRequirementContainer |
IRequirementElement.getOwner()
Get the Owner association.
|
IRequirementContainer |
IAnalystProject.getRequirementRoot()
Get the RequirementRoot association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IRequirementContainer> |
IPropertySet.getTyped()
Get the list of ObRequirementContainer to the Typed association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.addTyped(IRequirementContainer element)
Add a ObRequirementContainer to the 'Typed' association.
|
void |
IPropertySet.removeTyped(IRequirementContainer element)
Remove an ObRequirementContainer from the 'Typed' association.
|
void |
IAnalystProject.setBusinessRuleRoot(IRequirementContainer element)
Setter for the 'BusinessRuleRoot' [1..1] association.
|
void |
IPropertyValueSet.setDefaultValued(IRequirementContainer element)
Setter for the 'DefaultValued' [0..1] association.
|
void |
IAnalystProject.setGoalRoot(IRequirementContainer element)
Setter for the 'GoalRoot' [1..1] association.
|
void |
IRequirementElement.setOwner(IRequirementContainer element)
Setter for the 'Owner' [0..1] association.
|
void |
IAnalystProject.setRequirementRoot(IRequirementContainer element)
Setter for the 'RequirementRoot' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertySet.cardTyped(Class<? extends IRequirementContainer> filteredClass)
Returns the number elements in the Typed association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitRequirementContainer(IRequirementContainer theRequirementContainer) |
Object |
DefaultMetamodelVisitor.visitRequirementContainer(IRequirementContainer theRequirementContainer) |
Object |
AbstractMetamodelVisitor.visitRequirementContainer(IRequirementContainer theRequirementContainer) |