jadex.model
Interface IMMetaGoal
- All Superinterfaces:
- IMElement, IMGoal, IMParameterElement, IMQueryGoal, IMReferenceableElement
- public interface IMMetaGoal
- extends IMQueryGoal
A meta goal is instantiated to select among applicable plans.
Methods inherited from interface jadex.model.IMGoal |
createContextCondition, createCreationCondition, createDeliberation, createDropCondition, createUnique, deleteContextCondition, deleteCreationCondition, deleteDeliberation, deleteDropCondition, deleteUnique, getContextCondition, getCreationCondition, getDeliberation, getDropCondition, getExcludeMode, getGoalEvent, getMetaGoal, getRelevantParameters, getRelevantParameterSets, getRetryDelay, getUnique, isMetaLevelReasoning, isPostToAll, isRandomSelection, isRetry, setExcludeMode, setMetaGoal, setMetaLevelReasoning, setPostToAll, setRandomSelection, setRetry, setRetryDelay |
Methods inherited from interface jadex.model.IMElement |
check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName |
getTrigger
public IMTrigger getTrigger()
- Get the trigger of the goal.
- Returns:
- The trigger.
createTrigger
public IMTrigger createTrigger()
- Create new the trigger for the goal.
- Returns:
- The trigger.
deleteTrigger
public void deleteTrigger()
- Delete the trigger of the goal.
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.