Package | Description |
---|---|
com.modeliosoft.modelio.analyst.model | |
org.modelio.metamodel.analyst | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Goal |
IAnalystModel.createGoal()
Create a new goal without container.
The returned goal has to be added in the goal hierarchy. |
Goal |
IAnalystModel.createGoal(java.lang.String name,
Goal owner)
Create a new goal without container.
The returned goal has to be added in the goal hierarchy. |
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. |
Modifier and Type | Method and Description |
---|---|
Goal |
IAnalystModel.createGoal(java.lang.String name,
Goal owner)
Create a new goal without container.
The returned goal has to be added in the goal hierarchy. |
Modifier and Type | Method and Description |
---|---|
<T extends Goal> |
Goal.getArchivedGoalVersion(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Goal->ArchivedGoalVersion'
Metamodel description:
null
|
<T extends Goal> |
GoalContainer.getOwnedGoal(java.lang.Class<T> filterClass)
Filtered Getter for relation 'GoalContainer->OwnedGoal'
Metamodel description:
null
|
<T extends Goal> |
Goal.getSubGoal(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Goal->SubGoal'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Goal |
Goal.getLastGoalVersion()
Getter for relation 'Goal->LastGoalVersion'
Metamodel description:
null
|
Goal |
Goal.getParentGoal()
Getter for relation 'Goal->ParentGoal'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Goal> |
Goal.getArchivedGoalVersion()
Getter for relation 'Goal->ArchivedGoalVersion'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Goal> |
GoalContainer.getOwnedGoal()
Getter for relation 'GoalContainer->OwnedGoal'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Goal> |
Goal.getSubGoal()
Getter for relation 'Goal->SubGoal'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
Goal.setLastGoalVersion(Goal value)
Setter for relation 'Goal->LastGoalVersion'
Metamodel description:
null
|
void |
Goal.setParentGoal(Goal value)
Setter for relation 'Goal->ParentGoal'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractAnalystVisitor.visitGoal(Goal obj) |
java.lang.Object |
IAnalystVisitor.visitGoal(Goal obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitGoal(Goal obj) |
java.lang.Object |
DefaultAnalystVisitor.visitGoal(Goal obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitGoal(Goal obj) |