Jadex 0.96-beta1

jadex.model
Interface IMMetaGoalTrigger

All Superinterfaces:
IMElement, IMTrigger

public interface IMMetaGoalTrigger
extends IMTrigger

The meta goal trigger identifier elements which trigger activation of a meta goal.


Method Summary
 IMReference createGoal(String ref)
          Create a goal.
 void deleteGoal(IMReference ref)
          Delete a goal.
 IMReference[] getGoals()
          Get the goals.
 
Methods inherited from interface jadex.model.IMTrigger
createFilter, createGoalFinished, createInternalEvent, createMessageEvent, deleteFilter, deleteGoalFinished, deleteInternalEvent, deleteMessageEvent, getFilter, getGoalFinisheds, getInternalEvents, getMessageEvents
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getGoals

IMReference[] getGoals()
Get the goals.

Returns:
The goals.

createGoal

IMReference createGoal(String ref)
Create a goal.

Parameters:
ref - The referenced goal.
Returns:
The new goal.

deleteGoal

void deleteGoal(IMReference ref)
Delete a goal.

Parameters:
ref - The goal.

Jadex 0.96-beta1

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-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.