Package org.powertac.factoredcustomer
Class CustomerStructure
- java.lang.Object
-
- org.powertac.factoredcustomer.CustomerStructure
-
- All Implemented Interfaces:
StructureInstance
public final class CustomerStructure extends Object implements StructureInstance
Data-holder class for parsed configuration elements of one customer.- Author:
- Prashant Reddy, John Collins
-
-
Constructor Summary
Constructors Constructor Description CustomerStructure(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBundleCount()
String
getCreatorKey()
String
getName()
-
-
-
Constructor Detail
-
CustomerStructure
public CustomerStructure(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceStructureInstance
-
getCreatorKey
public String getCreatorKey()
-
getBundleCount
public int getBundleCount()
-
-