Jadex 0.96-beta1

jadex.model
Interface IMConfiguration

All Superinterfaces:
IMElement

public interface IMConfiguration
extends IMElement

The configuration element.


Method Summary
 IMConfigBeliefbase getBeliefbase()
          Get the belief base.
 IMConfigCapabilitybase getCapabilitybase()
          Get the capability base.
 IMConfigEventbase getEventbase()
          Get the event base.
 IMConfigGoalbase getGoalbase()
          Get the goal base.
 IMConfigCapability getInitialCapability(IMCapabilityReference cap)
          Get the initial capability of the given capability reference.
 IMConfigPlanbase getPlanbase()
          Get the plan base.
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName
 

Method Detail

getBeliefbase

IMConfigBeliefbase getBeliefbase()
Get the belief base.

Returns:
The belief base.

getGoalbase

IMConfigGoalbase getGoalbase()
Get the goal base.

Returns:
The goal base.

getPlanbase

IMConfigPlanbase getPlanbase()
Get the plan base.

Returns:
The plan base.

getEventbase

IMConfigEventbase getEventbase()
Get the event base.

Returns:
The event base.

getCapabilitybase

IMConfigCapabilitybase getCapabilitybase()
Get the capability base.

Returns:
The capability base.

getInitialCapability

IMConfigCapability getInitialCapability(IMCapabilityReference cap)
Get the initial capability of the given capability reference.


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.