- takeDown() - Method in class bdi4jade.core.AbstractBDIAgent
-
Removes all capabilities of this agent, before it stops its execution.
- takeDown() - Method in class bdi4jade.core.Capability
-
This is an empty holder for being overridden by subclasses.
- toString() - Method in class bdi4jade.belief.AbstractBelief
-
Returns this belief as a string in the form:
"belief name = belief value".
- toString() - Method in class bdi4jade.belief.BeliefBase
-
Returns this belief base as a string in the form:
"Belief base of Capability ID = [ BELIEFS ]".
- toString() - Method in class bdi4jade.core.Capability
-
- toString() - Method in class bdi4jade.event.BeliefEvent
-
- toString() - Method in class bdi4jade.event.GoalEvent
-
- toString() - Method in exception bdi4jade.exception.BeliefAlreadyExistsException
-
- toString() - Method in class bdi4jade.goal.BeliefNotNullValueGoal
-
Returns a string representation of this goal, in the form
"BeliefValueGoal: BELIEF NAME should be BELIEF VALUE".
- toString() - Method in class bdi4jade.goal.BeliefNotPresentGoal
-
Returns a string representation of this goal, in the form
"BeliefGoal: belief name".
- toString() - Method in class bdi4jade.goal.BeliefPresentGoal
-
Returns a string representation of this goal, in the form
"BeliefGoal: belief name".
- toString() - Method in class bdi4jade.goal.BeliefSetHasValueGoal
-
Returns a string representation of this goal, in the form
"BeliefSetValueGoal: BELIEF NAME should have BELIEF VALUE".
- toString() - Method in class bdi4jade.goal.BeliefValueGoal
-
Returns a string representation of this goal, in the form
"BeliefValueGoal: BELIEF NAME should be BELIEF VALUE".
- toString() - Method in class bdi4jade.goal.NamedSoftgoal
-
Returns the string representation of this softgoal, which is its name.
- toString() - Method in class bdi4jade.message.MessageGoal
-
Returns a string representation of this goal, in the form
"MessageGoal: message".
- toString() - Method in class bdi4jade.plan.AbstractPlan
-
Returns the string representation of this plan, which is its id.
- TransientBelief - Annotation Type in bdi4jade.annotation
-
This annotation allows to specify that an attribute of a
Capability
is a belief value that should be added to the capability belief base, whose
key is a string.
- TransientBelief<K,V> - Class in bdi4jade.belief
-
This class extends the
AbstractBelief class and represents a
transient belief, which is not persisted in a permanent memory.
- TransientBelief() - Constructor for class bdi4jade.belief.TransientBelief
-
The default constructor.
- TransientBelief(K) - Constructor for class bdi4jade.belief.TransientBelief
-
Initializes a transient belief with its name.
- TransientBelief(K, V) - Constructor for class bdi4jade.belief.TransientBelief
-
Initializes a transient belief with its name and a initial value.
- TransientBeliefSet - Annotation Type in bdi4jade.annotation
-
This annotation allows to specify that an attribute of a
Capability
is a belief set value that should be added to the capability belief base,
whose key is a string.
- TransientBeliefSet<K,V> - Class in bdi4jade.belief
-
This class extends the
AbstractBeliefSet class and implements
BeliefSet interface, representing a transient belief set, which is
not persisted in a permanent memory.
- TransientBeliefSet() - Constructor for class bdi4jade.belief.TransientBeliefSet
-
The default constructor.
- TransientBeliefSet(K) - Constructor for class bdi4jade.belief.TransientBeliefSet
-
Initializes a belief set with its name.
- TransientBeliefSet(K, Set<V>) - Constructor for class bdi4jade.belief.TransientBeliefSet
-
Initializes a belief set with its name and an initial set of values.
- TransientPredicate<K> - Class in bdi4jade.belief
-
This class extends the
TransientBelief class and represents a
transient propositional belief, which is not persisted in a permanent memory.
- TransientPredicate() - Constructor for class bdi4jade.belief.TransientPredicate
-
The default constructor.
- TransientPredicate(K) - Constructor for class bdi4jade.belief.TransientPredicate
-
Creates a new transient propositional belief, whose value is true.
- TransientPredicate(K, Boolean) - Constructor for class bdi4jade.belief.TransientPredicate
-
Initializes a transient propositional belief with its name and a initial
value.
- tryToAchive() - Method in class bdi4jade.core.Intention
-
Makes this intention starts to try to achieve the goal.