/** * This package provides useful base classes for building graphical agent * applications. The design is inspired by the model-view-controller pattern. * An Environment serves as model, the AgentAppFrame * together with its embedded AgentAppEnvironmentView as view, * and the AgentAppController as controller. * The SimpleAgentApp application demonstrates, how this parts * can be plugged together. */ package aima.gui.framework;