public interface IGoal extends IParameterElement, IFinishableElement<java.lang.Void>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IGoal.GoalLifecycleState  | 
static class  | 
IGoal.GoalProcessingState  | 
| Modifier and Type | Method and Description | 
|---|---|
IFuture<java.lang.Void> | 
drop()
Drop the goal. 
 | 
java.lang.String | 
getId()
Get the id. 
 | 
IGoal.GoalLifecycleState | 
getLifecycleState()
Get the lifecycle state. 
 | 
IGoal.GoalProcessingState | 
getProcessingState()
Get the processingState. 
 | 
boolean | 
isActive()
Test if the goal is in lifecyclestate 'active'. 
 | 
getParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSetgetModelElementaddListener, getException, isFailed, isFinished, isSucceeded, removeListenerjava.lang.String getId()
IFuture<java.lang.Void> drop()
IGoal.GoalLifecycleState getLifecycleState()
IGoal.GoalProcessingState getProcessingState()
boolean isActive()