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

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

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

Subinterfaces of StockPG in org.cougaar.tutorial.booksonline.assets
 interface NewStockPG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement StockPG
static class StockPG.Future
          Future PG implementation for StockPG
static class StockPG.Null_StockPG
          Null_PG implementation for StockPG
 class StockPGImpl
           
static class StockPGImpl.DQ
           
 

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

Methods in org.cougaar.tutorial.booksonline.assets that return StockPG
 StockPG[] InvListPGImpl.getStockListAsArray()
           
 StockPG InvListPGImpl.getIndexedStockList(int _index)
           
 StockPG[] InvListPG.getStockListAsArray()
          array getter for beans
 StockPG InvListPG.getIndexedStockList(int index)
          indexed getter for beans
 StockPG[] InvListPG.Null_InvListPG.getStockListAsArray()
           
 StockPG InvListPG.Null_InvListPG.getIndexedStockList(int index)
           
 StockPG[] InvListPG.Future.getStockListAsArray()
           
 StockPG InvListPG.Future.getIndexedStockList(int index)
           
 StockPG AssetSkeleton.getStockPG()
          Search additional properties for a StockPG instance.
 

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type StockPG
static NewStockPG PropertyGroupFactory.newStockPG(StockPG prototype)
           
 boolean NewInvListPG.removeFromStockList(StockPG _element)
           
 boolean NewInvListPG.addToStockList(StockPG _element)
           
 boolean InvListPGImpl.inStockList(StockPG _element)
           
 boolean InvListPGImpl.removeFromStockList(StockPG _element)
           
 boolean InvListPGImpl.addToStockList(StockPG _element)
           
 boolean InvListPG.inStockList(StockPG element)
          test to see if an element is a member of the stockList Collection
 boolean InvListPG.Null_InvListPG.inStockList(StockPG element)
           
 boolean InvListPG.Future.inStockList(StockPG element)
           
 

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