Skip navigation links
A B C D E F G H I M N O P R S T U V 

H

handleMessage(ACLMessage) - Method in class bdi4jade.message.BDIAgentMsgReceiver
Creates a MessageGoal for the received message, when handling the message.
hasBelief(Object) - Method in class bdi4jade.belief.BeliefBase
Checks whether a belief is part of the belief base.
hasBelief(Object, Object) - Method in class bdi4jade.belief.BeliefBase
Checks whether a belief is part of the belief base with an specific value.
hasBelief(Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefPresentGoal and has the given belief name.
hasBeliefOfType(Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefPresentGoal and has a belief name of the given type.
hasBeliefOfTypeWithNotNullValue(Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefNotNullValueGoal, has the a belief name of the given type.
hasBeliefOfTypeWithNullValue(Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefValueGoal, has the a belief name of the given type, and is associated with a null value.
hasBeliefOfTypeWithValue(Class<?>, Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefValueGoal, is of the class of given belief name class, and has the given value.
hasBeliefValue(Object, Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefValueGoal, has the given belief name, and has the given value.
hasBeliefValueOfType(Object, Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefValueGoal, has the given belief name, and its value is of the given type.
hasBeliefWithNotNullValue(Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefNotNullValueGoal, has the given belief name.
hasBeliefWithNullValue(Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefValueGoal, has the given belief name, and is associated with a null value.
hasGoal(Goal) - Method in class bdi4jade.core.AbstractBDIAgent
 
hasGoal(Goal) - Method in interface bdi4jade.core.BDIAgent
Checks if this agent has a given goal.
hashCode() - Method in class bdi4jade.belief.AbstractBelief
Returns the hash code of this belief name.
hashCode() - Method in class bdi4jade.core.Capability
 
hashCode() - Method in class bdi4jade.goal.AbstractBeliefGoal
 
hashCode() - Method in class bdi4jade.goal.BeliefNotNullValueGoal
 
hashCode() - Method in class bdi4jade.goal.BeliefNotPresentGoal
 
hashCode() - Method in class bdi4jade.goal.BeliefPresentGoal
 
hashCode() - Method in class bdi4jade.goal.BeliefSetHasValueGoal
 
hashCode() - Method in class bdi4jade.goal.BeliefValueGoal
 
hashCode() - Method in class bdi4jade.goal.NamedSoftgoal
Returns the hash code of this named softgoal.
hashCode() - Method in class bdi4jade.plan.AbstractPlan
 
hasMetadata(Object) - Method in interface bdi4jade.core.MetadataElement
Verifies if a metadata is associated with this element.
hasMetadata(Object) - Method in class bdi4jade.core.MetadataElementImpl
 
hasNoBelief(Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefNotPresentGoal and has the given belief name.
hasNoBeliefOfType(Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefNotPresentGoal and has the given belief name.
hasPlan(Plan) - Method in class bdi4jade.plan.PlanLibrary
Checks if a plan is part of the plan library.
hasValue(V) - Method in interface bdi4jade.belief.BeliefSet
Checks whether this belief set has the provided value.
hasValue(V) - Method in class bdi4jade.belief.TransientBeliefSet
 
hasValueInBeliefSet(Object, Object) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefSetHasValueGoal, has the given belief name, and has the given value.
hasValueOfTypeInBeliefSet(Object, Class<?>) - Static method in class bdi4jade.goal.GoalTemplateFactory
This method creates a goal template that positively matches a goal if it is of the type BeliefSetHasValueGoal, has the given belief name, and its value is of the given type.
here() - Method in interface bdi4jade.core.BDIAgent
 
A B C D E F G H I M N O P R S T U V 
Skip navigation links