|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CProcessor | |
|---|---|
| es.upv.dsic.gti_ia.argAgents | |
| es.upv.dsic.gti_ia.cAgents | |
| es.upv.dsic.gti_ia.cAgents.protocols | |
| es.upv.dsic.gti_ia.jason | |
| es.upv.dsic.gti_ia.organization | |
| Uses of CProcessor in es.upv.dsic.gti_ia.argAgents |
|---|
| Methods in es.upv.dsic.gti_ia.argAgents with parameters of type CProcessor | |
|---|---|
protected void |
CommitmentStore.execution(CProcessor firstProcessor,
ACLMessage welcomeMessage)
|
protected void |
CommitmentStore.finalize(CProcessor firstProcessor,
ACLMessage finalizeMessage)
|
| Uses of CProcessor in es.upv.dsic.gti_ia.cAgents |
|---|
| Fields in es.upv.dsic.gti_ia.cAgents declared as CProcessor | |
|---|---|
protected CProcessor |
CAgent.welcomeProcessor
|
| Methods in es.upv.dsic.gti_ia.cAgents that return CProcessor | |
|---|---|
CProcessor |
CFactory.cProcessorTemplate()
Returns the CProcessor that acts as template and will be cloned in order to create new CProcessors |
CProcessor |
CProcessor.getParent()
Returns the CProcessor which is parent of this one |
protected CProcessor |
CFactory.startConversation(ACLMessage msg,
CProcessor parent,
Boolean isSync)
Creates a new CProcessor that will manage the new conversation |
protected CProcessor |
CFactory.startConversationWithID(String id,
CProcessor parent,
Boolean isSync)
Creates a new CProcessor that will manage the new conversation |
| Methods in es.upv.dsic.gti_ia.cAgents with parameters of type CProcessor | |
|---|---|
protected void |
CAgent.addProcessor(String conversationID,
CProcessor processor)
Adds a CProcessor to the agent |
protected abstract void |
CAgent.execution(CProcessor firstProcessor,
ACLMessage welcomeMessage)
This is the main method of the agent |
protected abstract void |
CAgent.finalize(CProcessor firstProcessor,
ACLMessage finalizeMessage)
This method is executed just before the agent ends its execution |
String |
ActionStateMethod.run(CProcessor myProcessor)
The method to be executed by the action state |
String |
ReceiveStateMethod.run(CProcessor myProcessor,
ACLMessage receivedMessage)
The method to be executed by the receive state |
protected abstract String |
SendingErrorsStateMethod.run(CProcessor myProcessor,
ACLMessage errorMessage)
|
void |
FinalStateMethod.run(CProcessor myProcessor,
ACLMessage messageToSend)
The method to be executed by the final state |
String |
SendStateMethod.run(CProcessor myProcessor,
ACLMessage messageToSend)
The method to be executed by the action state |
String |
BeginStateMethod.run(CProcessor myProcessor,
ACLMessage inputMessage)
The method to be executed by the begin state |
String |
CancelStateMethod.run(CProcessor myProcessor,
ACLMessage cancellationState)
The method to be executed by the cancel state |
String |
ShutdownStateMethod.run(CProcessor myProcessor,
ACLMessage msg)
The method to be executed by the action state |
void |
CFactory.setCProcessor(CProcessor proc)
|
protected void |
CProcessor.setParent(CProcessor parent)
Sets the parent CProcessor of this one |
protected void |
CAgent.startConversation(ACLMessage msg,
CProcessor parent,
Boolean sync)
Starts a conversation |
protected CProcessor |
CFactory.startConversation(ACLMessage msg,
CProcessor parent,
Boolean isSync)
Creates a new CProcessor that will manage the new conversation |
protected CProcessor |
CFactory.startConversationWithID(String id,
CProcessor parent,
Boolean isSync)
Creates a new CProcessor that will manage the new conversation |
| Uses of CProcessor in es.upv.dsic.gti_ia.cAgents.protocols |
|---|
| Methods in es.upv.dsic.gti_ia.cAgents.protocols with parameters of type CProcessor | |
|---|---|
protected abstract void |
Argumentation_Participant.doAccept(CProcessor myProcessor,
ACLMessage msgToSend)
Actions to perform and send an ACLMessage accepting the other agent's position or argument |
protected abstract String |
FIPA_REQUEST_Participant.doAction(CProcessor myProcessor)
Perform the requested action |
protected void |
FIPA_RECRUITING_Participant.doAgree(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the agree message to a proxy action |
protected void |
FIPA_REQUEST_Initiator.doAgree(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the initiator receives an agree message |
protected void |
FIPA_REQUEST_Participant.doAgree(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the agree message |
protected abstract String |
Argumentation_Participant.doAssert(CProcessor myProcessor,
ACLMessage msg,
String whyAgentID)
Try to assert a support argument to respond to the WHY received previously. |
protected abstract boolean |
Argumentation_Participant.doAttack(CProcessor myProcessor,
ACLMessage msgToSend,
ACLMessage msgReceived,
boolean defending)
Actions to perform to generate an attack argument against an attack or assert received |
protected void |
FIPA_RECRUITING_Participant.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method executed at the beginning of the conversation |
protected void |
FIPA_REQUEST_Initiator.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method to execute at the beginning of the conversation |
protected void |
FIPA_RECRUITING_Initiator.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method executed at the beginning of the conversation |
protected void |
FIPA_REQUEST_Participant.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method executed at the beginning of the conversation |
protected void |
FIPA_CONTRACTNET_Initiator.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method executed at the beginning of the conversation |
protected void |
CommitmentStore_Protocol.doBegin(CProcessor myProcessor,
ACLMessage msg)
Begin method executed to begin the conversation |
protected void |
Argumentation_Participant.doBegin(CProcessor myProcessor,
ACLMessage msg)
Begin method executed to begin the conversation |
protected void |
FIPA_CONTRACTNET_Participant.doBegin(CProcessor myProcessor,
ACLMessage msg)
Method executed at the beginning of the conversation |
protected abstract void |
CommitmentStore_Protocol.doDie(CProcessor myProcessor)
Actions to perform when the DIE message is received. |
protected abstract void |
Argumentation_Participant.doDie(CProcessor myProcessor)
Actions to perform when the message with locution DIE is received. |
protected abstract boolean |
Argumentation_Participant.doEnterDialogue(CProcessor myProcessor,
ACLMessage msg)
Evaluates if the agent can enter in the dialogue offering a solution. |
protected abstract void |
FIPA_CONTRACTNET_Initiator.doEvaluateProposals(CProcessor myProcessor,
ArrayList<ACLMessage> proposes,
ArrayList<ACLMessage> acceptances,
ArrayList<ACLMessage> rejections)
Evaluate proposals. |
protected void |
FIPA_REQUEST_Initiator.doFailure(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the initiator receives a failure message |
protected void |
FIPA_REQUEST_Participant.doFailure(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the failure message |
protected void |
FIPA_RECRUITING_Participant.doFailureNoMatch(CProcessor myProcessor,
ACLMessage messageToSend)
Method to execute when there is no agents to recruit |
protected void |
FIPA_RECRUITING_Participant.doFailureProxy(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the failure message |
protected void |
FIPA_REQUEST_Initiator.doFinal(CProcessor myProcessor,
ACLMessage messageToSend)
Method to execute when the initiator ends the conversation |
protected void |
FIPA_REQUEST_Participant.doFinal(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the conversation ends |
protected void |
FIPA_CONTRACTNET_Initiator.doFinal(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the initiator ends the conversation |
protected void |
FIPA_CONTRACTNET_Participant.doFinal(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the conversation ends |
protected void |
FIPA_RECRUITING_Initiator.doFinalRecruitingInitiator(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the conversation ends |
protected void |
FIPA_RECRUITING_Participant.doFinalRecruitingParticipant(CProcessor myProcessor,
ACLMessage messageToSend)
End of the conversation |
protected abstract void |
Argumentation_Participant.doFinishDialogue(CProcessor myProcessor,
ACLMessage msg)
Actions to be executed when the dialogue has to finish |
protected abstract void |
Argumentation_Participant.doGetPositions(CProcessor myProcessor,
ACLMessage msgReceived)
Get the positions of the agents in the dialogue sent by the Commitment Store as an object in the ACLMessage parameter |
protected void |
FIPA_RECRUITING_Participant.doInform(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the inform message |
protected abstract void |
FIPA_REQUEST_Initiator.doInform(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the initiator receives an inform message |
protected abstract void |
FIPA_REQUEST_Participant.doInform(CProcessor myProcessor,
ACLMessage response)
Sets the inform message |
protected abstract ArrayList<AgentID> |
FIPA_RECRUITING_Participant.doLocateAgents(CProcessor myProcessor,
ACLMessage proxyMessage)
Locate agents to recruit |
protected abstract void |
Argumentation_Participant.doMyPositionAccepted(CProcessor myProcessor,
ACLMessage messageReceived)
Actions to perform when the position of the agent has been accepted. |
protected abstract void |
Argumentation_Participant.doNoCommit(CProcessor myProcessor,
ACLMessage msg)
Creates an ACLMessage to send with the locution NOCOMMIT |
protected void |
FIPA_REQUEST_Initiator.doNotUnderstood(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the initiator receives a not-understood message |
protected void |
FIPA_REQUEST_Participant.doNotUnderstood(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the not-understood message |
protected abstract void |
Argumentation_Participant.doOpenDialogue(CProcessor myProcessor,
ACLMessage msg)
Takes the domain-case to solve and the dialogue ID from the ACLMessage given |
protected abstract boolean |
Argumentation_Participant.doPropose(CProcessor myProcessor,
ACLMessage msg)
Proposes a Position to defend in the dialogue. |
protected abstract void |
Argumentation_Participant.doQueryPositions(CProcessor myProcessor,
ACLMessage msg)
Creates a message to send to the Commitment Store with locution GETALLPOSITIONS to obtain all the positions of the dialogue |
protected void |
FIPA_CONTRACTNET_Participant.doReceiveAccept(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator accepts participant's proposal |
protected void |
FIPA_RECRUITING_Initiator.doReceiveAgree(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives an agree message |
protected void |
FIPA_CONTRACTNET_Initiator.doReceiveFailure(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a failure |
protected void |
FIPA_RECRUITING_Initiator.doReceiveFailureNoMatch(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a no match message |
protected void |
FIPA_RECRUITING_Initiator.doReceiveFailureProxy(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a proxy failure message |
protected void |
FIPA_RECRUITING_Initiator.doReceiveInform(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives an inform message |
protected abstract void |
FIPA_CONTRACTNET_Initiator.doReceiveInform(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a inform |
protected void |
FIPA_CONTRACTNET_Initiator.doReceiveNotUnderstood(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a not-understood message |
protected void |
FIPA_CONTRACTNET_Initiator.doReceiveProposal(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a proposal |
protected abstract String |
FIPA_RECRUITING_Participant.doReceiveProxy(CProcessor myProcessor,
ACLMessage msg)
Method executed when the participant receive a message to proxy |
protected void |
FIPA_RECRUITING_Initiator.doReceiveRefuse(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a refuse message |
protected void |
FIPA_CONTRACTNET_Initiator.doReceiveRefuse(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator receives a refuse message |
protected void |
FIPA_CONTRACTNET_Participant.doReceiveReject(CProcessor myProcessor,
ACLMessage msg)
Method executed when the initiator rejects participant's proposal |
protected abstract String |
FIPA_REQUEST_Participant.doReceiveRequest(CProcessor myProcessor,
ACLMessage request)
Method executed when the initiator receives the request |
protected abstract String |
FIPA_CONTRACTNET_Participant.doReceiveSolicit(CProcessor myProcessor,
ACLMessage msg)
Method executed when the participant receives a call for proposals |
protected void |
FIPA_RECRUITING_Participant.doRefuse(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the refuse message to a proxy action |
protected void |
FIPA_REQUEST_Initiator.doRefuse(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the initiator receives a failure message |
protected void |
FIPA_REQUEST_Participant.doRefuse(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the refuse message |
protected void |
FIPA_REQUEST_Initiator.doRequest(CProcessor myProcessor,
ACLMessage messageToSend)
Sets the request message |
protected abstract ACLMessage |
CommitmentStore_Protocol.doRespond(CProcessor myProcessor,
ACLMessage msgReceived)
Creates a response depending on the petition received previously in the ACLMessage parameter |
protected void |
FIPA_REQUEST_Initiator.doSecondWait(CProcessor myProcessor,
ACLMessage msg)
Method to execute when the timeout is reached |
protected void |
FIPA_CONTRACTNET_Participant.doSendFailure(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the task failed |
protected abstract void |
FIPA_CONTRACTNET_Participant.doSendInfo(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the task succeeded |
protected void |
FIPA_CONTRACTNET_Participant.doSendNotUnderstood(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the participant sends a not-understood |
protected abstract void |
Argumentation_Participant.doSendPosition(CProcessor myProcessor,
ACLMessage msg)
Sends an ACLMessage with the Position defended by the agent |
protected abstract void |
FIPA_CONTRACTNET_Participant.doSendProposal(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the participant sends a proposal |
protected void |
FIPA_CONTRACTNET_Participant.doSendRefuse(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the participant sends a refuse |
protected void |
FIPA_CONTRACTNET_Initiator.doSolicitProposals(CProcessor myProcessor,
ACLMessage messageToSend)
Method executed when the initiator calls for proposals |
protected abstract void |
Argumentation_Participant.doSolution(CProcessor myProcessor,
ACLMessage msg)
Actions to perform when the final solution to the current problem to solve arrives in an ACLMessage |
protected abstract String |
FIPA_CONTRACTNET_Participant.doTask(CProcessor myProcessor,
ACLMessage solicitMessage)
Perform the proposal's task |
protected void |
FIPA_CONTRACTNET_Initiator.doTimeout(CProcessor myProcessor,
ACLMessage msg)
Method executed when the timeout is reached while the initiator was waiting for proposals |
protected abstract boolean |
Argumentation_Participant.doWhy(CProcessor myProcessor,
ACLMessage msg)
Choose a Position to send a WHY message if it can, or NOTHING |
protected abstract boolean |
FIPA_RECRUITING_Participant.resultOfSubProtocol(CProcessor myProcessor,
ACLMessage subProtocolMessageResult)
Returns the result of a proxy action |
protected abstract void |
FIPA_RECRUITING_Initiator.setProxyMessage(CProcessor myProcessor,
ACLMessage messageToSend)
Set the proxy message |
| Uses of CProcessor in es.upv.dsic.gti_ia.jason |
|---|
| Methods in es.upv.dsic.gti_ia.jason with parameters of type CProcessor | |
|---|---|
protected void |
JasonAgent.execution(CProcessor firstProcessor,
ACLMessage welcomeMessage)
|
protected void |
JasonAgent.finalize(CProcessor firstProcessor,
ACLMessage finalizeMessage)
|
| Uses of CProcessor in es.upv.dsic.gti_ia.organization |
|---|
| Methods in es.upv.dsic.gti_ia.organization with parameters of type CProcessor | |
|---|---|
protected void |
SF.execution(CProcessor firstProcessor,
ACLMessage welcomeMessage)
|
protected void |
OMS.execution(CProcessor firstProcessor,
ACLMessage welcomeMessage)
|
protected void |
SF.finalize(CProcessor firstProcessor,
ACLMessage finalizeMessage)
|
protected void |
OMS.finalize(CProcessor firstProcessor,
ACLMessage finalizeMessage)
|
| Constructors in es.upv.dsic.gti_ia.organization with parameters of type CProcessor | |
|---|---|
OMSProxy(CProcessor myProcessor)
|
|
OMSProxy(CProcessor agent,
String OMSServiceDescriptionLocation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||