| org.cougaar.glm.ldm.asset.ScheduledContentPG
Method Summary | |
Asset | getAsset() The prototypical Asset represented. | Schedule | getSchedule() a quantity-schedule showing how many/much of asset is contained by this asset over time. |
factoryClass | Class factoryClass(Code) | | the factory class *
|
factoryMethod | String factoryMethod(Code) | | the method of factoryClass that creates this type *
|
mutableClass | String mutableClass(Code) | | the (mutable) class type returned by factoryMethod *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getAsset | Asset getAsset()(Code) | | The prototypical Asset represented. *
|
getSchedule | Schedule getSchedule()(Code) | | a quantity-schedule showing how many/much of asset is contained by this asset over time. *
|
|
|