Package org.cougaar.pizza

The Pizza Party Domain and application.

See:
          Description

Interface Summary
Constants.Prepositions Special Prepositions used by the pizza application
Constants.RelationshipTypes Relationship Types needed by the Pizza application
Constants.UDDIConstants Constants needed for ServiceDiscovery in the Pizza application.
Constants.Verbs Verbs used by the Pizza application plugins.
 

Class Summary
Constants Constants for the pizza party application.
Constants.Roles Roles used on Assets in the Pizza application.
PizzaDomain PizzaDomain definition, initializing our Constants and loading our AssetFactory.
 

Package org.cougaar.pizza Description

The Pizza Party Domain and application.

This module follows a typical package structure for Cougaar applications. Here at the root is the Domain, the Factory if any, and a Constants file.

Below this package, are packages for utilities, assets (sometimes called "ldm" with "asset" as a sub-package), plugins, servlets, and perhaps others (in our case, relays).