- takeDown() - Method in class bdi4jade.core.BDIAgent
-
- 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.BeliefGoal
-
Returns a string representation of this goal, in the form
"BeliefGoal: belief name".
- toString() - Method in class bdi4jade.goal.BeliefSetValueGoal
-
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<T> - 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(String) - Constructor for class bdi4jade.belief.TransientBelief
-
Initializes a transient belief with its name.
- TransientBelief(String, T) - Constructor for class bdi4jade.belief.TransientBelief
-
Initializes a transient belief with its name and a initial value.
- TransientBeliefSet<T> - 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(String) - Constructor for class bdi4jade.belief.TransientBeliefSet
-
Initializes a belief set with its name.
- TransientBeliefSet(String, Set<T>) - Constructor for class bdi4jade.belief.TransientBeliefSet
-
Initializes a belief set with its name and an initial set of values.
- tryToAchive() - Method in class bdi4jade.core.Intention
-
Makes this intention starts to try to achieve the goal.