public interface IMGoalbase
Modifier and Type | Method and Description |
---|---|
IMGoal |
getGoal(String name)
Get a goal for a name.
|
IMGoalReference |
getGoalReference(String name)
Get a goal reference for a name.
|
IMGoalReference[] |
getGoalReferences()
Get all goal references.
|
IMGoal[] |
getGoals()
Returns all goals.
|
IMGoal[] getGoals()
IMGoalReference getGoalReference(String name)
name
- The goal reference name.IMGoalReference[] getGoalReferences()
name
- Goal references.Copyright © 2012. All Rights Reserved.