Jadex 0.96-beta1

jadex.model
Interface IMConfigGoalbase

All Superinterfaces:
IMConfigBase, IMConfigElement, IMElement

public interface IMConfigGoalbase
extends IMConfigBase

Configuration settings for the goalbase.


Method Summary
 IMConfigGoal createEndGoal(String ref)
          Create a end goal.
 IMConfigGoal createInitialGoal(String ref)
          Create a initial goal.
 void deleteEndGoal(IMConfigGoal goal)
          Delete a end goal.
 void deleteInitialGoal(IMConfigGoal goal)
          Delete a initial goal.
 IMConfigGoal[] getEndGoals()
          Get all known end goals.
 IMConfigGoal[] getInitialGoals()
          Get all known initial goals.
 
Methods inherited from interface jadex.model.IMConfigElement
getOriginalElement
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getInitialGoals

IMConfigGoal[] getInitialGoals()
Get all known initial goals.

Returns:
The initial goals.

createInitialGoal

IMConfigGoal createInitialGoal(String ref)
Create a initial goal.

Parameters:
ref - The name of the referenced goal.
Returns:
The initial goal.

deleteInitialGoal

void deleteInitialGoal(IMConfigGoal goal)
Delete a initial goal.

Parameters:
goal - The initial goal.

getEndGoals

IMConfigGoal[] getEndGoals()
Get all known end goals.

Returns:
The end goals.

createEndGoal

IMConfigGoal createEndGoal(String ref)
Create a end goal.

Parameters:
ref - The name of the referenced goal.
Returns:
The end goal.

deleteEndGoal

void deleteEndGoal(IMConfigGoal goal)
Delete a end goal.

Parameters:
goal - The end 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.