|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Nested Class Summary | |
static class |
VehiclePG.Future
Future PG implementation for VehiclePG |
static class |
VehiclePG.Null_VehiclePG
Null_PG implementation for VehiclePG |
| Field Summary | |
static java.lang.String |
assetGetter
|
static java.lang.String |
assetSetter
|
static java.lang.Class |
factoryClass
the factory class |
static java.lang.String |
factoryMethod
the method of factoryClass that creates this type |
static java.lang.String |
mutableClass
the (mutable) class type returned by factoryMethod |
static VehiclePG |
nullPG
The Null instance for indicating that the PG definitely has no value |
static java.lang.Class |
primaryClass
the (immutable) class type returned by domain factory |
| Method Summary | |
int |
getCapacity()
How much can it hold |
int |
getContainers()
number of loads waiting for this asset |
boolean |
getFree()
vehicle availability |
int |
getLoad()
current load |
java.lang.String |
getRegion()
what region the vehicle serves |
java.lang.String |
getType()
type of vehicle(plane or truck) |
java.lang.String |
getVid()
Vehicle ID |
| Methods inherited from interface org.cougaar.planning.ldm.asset.PropertyGroup |
clone, copy, getAssetGetMethod, getAssetSetMethod, getPrimaryClass, hasDataQuality, lock, lock, unlock |
| Methods inherited from interface org.cougaar.planning.ldm.dq.HasDataQuality |
getDataQuality |
| Field Detail |
public static final java.lang.String factoryMethod
public static final java.lang.String mutableClass
public static final java.lang.Class factoryClass
public static final java.lang.Class primaryClass
public static final java.lang.String assetSetter
public static final java.lang.String assetGetter
public static final VehiclePG nullPG
| Method Detail |
public java.lang.String getType()
public int getCapacity()
public java.lang.String getRegion()
public int getLoad()
public java.lang.String getVid()
public boolean getFree()
public int getContainers()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||