Uses of Interface
org.cougaar.tutorial.booksonline.assets.GISPG

Packages that use GISPG
org.cougaar.tutorial.booksonline.assets   
org.cougaar.tutorial.booksonline.shipper   
 

Uses of GISPG in org.cougaar.tutorial.booksonline.assets
 

Subinterfaces of GISPG in org.cougaar.tutorial.booksonline.assets
 interface NewGISPG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement GISPG
static class GISPG.Future
          Future PG implementation for GISPG
static class GISPG.Null_GISPG
          Null_PG implementation for GISPG
 class GISPGImpl
           
static class GISPGImpl.DQ
           
 

Fields in org.cougaar.tutorial.booksonline.assets declared as GISPG
static GISPG GISPG.nullPG
          The Null instance for indicating that the PG definitely has no value
 

Methods in org.cougaar.tutorial.booksonline.assets that return GISPG
 GISPG AssetSkeleton.getGISPG()
          Search additional properties for a GISPG instance.
 

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type GISPG
static NewGISPG PropertyGroupFactory.newGISPG(GISPG prototype)
           
 

Constructors in org.cougaar.tutorial.booksonline.assets with parameters of type GISPG
GISPGImpl(GISPG original)
           
GISPGImpl.DQ(GISPG original)
           
 

Uses of GISPG in org.cougaar.tutorial.booksonline.shipper
 

Constructors in org.cougaar.tutorial.booksonline.shipper with parameters of type GISPG
GISBehavior(GISPG pg)