org.cougaar.pizza.asset
Class PropertyGroupFactory

java.lang.Object
  extended byorg.cougaar.planning.ldm.asset.PropertyGroupFactory
      extended byorg.cougaar.pizza.asset.PropertyGroupFactory

public class PropertyGroupFactory
extends org.cougaar.planning.ldm.asset.PropertyGroupFactory


Field Summary
static java.lang.String[][] properties
          Abstract introspection information.
 
Constructor Summary
PropertyGroupFactory()
           
 
Method Summary
static NewMeatPG newMeatPG()
           
static NewMeatPG newMeatPG(MeatPG prototype)
           
static NewVeggiePG newVeggiePG()
           
static NewVeggiePG newVeggiePG(VeggiePG prototype)
           
 
Methods inherited from class org.cougaar.planning.ldm.asset.PropertyGroupFactory
newClusterPG, newClusterPG, newCommunityPG, newCommunityPG, newCommunityPGSchedule, newCommunityPGSchedule, newCommunityPGSchedule, newEntityPG, newEntityPG, newItemIdentificationPG, newItemIdentificationPG, newLocationSchedulePG, newLocationSchedulePG, newRelationshipPG, newRelationshipPG, newTypeIdentificationPG, newTypeIdentificationPG
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public static java.lang.String[][] properties
Abstract introspection information. Tuples are {, } return value of is . takes zero or one (prototype) argument.

Constructor Detail

PropertyGroupFactory

public PropertyGroupFactory()
Method Detail

newVeggiePG

public static NewVeggiePG newVeggiePG()

newVeggiePG

public static NewVeggiePG newVeggiePG(VeggiePG prototype)

newMeatPG

public static NewMeatPG newMeatPG()

newMeatPG

public static NewMeatPG newMeatPG(MeatPG prototype)