Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdibpmn |
Modifier and Type | Interface and Description |
---|---|
interface |
IBDIInternalAccess
Internal access interface for BDI agents.
|
interface |
IBelief
The interface for all beliefs (concrete and referenced).
|
interface |
IBeliefbase
The beliefbase contains the beliefs and beliefsets
of an agent or capability.
|
interface |
IBeliefSet
Interface for all beliefsets (concrete and referenced).
|
interface |
ICapability
A capability is a self-contained agent module
as specified in an agent definition file (ADF).
|
interface |
IChangeEvent
A change event indicates (important) state changes.
|
interface |
IEvent
The interface for all events (concrete and referenced).
|
interface |
IEventbase
Interface for an event base.
|
interface |
IExpression
The common interface for expressions.
|
interface |
IExpressionbase
The expressionbase provides access to the expressions
and conditions defined in the ADF and allows to define
new expressions and conditions at runtime.
|
interface |
IGoal
The supertype for all goals (concrete and referenced)
and all goal types (perform, achieve, get, maintain).
|
interface |
IGoalbase
The programmers interface for the goalbase.
|
interface |
IInternalEvent
The interface for all internal events (concrete and referenced).
|
interface |
IMessageEvent
The interface for all message events (concrete and referenced).
|
interface |
IParameter
The interface for parameters.
|
interface |
IParameterElement
The internal interface for all elements with parameters.
|
interface |
IParameterSet
Interface for all parameter sets.
|
interface |
IPlan
A currently instantiated plan of the agent (=intention).
|
interface |
IPlanbase
The programmers interface for a plan base.
|
interface |
IProcessableElement
Interface for all processable elements (goals, internal and message events).
|
interface |
IPropertybase
The interface for accessing properties.
|
Modifier and Type | Method and Description |
---|---|
IElement |
ICandidateInfo.getElement()
Get the element this
candidate was selected for.
|
IElement |
IPlan.getReason()
Get the reason (i.e. initial event).
|
IElement |
AgentEvent.getSource()
Get the source.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentEvent.setSource(IElement source)
Set the source.
|
Constructor and Description |
---|
AgentEvent(IElement source)
Create a new agent event.
|
AgentEvent(IElement source,
Object value)
Create a new agent event.
|
Modifier and Type | Method and Description |
---|---|
IElement |
BpmnPlanBodyInstance.getDispatchedElement()
Get the dispatched element, i.e. the element that caused
the current plan step being executed.
|
IElement |
BpmnPlanBodyInstance.getReason()
Get the reason, why the plan gets executed.
|
Copyright © 2013. All Rights Reserved.