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

Packages that use VehiclePG
org.cougaar.tutorial.booksonline.assets   
 

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

Subinterfaces of VehiclePG in org.cougaar.tutorial.booksonline.assets
 interface NewVehiclePG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement VehiclePG
static class VehiclePG.Future
          Future PG implementation for VehiclePG
static class VehiclePG.Null_VehiclePG
          Null_PG implementation for VehiclePG
 class VehiclePGImpl
           
static class VehiclePGImpl.DQ
           
 

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

Methods in org.cougaar.tutorial.booksonline.assets that return VehiclePG
 VehiclePG ShippingFleetAsset.getVehiclePG()
           
 VehiclePG AssetSkeleton.getVehiclePG()
          Search additional properties for a VehiclePG instance.
 

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type VehiclePG
static NewVehiclePG PropertyGroupFactory.newVehiclePG(VehiclePG prototype)
           
 

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