Package ibspan.tss.agents.sha.mvc

Skeleton of Model-View-Controller (MVC) architecture, powered by SessionHandlingAgent.

See:
          Description

Class Summary
Controller This behaviour plays the role of controller in Model-View-Controller architecture.
DummyModelConstructor  
ModelConstructor This behaviour constructs model of data in Model-View-Controller architecture.
SimpleViewConstructor This class utilizes facility of ViewTransformingAgent (VTA) in order to construct view from the model.
ViewConstructor This behaviour provides a set of methods for constructing view of data in Model-View-Controller architecture by utilizing another agent providing view transforming service.
 

Package ibspan.tss.agents.sha.mvc Description

Skeleton of Model-View-Controller (MVC) architecture, powered by SessionHandlingAgent. See work [1] for design and implementation ideas.

  1. Pawel Kaczmarek "Multimodal Communication Between Users and Software Agents", 2005. Master Thesis, Adam Mickiewicz University, Poznan. Poland.