Uses of Class
jade.domain.FIPAAgentManagement.NotUnderstoodException
-
Packages that use NotUnderstoodException Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no.jade.domain.KBManagement jade.proto This package contains role behaviours for FIPA standard protocols. -
-
Uses of NotUnderstoodException in jade.domain
Methods in jade.domain that throw NotUnderstoodException Modifier and Type Method Description protected ACLMessageRequestManagementBehaviour. prepareResponse(ACLMessage request)protected voidDFDBKB. subscribeSingle(Object dfd, SubscriptionResponder.Subscription s) -
Uses of NotUnderstoodException in jade.domain.FIPAAgentManagement
Subclasses of NotUnderstoodException in jade.domain.FIPAAgentManagement Modifier and Type Class Description classUnexpectedActclassUnrecognisedValueclassUnsupportedActclassUnsupportedValue -
Uses of NotUnderstoodException in jade.domain.KBManagement
Methods in jade.domain.KBManagement that throw NotUnderstoodException Modifier and Type Method Description voidDBKB. subscribe(Object template, SubscriptionResponder.Subscription s)abstract voidKB. subscribe(Object template, SubscriptionResponder.Subscription s)voidMemKB. subscribe(Object dfd, SubscriptionResponder.Subscription s)protected abstract voidDBKB. subscribeSingle(Object template, SubscriptionResponder.Subscription s) -
Uses of NotUnderstoodException in jade.proto
Methods in jade.proto that throw NotUnderstoodException Modifier and Type Method Description protected ACLMessageContractNetResponder. handleCfp(ACLMessage cfp)Redefine this method to call prepareResponse()protected ACLMessageSSContractNetResponder. handleCfp(ACLMessage cfp)This method is called to handle the initial CFP message.protected ACLMessageAchieveREResponder. handleRequest(ACLMessage request)This method is called when the protocol initiation message (matching the MessageTemplate specified in the constructor) is received.protected ACLMessageSSIteratedAchieveREResponder. handleRequest(ACLMessage request)This method is called to handle the initial REQUEST message and then again whenever a REQUEST message is received.protected ACLMessageSubscriptionResponder. handleSubscription(ACLMessage subscription)This method is called when a subscription message is received that matches the message template specified in the constructor.protected ACLMessageAchieveREResponder. prepareResponse(ACLMessage request)Deprecated.Use handleRequest() insteadprotected ACLMessageContractNetResponder. prepareResponse(ACLMessage cfp)Deprecated.UsehandleCfp()insteadprotected ACLMessageProposeResponder. prepareResponse(ACLMessage propose)This method is called when the initiator's message is received that matches the message template passed in the constructor.protected ACLMessageSimpleAchieveREResponder. prepareResponse(ACLMessage request)This method is called when the initiator's message is received that matches the message template passed in the constructor.protected ACLMessageSubscriptionResponder. prepareResponse(ACLMessage subscription)Deprecated.Use handleSubscription() insteadbooleanSubscriptionResponder.SubscriptionManager. register(SubscriptionResponder.Subscription s)Register a new Subscription object
-