Class Summary |
ActivateAgentListBehaviour |
This class initializes a set of calculating agents and randomly dispatches them to
various containers. |
CalcBehaviour |
Implements an OneShotBehaviour that calculates the similarity between two
documents, using words and char n-grams. |
CalcResults |
Represents the result of a comparison, with a unique ID and a similarity array of
results. |
GetAvailableLocationsBehaviour |
This behaviour extends SimpleAchieveREInitiator in order
to request to the AMS the list of available locations where
the agent can move. |
MobileAgent |
This is an example of mobile agent. |
NGramDocumentComparatorAgent |
A mobile agent that manages the comparison between two documents. |
ReceiveResultBehaviour |
Implements a behaviour that performs the receiving of a result. |
ReceiveTextsBehaviour |
A behaviour that receives texts and routes calculation of similarity between
them. |
ResultsAgent |
An agent to manage the whole comparison process of summaries, that results into
evaluation. |