public interface IMEGoalbase extends IMGoalbase, IMEElement
Modifier and Type | Method and Description |
---|---|
IMEAchieveGoal |
createAchieveGoal(String name)
Create a achieve goal for a name.
|
IMEGoalReference |
createGoalReference(String name,
String ref)
Get a goal reference for a name.
|
IMEMaintainGoal |
createMaintainGoal(String name)
Create a maintain goal for a name.
|
IMEMetaGoal |
createMetaGoal(String name)
Create a meta goal for a name.
|
IMEPerformGoal |
createPerformGoal(String name)
Create a perform goal for a name.
|
IMEQueryGoal |
createQueryGoal(String name)
Create a query goal for a name.
|
getGoal, getGoalReference, getGoalReferences, getGoals
setDescription, setName
getDescription, getName
IMEPerformGoal createPerformGoal(String name)
name
- The goal name.IMEAchieveGoal createAchieveGoal(String name)
name
- The goal name.IMEQueryGoal createQueryGoal(String name)
name
- The goal name.IMEMaintainGoal createMaintainGoal(String name)
name
- The goal name.IMEMetaGoal createMetaGoal(String name)
name
- The goal name.IMEGoalReference createGoalReference(String name, String ref)
name
- The goal reference name.ref
- The referenced element name.Copyright © 2012. All Rights Reserved.