Uses of Interface
dev.agenor.core.dialogue.Commitment
Packages that use Commitment
-
Uses of Commitment in dev.agenor.core.dialogue
Methods in dev.agenor.core.dialogue that return CommitmentModifier and TypeMethodDescriptionCommitmentTracker.createFromMessage(DialogueMessage message) Creates a new commitment from a dialogue message.Methods in dev.agenor.core.dialogue that return types with arguments of type CommitmentModifier and TypeMethodDescriptionCommitmentTracker.checkViolations()Checks for commitments that have exceeded their deadline.Retrieves a commitment by ID.CommitmentTracker.getActiveAsPerformer(String agentId) Gets all active commitments where the agent is the performer.CommitmentTracker.getActiveAsRequester(String agentId) Gets all active commitments where the agent is the requester. -
Uses of Commitment in dev.agenor.runtime.dialogue
Classes in dev.agenor.runtime.dialogue that implement CommitmentMethods in dev.agenor.runtime.dialogue that return CommitmentModifier and TypeMethodDescriptionDefaultCommitmentTracker.createFromMessage(DialogueMessage message) Methods in dev.agenor.runtime.dialogue that return types with arguments of type CommitmentModifier and TypeMethodDescriptionDefaultCommitmentTracker.checkViolations()DefaultCommitmentTracker.getActiveAsPerformer(String agentId) DefaultCommitmentTracker.getActiveAsRequester(String agentId)