Package | Description |
---|---|
com.modeliosoft.modelio.analyst.model | |
org.modelio.metamodel.analyst | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
GoalContainer |
IAnalystModel.createGoalContainer()
Create a new goal container without container.
The returned goal container has to be added in the goal hierarchy. |
GoalContainer |
IAnalystModel.createGoalContainer(java.lang.String name,
GoalContainer owner)
Create a new goal container without container.
The returned goal container has to be added in the goal hierarchy. |
Modifier and Type | Method and Description |
---|---|
java.util.List<GoalContainer> |
IAnalystModel.getRootGoalContainer()
Get the main goal container that owns the goal elements.
The requirement elements are the goal containers and goals. |
Modifier and Type | Method and Description |
---|---|
Goal |
IAnalystModel.createGoal(java.lang.String name,
GoalContainer owner)
Create a new goal without container.
The returned goal has to be added in the goal hierarchy. |
GoalContainer |
IAnalystModel.createGoalContainer(java.lang.String name,
GoalContainer owner)
Create a new goal container without container.
The returned goal container has to be added in the goal hierarchy. |
Modifier and Type | Method and Description |
---|---|
<T extends GoalContainer> |
AnalystProject.getGoalRoot(java.lang.Class<T> filterClass)
Filtered Getter for relation 'AnalystProject->GoalRoot'
Metamodel description:
|
<T extends GoalContainer> |
GoalContainer.getOwnedContainer(java.lang.Class<T> filterClass)
Filtered Getter for relation 'GoalContainer->OwnedContainer'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
GoalContainer |
Goal.getOwnerContainer()
Getter for relation 'Goal->OwnerContainer'
Metamodel description:
null
|
GoalContainer |
GoalContainer.getOwnerContainer()
Getter for relation 'GoalContainer->OwnerContainer'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<GoalContainer> |
AnalystProject.getGoalRoot()
Getter for relation 'AnalystProject->GoalRoot'
Metamodel description:
|
org.eclipse.emf.common.util.EList<GoalContainer> |
GoalContainer.getOwnedContainer()
Getter for relation 'GoalContainer->OwnedContainer'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
Goal.setOwnerContainer(GoalContainer value)
Setter for relation 'Goal->OwnerContainer'
Metamodel description:
null
|
void |
GoalContainer.setOwnerContainer(GoalContainer value)
Setter for relation 'GoalContainer->OwnerContainer'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractAnalystVisitor.visitGoalContainer(GoalContainer obj) |
java.lang.Object |
IAnalystVisitor.visitGoalContainer(GoalContainer obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitGoalContainer(GoalContainer obj) |
java.lang.Object |
DefaultAnalystVisitor.visitGoalContainer(GoalContainer obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitGoalContainer(GoalContainer obj) |