Package jadex.gpmn.editor.model.gpmn
Interface IGoal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContextCondition()
Gets the context condition.java.lang.String
getContextConditionLanguage()
Gets the context condition language.java.lang.String
getCreationCondition()
Gets the creation condition.java.lang.String
getCreationConditionLanguage()
Gets the creation condition language.java.lang.String
getDeliberation()
Gets the deliberation.java.lang.String
getDropCondition()
Gets the drop condition.java.lang.String
getDropConditionLanguage()
Gets the drop condition language.java.lang.String
getExclude()
Gets the exclude.java.lang.String
getFailureCondition()
Gets the failure condition.java.lang.String
getFailureConditionLanguage()
Gets the failure condition language.java.lang.String
getGoalType()
Gets the goal type.java.lang.String
getMaintainCondition()
Gets the maintain condition.java.lang.String
getMaintainConditionLanguage()
Gets the maintain condition language.int
getRecurDelay()
Gets the recur delay.int
getRetryDelay()
Gets the retry delay.java.lang.String
getTargetCondition()
Gets the target condition.java.lang.String
getTargetConditionLanguage()
Gets the target condition language.boolean
isPostToAll()
Returns if the goal is post-to-all.boolean
isRandomSelection()
Tests if the goal uses random selection.boolean
isRecalculate()
Gets the recalculate setting.boolean
isRecur()
Gets the recur setting.boolean
isRetry()
Gets the retry setting.void
setContextCondition(java.lang.String contextcondition)
Sets the context condition.void
setContextConditionLanguage(java.lang.String contextconditionlanguage)
Sets the context condition language.void
setCreationCondition(java.lang.String creationcondition)
Sets the creation condition.void
setCreationConditionLanguage(java.lang.String creationconditionlanguage)
Sets the creation condition language.void
setDeliberation(java.lang.String deliberation)
Sets the deliberation.void
setDropCondition(java.lang.String dropcondition)
Sets the drop condition.void
setDropConditionLanguage(java.lang.String dropconditionlanguage)
Sets the drop condition language.void
setExclude(java.lang.String exclude)
Sets the exclude.void
setFailureCondition(java.lang.String failurecondition)
Sets the failure condition.void
setFailureConditionLanguage(java.lang.String failureconditionlanguage)
Sets the failure condition language.void
setGoalType(java.lang.String goaltype)
Sets the goal type.void
setMaintainCondition(java.lang.String maintaincondition)
Sets the maintain condition.void
setMaintainConditionLanguage(java.lang.String maintainconditionlanguage)
Sets the maintain condition language.void
setPostToAll(boolean posttoall)
Sets the post-to-all setting.void
setRandomSelection(boolean randomselection)
Sets the random selection setting.void
setRecalculate(boolean recalculate)
Sets the recalculate setting.void
setRecur(boolean recur)
Sets the recur setting.void
setRecurDelay(int recurdelay)
Sets the recur delay.void
setRetry(boolean retry)
Sets the retry.void
setRetryDelay(int retrydelay)
Sets the retry delay.void
setTargetCondition(java.lang.String targetcondition)
Sets the target condition.void
setTargetConditionLanguage(java.lang.String targetconditionlanguage)
Sets the target condition language.-
Methods inherited from interface jadex.gpmn.editor.model.gpmn.IElement
getModel, getName, getSourceEdges, getTargetEdges, setName
-
-
-
-
Method Detail
-
getGoalType
java.lang.String getGoalType()
Gets the goal type.- Returns:
- The goal type.
-
setGoalType
void setGoalType(java.lang.String goaltype)
Sets the goal type.- Parameters:
goaltype
- The goal type.
-
getCreationCondition
java.lang.String getCreationCondition()
Gets the creation condition.- Returns:
- The creation condition.
-
setCreationCondition
void setCreationCondition(java.lang.String creationcondition)
Sets the creation condition.- Parameters:
creationcondition
- The creation condition.
-
getCreationConditionLanguage
java.lang.String getCreationConditionLanguage()
Gets the creation condition language.- Returns:
- The creation condition language.
-
setCreationConditionLanguage
void setCreationConditionLanguage(java.lang.String creationconditionlanguage)
Sets the creation condition language.- Parameters:
creationconditionlanguage
- The creation condition language.
-
getContextCondition
java.lang.String getContextCondition()
Gets the context condition.- Returns:
- The context condition.
-
setContextCondition
void setContextCondition(java.lang.String contextcondition)
Sets the context condition.- Parameters:
contextcondition
- The context condition.
-
getContextConditionLanguage
java.lang.String getContextConditionLanguage()
Gets the context condition language.- Returns:
- The context condition language.
-
setContextConditionLanguage
void setContextConditionLanguage(java.lang.String contextconditionlanguage)
Sets the context condition language.- Parameters:
contextconditionlanguage
- The context condition language.
-
getDropCondition
java.lang.String getDropCondition()
Gets the drop condition.- Returns:
- The drop condition.
-
setDropCondition
void setDropCondition(java.lang.String dropcondition)
Sets the drop condition.- Parameters:
dropcondition
- The drop condition.
-
getDropConditionLanguage
java.lang.String getDropConditionLanguage()
Gets the drop condition language.- Returns:
- The drop condition language.
-
setDropConditionLanguage
void setDropConditionLanguage(java.lang.String dropconditionlanguage)
Sets the drop condition language.- Parameters:
dropconditionlanguage
- The drop condition language.
-
getTargetCondition
java.lang.String getTargetCondition()
Gets the target condition.- Returns:
- The target condition.
-
setTargetCondition
void setTargetCondition(java.lang.String targetcondition)
Sets the target condition.- Parameters:
targetcondition
- The target condition.
-
getTargetConditionLanguage
java.lang.String getTargetConditionLanguage()
Gets the target condition language.- Returns:
- The target condition language.
-
setTargetConditionLanguage
void setTargetConditionLanguage(java.lang.String targetconditionlanguage)
Sets the target condition language.- Parameters:
targetconditionlanguage
- The target condition language.
-
getFailureCondition
java.lang.String getFailureCondition()
Gets the failure condition.- Returns:
- The failure condition.
-
setFailureCondition
void setFailureCondition(java.lang.String failurecondition)
Sets the failure condition.- Parameters:
failurecondition
- The failure condition.
-
getFailureConditionLanguage
java.lang.String getFailureConditionLanguage()
Gets the failure condition language.- Returns:
- The failure condition language.
-
setFailureConditionLanguage
void setFailureConditionLanguage(java.lang.String failureconditionlanguage)
Sets the failure condition language.- Parameters:
failureconditionlanguage
- The failure condition language.
-
getMaintainCondition
java.lang.String getMaintainCondition()
Gets the maintain condition.- Returns:
- The maintain condition.
-
setMaintainCondition
void setMaintainCondition(java.lang.String maintaincondition)
Sets the maintain condition.- Parameters:
maintaincondition
- The maintain condition.
-
getMaintainConditionLanguage
java.lang.String getMaintainConditionLanguage()
Gets the maintain condition language.- Returns:
- The maintain condition language.
-
setMaintainConditionLanguage
void setMaintainConditionLanguage(java.lang.String maintainconditionlanguage)
Sets the maintain condition language.- Parameters:
maintainconditionlanguage
- The maintain condition language.
-
getDeliberation
java.lang.String getDeliberation()
Gets the deliberation.- Returns:
- The deliberation.
-
setDeliberation
void setDeliberation(java.lang.String deliberation)
Sets the deliberation.- Parameters:
deliberation
- The deliberation.
-
getExclude
java.lang.String getExclude()
Gets the exclude.- Returns:
- The exclude.
-
setExclude
void setExclude(java.lang.String exclude)
Sets the exclude.- Parameters:
exclude
- The exclude.
-
isPostToAll
boolean isPostToAll()
Returns if the goal is post-to-all.- Returns:
- True, if post-to-all.
-
setPostToAll
void setPostToAll(boolean posttoall)
Sets the post-to-all setting.- Parameters:
posttoall
- The post-to-all setting.
-
isRandomSelection
boolean isRandomSelection()
Tests if the goal uses random selection.- Returns:
- True if the goal uses random selection.
-
setRandomSelection
void setRandomSelection(boolean randomselection)
Sets the random selection setting.- Parameters:
randomselection
- The random selection setting.
-
isRecalculate
boolean isRecalculate()
Gets the recalculate setting.- Returns:
- The recalculate setting.
-
setRecalculate
void setRecalculate(boolean recalculate)
Sets the recalculate setting.- Parameters:
recalculate
- The recalculate setting.
-
isRecur
boolean isRecur()
Gets the recur setting.- Returns:
- The recur setting.
-
setRecur
void setRecur(boolean recur)
Sets the recur setting.- Parameters:
recur
- The recur setting.
-
getRecurDelay
int getRecurDelay()
Gets the recur delay.- Returns:
- The recur delay.
-
setRecurDelay
void setRecurDelay(int recurdelay)
Sets the recur delay.- Parameters:
recurdelay
- The recur delay.
-
isRetry
boolean isRetry()
Gets the retry setting.- Returns:
- The retry setting.
-
setRetry
void setRetry(boolean retry)
Sets the retry.- Parameters:
retry
- The retry.
-
getRetryDelay
int getRetryDelay()
Gets the retry delay.- Returns:
- The retry delay.
-
setRetryDelay
void setRetryDelay(int retrydelay)
Sets the retry delay.- Parameters:
retrydelay
- The retry delay.
-
-