Jadex 0.941

jadex.model
Interface IMInitialState

All Superinterfaces:
IMElement

public interface IMInitialState
extends IMElement

The initial state element.


Method Summary
 IMInitialBeliefbase getBeliefbase()
          Get the belief base.
 IMInitialCapabilitybase getCapabilitybase()
          Get the capability base.
 IMInitialEventbase getEventbase()
          Get the event base.
 IMInitialGoalbase getGoalbase()
          Get the goal base.
 IMInitialCapability getInitialCapability(IMCapabilityReference cap)
          Get the initial capability of the given capability reference.
 IMInitialPlanbase getPlanbase()
          Get the plan base.
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName
 

Method Detail

getBeliefbase

public IMInitialBeliefbase getBeliefbase()
Get the belief base.

Returns:
The belief base.

getGoalbase

public IMInitialGoalbase getGoalbase()
Get the goal base.

Returns:
The goal base.

getPlanbase

public IMInitialPlanbase getPlanbase()
Get the plan base.

Returns:
The plan base.

getEventbase

public IMInitialEventbase getEventbase()
Get the event base.

Returns:
The event base.

getCapabilitybase

public IMInitialCapabilitybase getCapabilitybase()
Get the capability base.

Returns:
The capability base.

getInitialCapability

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


Jadex 0.941

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.