public final class Config extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
configure()
Deprecated.
|
void |
configure(org.powertac.common.interfaces.ServerConfiguration configSource)
Configures this instance from the given configuration service.
|
static Config |
getInstance()
Singleton accessor
|
Map<String,Map<String,StructureInstance>> |
getStructures()
Retrieves the list of configured beans
|
List<String> |
getStructureTypes() |
boolean |
isAllocationDetailsLogging() |
boolean |
isCapacityDetailsLogging() |
boolean |
isUsageChargesLogging() |
static void |
recycle() |
public boolean isAllocationDetailsLogging()
public boolean isCapacityDetailsLogging()
public boolean isUsageChargesLogging()
@Deprecated public void configure()
public void configure(org.powertac.common.interfaces.ServerConfiguration configSource)
public Map<String,Map<String,StructureInstance>> getStructures()
public static Config getInstance()
public static void recycle()
Copyright © 2016 Power TAC. All Rights Reserved.