Package jadex.gpmn.editor.model.gpmn
Interface IGoal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContextCondition()Gets the context condition.java.lang.StringgetContextConditionLanguage()Gets the context condition language.java.lang.StringgetCreationCondition()Gets the creation condition.java.lang.StringgetCreationConditionLanguage()Gets the creation condition language.java.lang.StringgetDeliberation()Gets the deliberation.java.lang.StringgetDropCondition()Gets the drop condition.java.lang.StringgetDropConditionLanguage()Gets the drop condition language.java.lang.StringgetExclude()Gets the exclude.java.lang.StringgetFailureCondition()Gets the failure condition.java.lang.StringgetFailureConditionLanguage()Gets the failure condition language.java.lang.StringgetGoalType()Gets the goal type.java.lang.StringgetMaintainCondition()Gets the maintain condition.java.lang.StringgetMaintainConditionLanguage()Gets the maintain condition language.intgetRecurDelay()Gets the recur delay.intgetRetryDelay()Gets the retry delay.java.lang.StringgetTargetCondition()Gets the target condition.java.lang.StringgetTargetConditionLanguage()Gets the target condition language.booleanisPostToAll()Returns if the goal is post-to-all.booleanisRandomSelection()Tests if the goal uses random selection.booleanisRecalculate()Gets the recalculate setting.booleanisRecur()Gets the recur setting.booleanisRetry()Gets the retry setting.voidsetContextCondition(java.lang.String contextcondition)Sets the context condition.voidsetContextConditionLanguage(java.lang.String contextconditionlanguage)Sets the context condition language.voidsetCreationCondition(java.lang.String creationcondition)Sets the creation condition.voidsetCreationConditionLanguage(java.lang.String creationconditionlanguage)Sets the creation condition language.voidsetDeliberation(java.lang.String deliberation)Sets the deliberation.voidsetDropCondition(java.lang.String dropcondition)Sets the drop condition.voidsetDropConditionLanguage(java.lang.String dropconditionlanguage)Sets the drop condition language.voidsetExclude(java.lang.String exclude)Sets the exclude.voidsetFailureCondition(java.lang.String failurecondition)Sets the failure condition.voidsetFailureConditionLanguage(java.lang.String failureconditionlanguage)Sets the failure condition language.voidsetGoalType(java.lang.String goaltype)Sets the goal type.voidsetMaintainCondition(java.lang.String maintaincondition)Sets the maintain condition.voidsetMaintainConditionLanguage(java.lang.String maintainconditionlanguage)Sets the maintain condition language.voidsetPostToAll(boolean posttoall)Sets the post-to-all setting.voidsetRandomSelection(boolean randomselection)Sets the random selection setting.voidsetRecalculate(boolean recalculate)Sets the recalculate setting.voidsetRecur(boolean recur)Sets the recur setting.voidsetRecurDelay(int recurdelay)Sets the recur delay.voidsetRetry(boolean retry)Sets the retry.voidsetRetryDelay(int retrydelay)Sets the retry delay.voidsetTargetCondition(java.lang.String targetcondition)Sets the target condition.voidsetTargetConditionLanguage(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.
-
-