Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

AbstractCustomer - Class in org.powertac.customer
Abstract customer implementation
AbstractCustomer() - Constructor for class org.powertac.customer.AbstractCustomer
Default constructor, requires explicit setting of name
AbstractCustomer(String) - Constructor for class org.powertac.customer.AbstractCustomer
Abstract Customer constructor with explicit name.
AbstractUnicodeExtraField - Class in org.apache.commons.compress.archivers.zip
A common base class for Unicode extra information extra fields.
AbstractUnicodeExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
AbstractUnicodeExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Assemble as unicode extension from the name/comment and encoding of the original zip entry.
AbstractUnicodeExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Assemble as unicode extension from the name/comment and encoding of the original zip entry.
ACCESS_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The bit set inside the flags by when the lasr access time is present in this extra field.
Accounting - Interface in org.powertac.common.interfaces
Common interface for the PowerTAC accounting service.
Action - Interface in org.powertac.common
This is a simple interface intended to be implemented by anonymous classes that need to create a deferred action of some sort.
activate(Instant, int) - Method in interface org.powertac.common.interfaces.Accounting
Runs the accounting process.
activate(Instant, int) - Method in class org.powertac.common.interfaces.TimeslotPhaseProcessor
This method gets called once during each timeslot.
activate(Instant, int) - Method in class org.powertac.customer.CustomerModelService
 
activate() - Method in class org.powertac.du.DefaultBrokerService
In each timeslot, we must trade in the wholesale market to satisfy the predicted load of our current customer base.
activate(Instant, int) - Method in class org.powertac.factoredcustomer.FactoredCustomerService
 
activate(Instant, int) - Method in class org.powertac.genco.SimpleGencoService
Called once/timeslot, simply calls updateModel() and generateOrders() on each of the gencos.
Activity - Class in org.powertac.evcustomer.beans
 
Activity(String) - Constructor for class org.powertac.evcustomer.beans.Activity
Normal constructor, usable by auto-config
Activity(int, String, double, double) - Constructor for class org.powertac.evcustomer.beans.Activity
Test constructor
add(ArchiveEntry, InputStream) - Method in class org.apache.commons.compress.changes.ChangeSet
Adds a new archive entry to the archive.
add(ArchiveEntry, InputStream, boolean) - Method in class org.apache.commons.compress.changes.ChangeSet
Adds a new archive entry to the archive.
add(RegulationAccumulator) - Method in class org.powertac.common.RegulationAccumulator
Adds the capacities in the given RegulationAccumulator instance to this instance.
add(Object) - Method in class org.powertac.common.repo.BootstrapDataRepo
Adds a single item to the repo.
add(List<Object>) - Method in class org.powertac.common.repo.BootstrapDataRepo
Adds a list of objects to the repo.
add(Broker) - Method in class org.powertac.common.repo.BrokerRepo
 
add(CustomerInfo) - Method in class org.powertac.common.repo.CustomerRepo
 
add(TariffSubscription) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Adds an existing subscription to the repo.
add(Timeslot) - Method in class org.powertac.common.repo.TimeslotRepo
Adds a timeslot that already exists.
add(WeatherForecast) - Method in class org.powertac.common.repo.WeatherForecastRepo
Adds a WeatherForecast to the repo
add(WeatherReport) - Method in class org.powertac.common.repo.WeatherReportRepo
Adds a WeatherReport to the repo
addAction(Instant, TimedAction) - Method in class org.powertac.common.TimeService
Adds an action to the simulation queue, to be triggered at the specified time.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.apache.commons.compress.utils.Iterators
Adds all the elements in the source iterator to the target collection.
addArchiveEntry(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Adds an archive entry to this archive.
addArchiveEntry(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Adds an archive entry to this archive.
addArchiveEntry(ZipArchiveEntryRequest) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Add an archive entry to this scatter stream.
addAsFirstExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Adds an extra field - replacing an already present extra field of the same type.
addAsk(OrderbookOrder) - Method in class org.powertac.common.Orderbook
 
addBalancingOrder(BalancingOrder) - Method in class org.powertac.common.repo.TariffRepo
Adds a balancing order, indexed by its TariffSpec
addBalancingTransaction(Broker, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a balancing transaction to represent the cost of imbalance
addBid(OrderbookOrder) - Method in class org.powertac.common.Orderbook
 
addBroker(String) - Method in class org.powertac.common.Competition
Adds a broker to the Competition.
addCapacityTransaction(Broker, int, double, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a capacity transaction to represent charges for contribution to a demand peak.
addCustomer(CustomerInfo) - Method in class org.powertac.common.Competition
Adds a customer to the Competition.
addCustomerInfo(CustomerInfo) - Method in class org.powertac.customer.AbstractCustomer
Adds an additional CustomerInfo to the list
addDistributionTransaction(Broker, int, int, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a distribution transaction to represent charges for customer connections and energy transport.
addDownRegulation(double) - Method in class org.powertac.common.RegulationAccumulator
Adds the given amount of down-regulation capacity.
addEnergyCharging(double) - Method in class org.powertac.customer.model.LiftTruck
 
addEnergyInUse(double) - Method in class org.powertac.customer.model.LiftTruck
 
addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Add a new entry to the dictionary.
addEntry(int, byte, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Adds a new entry if the maximum table size hasn't been exceeded and returns the new index.
addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Add a new entry to the dictionary.
addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Adds an extra field - replacing an already present extra field of the same type.
addHourlyCharge(HourlyCharge) - Method in class org.powertac.common.Rate
Adds a new HourlyCharge to a variable rate.
addHourlyCharge(HourlyCharge, boolean) - Method in class org.powertac.common.Rate
Allows initial publication of HourlyCharge instances within the notification interval.
addHourlyCharge(HourlyCharge, long) - Method in class org.powertac.common.Tariff
Adds a new HourlyCharge to its Rate.
addkWh(double) - Method in class org.powertac.customer.StepInfo
 
addMarketPosition(MarketPosition, int) - Method in class org.powertac.common.Broker
Associates a MarketPosition with a given Timeslot.
addMarketPosition(MarketPosition, Timeslot) - Method in class org.powertac.common.Broker
Deprecated.
addMarketTransaction(Broker, Timeslot, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a market transaction that includes both a cash component and a product commitment for a specific timeslot.
addRate(RateCore) - Method in class org.powertac.common.TariffSpecification
Adds a new RateCore (Rate, RegulationRate, etc.) to this tariff.
addRawArchiveEntry(ZipArchiveEntry, InputStream) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Adds an archive entry with a raw input stream.
addRegulationCapacity(RegulationAccumulator) - Method in class org.powertac.customer.StepInfo
 
addRegulationTransaction(Tariff, CustomerInfo, int, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a tariff transaction representing a curtailment or balancing action to the current-hour transaction list.
addRepeatOfPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Add entry for repeat of previousCode we haven't added, yet.
addSpecification(TariffSpecification) - Method in class org.powertac.common.repo.TariffRepo
Adds a TariffSpecification to the repo just in case another spec (or this one) has not already been added sometime in the past.
addSupersedes(long) - Method in class org.powertac.common.TariffSpecification
Indicates that this tariff supersedes the tariff specified by the specId, the id of the superseded tariff.
addTariff(Tariff) - Method in class org.powertac.common.repo.TariffRepo
 
addTariffTransaction(TariffTransaction.Type, Tariff, CustomerInfo, int, double, double) - Method in interface org.powertac.common.interfaces.Accounting
Adds a tariff transaction to the current-hour transaction list.
addUpRegulation(double) - Method in class org.powertac.common.RegulationAccumulator
Adds the given amount of up-regulation capacity.
adjustCapacityForSubscription(int, double, TariffSubscription) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
adjustToLong(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value.
AED_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Archive extra data record signature.
afterPropertiesSet() - Method in class org.powertac.common.XMLMessageConverter
 
allCustomerInfos - Variable in class org.powertac.customer.AbstractCustomer
 
allWeatherForecasts() - Method in class org.powertac.common.repo.WeatherForecastRepo
Returns a list of all the issued weather forecast up to the currentTimeslot
allWeatherReports() - Method in class org.powertac.common.repo.WeatherReportRepo
Returns a list of all the issued weather reports up to the currentTimeslot
ALWAYS - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Always create Unicode extra fields.
AMIGA - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
Analyzer - Interface in org.powertac.logtool.ifc
Interface for analyzers
APPLE_GS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
applies() - Method in class org.powertac.common.Rate
True just in case this Rate applies at this moment, ignoring the tier.
applies(AbstractInstant) - Method in class org.powertac.common.Rate
True just in case this Rate applies at the given DateTime, ignoring the tier.
applies(double) - Method in class org.powertac.common.Rate
True just in case this Rate applies at this moment, for the indicated usage tier.
applies(double, AbstractInstant) - Method in class org.powertac.common.Rate
True just in case this Rate applies at the specified time, for the indicated usage tier.
apply(T) - Method in interface org.powertac.util.Predicate
 
AR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "ar") used to identify the AR archive format.
ArArchiveEntry - Class in org.apache.commons.compress.archivers.ar
Represents an archive entry in the "ar" format.
ArArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Create a new instance using a couple of default values.
ArArchiveEntry(String, long, int, int, int, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Create a new instance.
ArArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Create a new instance using the attributes of the given file
ArArchiveInputStream - Class in org.apache.commons.compress.archivers.ar
Implements the "ar" archive format as an input stream.
ArArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
Constructs an Ar input stream with the referenced stream
ArArchiveOutputStream - Class in org.apache.commons.compress.archivers.ar
Implements the "ar" archive format as an output stream.
ArArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
ArchiveEntry - Interface in org.apache.commons.compress.archivers
Represents an entry of an archive.
ArchiveException - Exception in org.apache.commons.compress.archivers
Archiver related Exception
ArchiveException(String) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
Constructs a new exception with the specified detail message.
ArchiveException(String, Exception) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
Constructs a new exception with the specified detail message and cause.
ArchiveInputStream - Class in org.apache.commons.compress.archivers
Archive input streams MUST override the InputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveInputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveInputStream
 
ArchiveOutputStream - Class in org.apache.commons.compress.archivers
Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
ArchiveOutputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveOutputStream
 
ArchiveStreamFactory - Class in org.apache.commons.compress.archivers
Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.
ArchiveStreamFactory() - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
Create an instance using the platform default encoding.
ArchiveStreamFactory(String) - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
Create an instance using the specified encoding.
ArchiveStreamProvider - Interface in org.apache.commons.compress.archivers
ArchiveUtils - Class in org.apache.commons.compress.utils
Generic Archive utilities
ARJ - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "arj") used to identify the ARJ archive format.
ArjArchiveEntry - Class in org.apache.commons.compress.archivers.arj
An entry in an ARJ archive.
ArjArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
 
ArjArchiveEntry.HostOs - Class in org.apache.commons.compress.archivers.arj
The known values for HostOs.
ArjArchiveInputStream - Class in org.apache.commons.compress.archivers.arj
Implements the "arj" archive format as an InputStream.
ArjArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.
ArjArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in, and using the CP437 character encoding.
array() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Obtains the array backing this channel.
AsiExtraField - Class in org.apache.commons.compress.archivers.zip
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AsiExtraField
Constructor for AsiExtraField.
ATARI_ST - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
ATIMELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the access time field in an old GNU header buffer.
ATIMELEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the access time field in a xstar header buffer.
atTime - Variable in class org.powertac.common.HourlyCharge
 
Auctioneer - Interface in org.powertac.common.interfaces
Interface that defines the publicly accessible methods a Power TAC auctioneer has to implement.
available() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
available() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Get the available data that can be read from the current entry in the archive.
available() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
available() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 

B

BalanceReport - Class in org.powertac.common.msg
Reports total net imbalance for a given timeslot, in kWh.
BalanceReport(int, double) - Constructor for class org.powertac.common.msg.BalanceReport
Constructed as balanced.
BalancingControlEvent - Class in org.powertac.common.msg
Represents a curtailment of energy by the DU as part of its balancing process.
BalancingControlEvent(TariffSpecification, double, double, int) - Constructor for class org.powertac.common.msg.BalancingControlEvent
Creates a new BalancingControlEvent to represent a curtailment in the current timeslot.
BalancingControlEvent() - Constructor for class org.powertac.common.msg.BalancingControlEvent
 
BalancingMarket - Interface in org.powertac.common.interfaces
Interface that defines the publicly accessible methods a Power TAC balancing market has to implement.
BalancingOrder - Class in org.powertac.common.msg
Represents an offer of balancing capacity from a broker to the DU.
BalancingOrder(Broker, TariffSpecification, double, double) - Constructor for class org.powertac.common.msg.BalancingOrder
Creates a new BalancingOrder for the given tariff.
BalancingOrder() - Constructor for class org.powertac.common.msg.BalancingOrder
 
BalancingTransaction - Class in org.powertac.common
Represents the final supply/demand imbalance in the current timeslot, and the Distribution Utility's charge for this imbalance.
BalancingTransaction(Broker, int, double, double) - Constructor for class org.powertac.common.BalancingTransaction
 
BankTransaction - Class in org.powertac.common
Represents interest charges and payments for brokers.
BankTransaction(Broker, double, int) - Constructor for class org.powertac.common.BankTransaction
Constructs a new BankTransaction instance, giving it a new id.
Battery - Class in org.powertac.customer.model
Models a single grid-connected storage battery with configurable capacity, max charge rate, max discharge rate, and efficiency.
Battery() - Constructor for class org.powertac.customer.model.Battery
Default constructor, requires manual setting of name
Battery(String) - Constructor for class org.powertac.customer.model.Battery
Standard constructor for named configurable type
BATTERY_STORAGE - Static variable in class org.powertac.common.enumerations.PowerType
 
BIGNUMBER_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Fail if a big number (e.g.
BIGNUMBER_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
POSIX/PAX extensions are used to store big numbers in the archive.
BIGNUMBER_STAR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
star/GNU tar/BSD tar extensions are used to store big number in the archive.
BitInputStream - Class in org.apache.commons.compress.utils
Reads bits from an InputStream.
BitInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.utils.BitInputStream
Constructor taking an InputStream and its bit arrangement.
BLOCK_SIZE - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
The default block size.
BootDataExtractor - Class in org.powertac.factoredcustomer.utils
 
BootDataExtractor() - Constructor for class org.powertac.factoredcustomer.utils.BootDataExtractor
 
bootSession(String, String, String, String, String, String) - Method in interface org.powertac.common.interfaces.CompetitionSetup
Starts a bootstrap session with parameters.
BootstrapDataCollector - Interface in org.powertac.common.interfaces
Object that collects bootstrap data for initializing brokers.
BootstrapDataRepo - Class in org.powertac.common.repo
Repository for data contained in a bootstrap record.
BootstrapDataRepo() - Constructor for class org.powertac.common.repo.BootstrapDataRepo
 
BootstrapState - Interface in org.powertac.common.interfaces
Implementers of this interface will be asked to record their state at the end of a bootstrap session, for restoration at the beginning of the corresponding sim session.
BoundedInputStream - Class in org.apache.commons.compress.utils
A stream that limits reading from a wrapped stream to a given number of bytes.
BoundedInputStream(InputStream, long) - Constructor for class org.apache.commons.compress.utils.BoundedInputStream
Creates the stream that will at most read the given amount of bytes from the given stream.
broadcastDeferredMessages() - Method in interface org.powertac.common.interfaces.BrokerProxy
Sends deferred messages
broadcastMessage(Object) - Method in interface org.powertac.common.interfaces.BrokerProxy
Send a message to all brokers
broadcastMessages(List<?>) - Method in interface org.powertac.common.interfaces.BrokerProxy
Sends a list of messages to all brokers
Broker - Class in org.powertac.common
A broker instance represents a competition participant.
Broker(String) - Constructor for class org.powertac.common.Broker
Constructor for username only.
Broker(String, boolean, boolean) - Constructor for class org.powertac.common.Broker
Constructor to specify non-standard local/wholesale flags.
broker - Variable in class org.powertac.common.BrokerTransaction
Whose transaction is this?
broker - Variable in class org.powertac.common.msg.OrderStatus
The broker originating this message
broker - Variable in class org.powertac.common.TariffMessage
The broker originating this message
BrokerAccept - Class in org.powertac.common.msg
This message is used to signify that the broker authentication is accepted.
BrokerAccept(int) - Constructor for class org.powertac.common.msg.BrokerAccept
 
BrokerAccept(int, String) - Constructor for class org.powertac.common.msg.BrokerAccept
 
BrokerAuthentication - Class in org.powertac.common.msg
This message is used for authenticating a broker with the server.
BrokerAuthentication(Broker) - Constructor for class org.powertac.common.msg.BrokerAuthentication
Creates an instance from a broker
BrokerAuthentication(String, String) - Constructor for class org.powertac.common.msg.BrokerAuthentication
Creates an instance from a username, password
BrokerConverter - Class in org.powertac.common.xml
Converts a Broker instance to its username
BrokerConverter() - Constructor for class org.powertac.common.xml.BrokerConverter
 
BrokerProxy - Interface in org.powertac.common.interfaces
BrokerProxy is responsible for handling in- and outgoing communication with brokers
brokerProxyService - Variable in class org.powertac.genco.CpGenco
 
brokerProxyService - Variable in class org.powertac.genco.Genco
 
BrokerRepo - Class in org.powertac.common.repo
Repository for Brokers, including competitors and other market participants.
BrokerRepo() - Constructor for class org.powertac.common.repo.BrokerRepo
 
BrokerTransaction - Class in org.powertac.common
Superclass with common attributes for a number of transaction types.
BrokerTransaction(int, Broker) - Constructor for class org.powertac.common.BrokerTransaction
 
Buyer - Class in org.powertac.genco
This is a simple buyer that provides some amount of market liquidity, as well as a modest amount of volatility, to the wholesale market.
Buyer(String) - Constructor for class org.powertac.genco.Buyer
 
BZIP2 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "bzip2") used to identify the BZIP2 compression algorithm.
BZip2CompressorInputStream - Class in org.apache.commons.compress.compressors.bzip2
An input stream that decompresses from the BZip2 format to be read as any other stream.
BZip2CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
BZip2CompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
BZip2CompressorOutputStream - Class in org.apache.commons.compress.compressors.bzip2
An output stream that compresses into the BZip2 format into another stream.
BZip2CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Constructs a new BZip2CompressorOutputStream with a blocksize of 900k.
BZip2CompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Constructs a new BZip2CompressorOutputStream with specified blocksize.
BZip2Utils - Class in org.apache.commons.compress.compressors.bzip2
Utility code for the BZip2 compression format.

C

C_IRGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits a file's group to read the file
C_IROTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits others to read the file
C_IRUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits the owner of a file to read the file
C_ISBLK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a block device
C_ISCHR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a character device
C_ISDIR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a directory
C_ISFIFO - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a pipe
C_ISGID - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Set group ID
C_ISLNK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a symbolic link
C_ISNWK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
HP/UX network special (C_ISCTG)
C_ISREG - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a regular file
C_ISSOCK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Defines a socket
C_ISUID - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Set user ID
C_ISVTX - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
On directories, restricted deletion flag.
C_IWGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits a file's group to write to the file
C_IWOTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits others to write to the file
C_IWUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits the owner of a file to write to the file
C_IXGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits a file's group to execute the file or to search the directory
C_IXOTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits others to execute the file or to search the directory
C_IXUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Permits the owner of a file to execute the file or to search the directory
canConvert(Class) - Method in class org.powertac.common.xml.BrokerConverter
 
canConvert(Class) - Method in class org.powertac.common.xml.CustomerConverter
 
canConvert(Class) - Method in class org.powertac.common.xml.DoubleArrayConverter
 
canConvert(Class) - Method in class org.powertac.common.xml.FullCustomerConverter
 
canConvert(Class) - Method in class org.powertac.common.xml.PowerTypeConverter
 
canConvert(Class) - Method in class org.powertac.common.xml.TariffSpecificationConverter
 
canEncode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
Check, whether the given string may be losslessly encoded using this encoding.
canNegotiate - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Whether this stream is able to read the given entry.
canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
 
canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Whether this class is able to read the given entry.
canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Whether this class is able to read the given entry.
canReadEntryData(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Whether this class is able to read the given entry.
canUse(PowerType) - Method in class org.powertac.common.enumerations.PowerType
Returns true just in case this powerType is a supertype (can use) the tariffType.
canWriteEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Whether this stream is able to write the given entry.
canWriteEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether this stream is able to write the given entry.
CapacityBundle - Interface in org.powertac.factoredcustomer.interfaces
 
CapacityControl - Interface in org.powertac.common.interfaces
Support for balancing market interactions between DU and customers/brokers.
CapacityOriginator - Interface in org.powertac.factoredcustomer.interfaces
 
capacityOriginators - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
CapacityProfile - Class in org.powertac.common
Represents a customer usage or production profile over time.
CapacityProfile(double[], Instant) - Constructor for class org.powertac.common.CapacityProfile
Constructor requires all attributes
CapacityProfile - Class in org.powertac.factoredcustomer
Encapsulation represented real or hypothetical capacity over some fixed number of timeslots.
CapacityProfile(Double) - Constructor for class org.powertac.factoredcustomer.CapacityProfile
 
CapacityProfile(List<Double>) - Constructor for class org.powertac.factoredcustomer.CapacityProfile
 
CapacityProfile(double[]) - Constructor for class org.powertac.factoredcustomer.CapacityProfile
 
CapacityStructure - Class in org.powertac.factoredcustomer
Data-holder class for parsed configuration elements of one capacity.
CapacityStructure(String) - Constructor for class org.powertac.factoredcustomer.CapacityStructure
 
CapacityStructure.BaseCapacityType - Enum in org.powertac.factoredcustomer
 
CapacityStructure.ElasticityModelType - Enum in org.powertac.factoredcustomer
 
CapacityStructure.InfluenceKind - Enum in org.powertac.factoredcustomer
 
CapacityTransaction - Class in org.powertac.common
Represents the fee assessed by the Distribution Utility for peak capacity events.
CapacityTransaction(Broker, int, int, double, double, double) - Constructor for class org.powertac.common.CapacityTransaction
 
car() - Method in class org.powertac.util.Pair
 
CarType - Class in org.powertac.evcustomer.beans
Represents a type of electric vehicle.
CarType(String) - Constructor for class org.powertac.evcustomer.beans.CarType
Creates an instance, adds it to the instance list.
CashPosition - Class in org.powertac.common
A CashPosition domain instance represents the current state of a broker's cash account.
CashPosition(Broker, double, int) - Constructor for class org.powertac.common.CashPosition
 
cdr() - Method in class org.powertac.util.Pair
 
CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Central File Header Signature
ChangeSet - Class in org.apache.commons.compress.changes
ChangeSet collects and performs changes to an archive.
ChangeSet() - Constructor for class org.apache.commons.compress.changes.ChangeSet
 
ChangeSetPerformer - Class in org.apache.commons.compress.changes
Performs ChangeSet operations on a stream.
ChangeSetPerformer(ChangeSet) - Constructor for class org.apache.commons.compress.changes.ChangeSetPerformer
Constructs a ChangeSetPerformer with the changes from this ChangeSet
ChangeSetResults - Class in org.apache.commons.compress.changes
Stores the results of an performed ChangeSet operation.
ChangeSetResults() - Constructor for class org.apache.commons.compress.changes.ChangeSetResults
 
changeSubscription(Tariff, Tariff, CustomerInfo) - Method in class org.powertac.customer.AbstractCustomer
In this overloaded implementation of the changing subscription function, Here we just put the tariff we want to change and the whole population is moved to another random tariff.
charge(double) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
ChargeException(String) - Constructor for exception org.powertac.evcustomer.customers.EvCustomer.ChargeException
 
CharsetNames - Class in org.apache.commons.compress.utils
Character encoding names required of every implementation of the Java platform.
CharsetNames() - Constructor for class org.apache.commons.compress.utils.CharsetNames
 
Charsets - Class in org.apache.commons.compress.utils
Charsets required of every implementation of the Java platform.
Charsets() - Constructor for class org.apache.commons.compress.utils.Charsets
 
CHECKSUM - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
ChecksumVerifyingInputStream - Class in org.apache.commons.compress.utils
A stream that verifies the checksum of the data read once the stream is exhausted.
ChecksumVerifyingInputStream(Checksum, InputStream, long, long) - Constructor for class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
 
CHKSUM_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset of the checksum field within header record.
CHKSUMLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the checksum field in a header buffer.
chooseBlockSize(long) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Chooses a blocksize based on the given length of the data to compress.
CHP_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
ClassCar - Class in org.powertac.evcustomer.beans
Join table between EvSocialClass and CarType
ClassCar(String) - Constructor for class org.powertac.evcustomer.beans.ClassCar
 
ClassGroup - Class in org.powertac.evcustomer.beans
Join table between EvSocialClass and SocialGroup
ClassGroup(String) - Constructor for class org.powertac.evcustomer.beans.ClassGroup
Constructor for auto-configuration
clearBitCache() - Method in class org.apache.commons.compress.utils.BitInputStream
Clears the cache of bits that have been read from the underlying stream but not yet provided via BitInputStream.readBits(int).
ClearedTrade - Class in org.powertac.common
A ClearedTrade instance reports public information about a specific market clearing -- clearing price and total quantity traded.
ClearedTrade(int, double, double, Instant) - Constructor for class org.powertac.common.ClearedTrade
 
ClearedTrade(Timeslot, double, double, Instant) - Constructor for class org.powertac.common.ClearedTrade
 
clearMarket() - Method in interface org.powertac.common.interfaces.Auctioneer
Clears the market by matching all Orders that have arrived since the last market clearing.
CLI - Class in org.apache.commons.compress.archivers.sevenz
 
CLI() - Constructor for class org.apache.commons.compress.archivers.sevenz.CLI
 
cli(String, Analyzer) - Method in class org.powertac.logtool.LogtoolContext
default command-line processor.
clone() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
 
clone() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
clone() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
 
clone() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
 
clone() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Overwrite clone.
clone() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
 
clone() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
 
close() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
close() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Calls finish if necessary, and then closes the OutputStream
close() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
 
close() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Closes the CPIO input stream.
close() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Closes the CPIO output stream as well as the stream being filtered.
close() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Closes the stream for this entry.
close() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Closes the archive.
close() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Closes the archive, calling SevenZOutputFile.finish() if necessary.
close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Closes this stream.
close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Closes the underlying OutputStream.
close() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Closes this stream, freeing all resources involved in the creation of this stream.
close() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Closes the archive.
close() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
close() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
close() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Closes the input stream (unless it is System.in).
close() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
close() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
close() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
close() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
close() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
close() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
close() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
close() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
 
close() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
close() - Method in class org.apache.commons.compress.utils.BitInputStream
 
close() - Method in class org.apache.commons.compress.utils.BoundedInputStream
 
close() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
 
close() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Closes the archive entry, writing any trailer information that may be required.
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Closes the archive entry.
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Close an entry.
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes all necessary data for this entry.
closeForWriting() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
closeForWriting() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
Closes this backing store for further writing.
closeQuietly(ZipFile) - Static method in class org.apache.commons.compress.archivers.zip.ZipFile
close a zipfile quietly; throw no io fault, do nothing on a null parameter
closeQuietly(Closeable) - Static method in class org.apache.commons.compress.utils.IOUtils
Closes the given Closeable and swallows any IOException that may occur.
ColdStorage - Class in org.powertac.customer.coldstorage
Model of a cold-storage warehouse with multiple refrigeration units.
ColdStorage() - Constructor for class org.powertac.customer.coldstorage.ColdStorage
Default constructor, requires manual setting of name
ColdStorage(String) - Constructor for class org.powertac.customer.coldstorage.ColdStorage
Constructor with name
collectBootstrapData(int) - Method in interface org.powertac.common.interfaces.BootstrapDataCollector
Returns a list of bootstrap messages that can be bundled up and sent to brokers at the beginning of a game.
collectBootstrapData(int) - Method in class org.powertac.du.DefaultBrokerService
Collects and returns a list of messages representing collected customer demand, market price, and weather records for the bootstrap period.
compareTo(HourlyCharge) - Method in class org.powertac.common.HourlyCharge
 
compareTo(Object) - Method in class org.powertac.common.OrderbookOrder
 
Competition - Class in org.powertac.common
A competition instance represents a single PowerTAC competition and at the same time serves as the place for all competition properties that can be adjusted during competition setup (i.e.
CompetitionControl - Interface in org.powertac.common.interfaces
This is the core of the Power TAC simulation framework, responsible for starting, running, and completing a competition.
CompetitionSetup - Interface in org.powertac.common.interfaces
Handles the pre-game competition setup process.
CompressorException - Exception in org.apache.commons.compress.compressors
Compressor related exception
CompressorException(String) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
Constructs a new exception with the specified detail message.
CompressorException(String, Throwable) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
Constructs a new exception with the specified detail message and cause.
CompressorInputStream - Class in org.apache.commons.compress.compressors
 
CompressorInputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorInputStream
 
CompressorOutputStream - Class in org.apache.commons.compress.compressors
 
CompressorOutputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorOutputStream
 
CompressorStreamFactory - Class in org.apache.commons.compress.compressors
Factory to create Compressor[In|Out]putStreams from names.
CompressorStreamFactory() - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
Create an instance with the decompress Concatenated option set to false.
CompressorStreamFactory(boolean) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
Create an instance with the provided decompress Concatenated option.
CompressorStreamProvider - Interface in org.apache.commons.compress.compressors
computeCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Compute the checksum of a tar entry header.
computeInconvenience(Tariff) - Method in class org.powertac.common.TariffEvaluator
Computes composite per-tariff inconvenience of a tariff.
computeProbabilities(double) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
computeScores(Map<ProfileRecommendation.ScoringFactor, Double>) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
computeScores(double, double) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
computeUtilities() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
Config - Class in org.powertac.evcustomer
Singleton configuration class shared by all the ev-customer types
Config - Class in org.powertac.factoredcustomer
Singleton configuration class shared by all the factored-customer types
ConfigurableInstance - Annotation Type in org.powertac.common.config
Marker interface for types that can have multiple instances created by configuration.
ConfigurableValue - Annotation Type in org.powertac.common.config
Annotation for configuring a property of some instance.
ConfigurationLister - Class in org.powertac.common.config
This is a helper class for generating a sample configuration file from configured instances.
ConfigurationLister() - Constructor for class org.powertac.common.config.ConfigurationLister
 
ConfigurationRecorder - Interface in org.powertac.common.config
Interface for recording configuration information.
Configurator - Class in org.powertac.common.config
Fills in configured values from configuration source based on annotations in the source code.
Configurator() - Constructor for class org.powertac.common.config.Configurator
 
configure() - Method in class org.powertac.customer.ModelBuilder
Configures this singleton when it's needed.
configure(String, double, double, double, double) - Method in class org.powertac.evcustomer.beans.CarType
Configures an instance, needed for testing
configure() - Method in class org.powertac.evcustomer.Config
Deprecated.
configure(ServerConfiguration) - Method in class org.powertac.evcustomer.Config
Configures this instance from the given configuration service.
configure() - Method in class org.powertac.factoredcustomer.Config
Deprecated.
configure(ServerConfiguration) - Method in class org.powertac.factoredcustomer.Config
Configures this instance from the given configuration service.
configureInstances(Class<?>) - Method in class org.powertac.common.config.Configurator
Creates and configures instances of the given class.
configureInstances(Class<?>) - Method in interface org.powertac.common.interfaces.ServerConfiguration
Creates and configures potentially multiple instances of a target class annotated as ConfigurableInstance.
configureMe(Object) - Method in interface org.powertac.common.interfaces.ServerConfiguration
Configures a target object by matching configuration clauses with ConfigurableValue annotations on the target object.
configureNamedInstances(List<?>) - Method in class org.powertac.common.config.Configurator
Configures a set of instances of some class.
configureNamedInstances(List<?>) - Method in interface org.powertac.common.interfaces.ServerConfiguration
Configures a set of named instances that have already been created.
configureSingleton(Object) - Method in class org.powertac.common.config.Configurator
Configures the given thing, using the pre-loaded Configuration.
CONSUMPTION - Static variable in class org.powertac.common.enumerations.PowerType
 
ContextService - Interface in org.powertac.common.interfaces
Services that implement this interface can serve as a conduit allowing model elements to access Spring services by name.
ControlEvent - Class in org.powertac.common.msg
Message sent by a broker to the subscribers to a particular tariff, requesting them to curtail usage against that tariff in the specified timeslot.
ControlEvent() - Constructor for class org.powertac.common.msg.ControlEvent
 
copy(InputStream, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
Copies the content of a InputStream into an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Copies the content of a InputStream into an OutputStream
copyRawEntries(ZipArchiveOutputStream, ZipArchiveEntryPredicate) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Transfer selected entries from this zipfile to a given #ZipArchiveOutputStream.
count(int) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Increments the counter of already read bytes.
count(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Increments the counter of already written bytes.
count(long) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Increments the counter of already written bytes.
count(int) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.utils.CountingInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.utils.CountingOutputStream
Increments the counter of already written bytes.
count() - Method in class org.powertac.common.repo.CustomerRepo
Deprecated.
count() - Method in class org.powertac.common.repo.TimeslotRepo
Returns the number of timeslots that have been successfully created.
count() - Method in class org.powertac.common.repo.WeatherForecastRepo
Returns the number of WeatherForecasts that have been successfully created.
count() - Method in class org.powertac.common.repo.WeatherReportRepo
Returns the number of weatherReports that have been successfully added.
count - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
CountingInputStream - Class in org.apache.commons.compress.utils
Stream that tracks the number of bytes read.
CountingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CountingInputStream
 
CountingOutputStream - Class in org.apache.commons.compress.utils
Stream that tracks the number of bytes read.
CountingOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.CountingOutputStream
 
CpGenco - Class in org.powertac.genco
Represents a set of bulk producers distributed across the transmission domain.
CpGenco(String) - Constructor for class org.powertac.genco.CpGenco
 
CPIO - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "cpio") used to identify the CPIO archive format.
CPIO_TRAILER - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
The special trailer marker
CpioArchiveEntry - Class in org.apache.commons.compress.archivers.cpio
A cpio archive consists of a sequence of files.
CpioArchiveEntry(short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified format.
CpioArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name.
CpioArchiveEntry(short, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name.
CpioArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name.
CpioArchiveEntry(short, String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name.
CpioArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name for a specified file.
CpioArchiveEntry(short, File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CPIOArchiveEntry with a specified name for a specified file.
CpioArchiveInputStream - Class in org.apache.commons.compress.archivers.cpio
CPIOArchiveInputStream is a stream for reading cpio streams.
CpioArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Construct the cpio input stream with a blocksize of BLOCK_SIZE and expecting ASCII file names.
CpioArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Construct the cpio input stream with a blocksize of BLOCK_SIZE.
CpioArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Construct the cpio input stream with a blocksize of BLOCK_SIZE expecting ASCII file names.
CpioArchiveInputStream(InputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Construct the cpio input stream with a blocksize of BLOCK_SIZE.
CpioArchiveOutputStream - Class in org.apache.commons.compress.archivers.cpio
CPIOArchiveOutputStream is a stream for writing CPIO streams.
CpioArchiveOutputStream(OutputStream, short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Construct the cpio output stream with a specified format, a blocksize of BLOCK_SIZE and using ASCII as the file name encoding.
CpioArchiveOutputStream(OutputStream, short, int) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Construct the cpio output stream with a specified format using ASCII as the file name encoding.
CpioArchiveOutputStream(OutputStream, short, int, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Construct the cpio output stream with a specified format using ASCII as the file name encoding.
CpioArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Construct the cpio output stream.
CpioArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Construct the cpio output stream.
CpioConstants - Interface in org.apache.commons.compress.archivers.cpio
All constants needed by CPIO.
CRC32VerifyingInputStream - Class in org.apache.commons.compress.utils
A stream that verifies the CRC of the data read once the stream is exhausted.
CRC32VerifyingInputStream(InputStream, long, int) - Constructor for class org.apache.commons.compress.utils.CRC32VerifyingInputStream
 
CRC32VerifyingInputStream(InputStream, long, long) - Constructor for class org.apache.commons.compress.utils.CRC32VerifyingInputStream
 
CRC_UNKNOWN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
create(int, ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Create a stream compressor with the given compression level.
create(ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Create a stream compressor with the default compression level.
CREATE_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The bit set inside the flags by when the original creation time is present in this extra field.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Create an archive entry using the inputFile and entryName provided.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Creates a new ArchiveEntry.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Create an archive entry using the inputFile and entryName provided.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new zip entry taking some information from the given file and using the provided name.
createArchiveInputStream(String, InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Creates an archive input stream from an archiver name and an input stream.
createArchiveInputStream(String, InputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveInputStream(InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Create an archive input stream from an input stream, autodetecting the archive type from the first few bytes of the stream.
createArchiveInputStream(String, InputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Creates an archive input stream from an archiver name and an input stream.
createArchiveOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Creates an archive output stream from an archiver name and an output stream.
createArchiveOutputStream(String, OutputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveOutputStream(String, OutputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Creates an archive output stream from an archiver name and an output stream.
createBroker(String) - Method in class org.powertac.du.DefaultBrokerService
Creates the internal Broker instance that can receive messages intended for local Brokers.
createCallable(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Create a callable that will compress the given archive entry.
createCallable(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Create a callable that will compress archive entry supplied by ZipArchiveEntryRequestSupplier.
createCapacityOriginator(CapacityStructure) - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
createCompressorInputStream(InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Create an compressor input stream from an input stream, autodetecting the compressor type from the first few bytes of the stream.
createCompressorInputStream(String, InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Creates a compressor input stream from a compressor name and an input stream.
createCompressorInputStream(String, InputStream, boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
createCompressorInputStream(String, InputStream, boolean) - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Creates a compressor input stream from a compressor name and an input stream.
createCompressorOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Creates an compressor output stream from an compressor name and an output stream.
createCompressorOutputStream(String, OutputStream) - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Creates a compressor output stream from an compressor name and an output stream.
createCustomerInfo(String, int) - Method in class org.powertac.common.repo.CustomerRepo
 
createExtraField(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Create an instance of the appropriate ExtraField, falls back to UnrecognizedExtraField.
createId() - Static method in class org.powertac.common.IdGenerator
Generates a numeric ID as xA+B.
createInitialTimeslots() - Method in class org.powertac.common.repo.TimeslotRepo
Creates timeslots to fill in the time from sim start to the current time.
createModel(CustomerStructure) - Method in class org.powertac.factoredcustomer.LearningCustomerCreator
 
createZipArchiveEntryRequest(ZipArchiveEntry, InputStreamSupplier) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
Create a ZipArchiveEntryRequest
CTIMELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the created time field in an old GNU header buffer.
CTIMELEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the created time field in a xstar header buffer.
currentCompetition() - Static method in class org.powertac.common.Competition
Returns the current Competition instance.
currentSerialNumber() - Method in class org.powertac.common.repo.TimeslotRepo
Returns the serial number of the current timeslot
currentTimeslot() - Method in class org.powertac.common.repo.TimeslotRepo
Returns the timeslot for the current time.
currentWeatherForecast() - Method in class org.powertac.common.repo.WeatherForecastRepo
Returns the current WeatherForecast
currentWeatherReport() - Method in class org.powertac.common.repo.WeatherReportRepo
Returns the current weatherReport
CustomerBootstrapData - Class in org.powertac.common.msg
This message encapsulates net power usage by timeslot for a customer instance over the bootstrap period.
CustomerBootstrapData(CustomerInfo, PowerType, double[]) - Constructor for class org.powertac.common.msg.CustomerBootstrapData
 
CustomerConverter - Class in org.powertac.common.xml
 
CustomerConverter() - Constructor for class org.powertac.common.xml.CustomerConverter
 
CustomerInfo - Class in org.powertac.common
A CustomerInfo instance represents a customer model (i.e.
CustomerInfo(String, int) - Constructor for class org.powertac.common.CustomerInfo
Creates a new CustomerInfo, with default power type set to CONSUMPTION.
CustomerInfo.CustomerClass - Enum in org.powertac.common
 
customerInfos - Variable in class org.powertac.customer.AbstractCustomer
 
CustomerModelAccessor - Interface in org.powertac.common.interfaces
Defines an interface for access to customer model details that support tariff evaluation.
CustomerModelService - Class in org.powertac.customer
Manages a set of customer models.
CustomerModelService() - Constructor for class org.powertac.customer.CustomerModelService
 
CustomerRepo - Class in org.powertac.common.repo
Simple repository for Customer instances.
CustomerRepo() - Constructor for class org.powertac.common.repo.CustomerRepo
 
CustomerServiceAccessor - Interface in org.powertac.common.interfaces
Accessors to allow customer models (which are not Spring beans) to interface with sim services that are Spring beans
CustomerStructure - Class in org.powertac.factoredcustomer
Data-holder class for parsed configuration elements of one customer.
CustomerStructure(String) - Constructor for class org.powertac.factoredcustomer.CustomerStructure
 

D

DATA_DESCRIPTOR - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry uses a data descriptor.
DAY - Static variable in class org.powertac.common.TimeService
 
dayOfWeek() - Method in class org.powertac.common.Timeslot
Returns the day of week for the start of this timeslot, starting at Monday = 1.
DD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Data Descriptor signature.
decode(byte[]) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
 
decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Read the next code and expand it.
decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Read the next code and expand it.
def - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
This Deflater object is used for output.
DEFAULT_BLKSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Default block size
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Default block size
DEFAULT_CODE_SIZE - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
DEFAULT_COMPRESSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Default compression level for deflated entries.
DEFAULT_DIR_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Default permissions bits for directories
DEFAULT_DIR_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for directories.
DEFAULT_FILE_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Default permissions bits for files
DEFAULT_FILE_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for plain files.
DEFAULT_LINK_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for symbolic links.
DEFAULT_RCDSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Default record size
DefaultBroker - Class in org.powertac.du
 
DefaultBroker(String) - Constructor for class org.powertac.du.DefaultBroker
 
DefaultBrokerService - Class in org.powertac.du
Default broker implementation.
DefaultBrokerService() - Constructor for class org.powertac.du.DefaultBrokerService
Default constructor, called once when the server starts, before any application-specific initialization has been done.
DefaultCapacityBundle - Class in org.powertac.factoredcustomer
A simple collection of capacity originators, all with the same base capacity type; i.e., CONSUMPTION or PRODUCTION.
DefaultCapacityBundle(String) - Constructor for class org.powertac.factoredcustomer.DefaultCapacityBundle
 
deferredUnsubscribe(int) - Method in class org.powertac.common.TariffSubscription
Handles the actual unsubscribe operation.
deflate(InputStream, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Deflate the given source using the supplied compression method
deflate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes next block of compressed data to the output stream.
DEFLATE - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "deflate") used to identify the Deflate compress method.
DeflateCompressorInputStream - Class in org.apache.commons.compress.compressors.deflate
Deflate decompressor.
DeflateCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
DeflateCompressorInputStream(InputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
DeflateCompressorOutputStream - Class in org.apache.commons.compress.compressors.deflate
Deflate compressor.
DeflateCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Creates a Deflate compressed output stream with the default parameters.
DeflateCompressorOutputStream(OutputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Creates a Deflate compressed output stream with the specified parameters.
DEFLATED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Compression method for deflated entries.
DeflateParameters - Class in org.apache.commons.compress.compressors.deflate
Parameters for the Deflate compressor.
DeflateParameters() - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateParameters
 
delete(String) - Method in class org.apache.commons.compress.changes.ChangeSet
Deletes the file with the filename from the archive.
deleteDir(String) - Method in class org.apache.commons.compress.changes.ChangeSet
Deletes the directory tree from the archive.
deleteTariff(Tariff) - Method in class org.powertac.common.repo.TariffRepo
Deletes a tariff and its specification from the repo, without tracking.
determineContinuousElasticityFactor(double) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
DEVLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of each of the device fields (major and minor) in a header buffer.
DIR_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates directories.
discharge(double) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
dispatch(Object, String, Object...) - Static method in class org.powertac.util.MessageDispatcher
Dispatches a call to methodName inside target based on the type of message.
distanceTo(CapacityProfile) - Method in class org.powertac.factoredcustomer.CapacityProfile
 
DistributionReport - Class in org.powertac.common.msg
Reports total consumption and total production in kwh across all customers in a given timeslot.
DistributionReport() - Constructor for class org.powertac.common.msg.DistributionReport
Dummy constructor.
DistributionReport(int, double, double) - Constructor for class org.powertac.common.msg.DistributionReport
 
DistributionTransaction - Class in org.powertac.common
Represents the fee assessed by the Distribution Utility for transport of energy over its facilities during the current timeslot.
DistributionTransaction(Broker, int, double, double) - Constructor for class org.powertac.common.DistributionTransaction
 
DistributionTransaction(Broker, int, int, int, double, double) - Constructor for class org.powertac.common.DistributionTransaction
 
doActivities(int, int) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
DomainBuilder - Class in org.powertac.logtool.common
An analyzer that populates repos, including brokers, tariffs, orderbooks, timeslots, and customers
DomainBuilder() - Constructor for class org.powertac.logtool.common.DomainBuilder
 
DomainObjectReader - Class in org.powertac.logtool.common
Processor for state log entries; creates domain object instances, stores them in repositories as well as in a master repo indexed by id value.
DomainObjectReader() - Constructor for class org.powertac.logtool.common.DomainObjectReader
Default constructor
DomainRepo - Interface in org.powertac.common.repo
DomainRepo types need to be recycled at pre-game time.
DOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
dosToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts DOS time to Java time (number of milliseconds since epoch).
DoubleArrayConverter - Class in org.powertac.common.xml
 
DoubleArrayConverter() - Constructor for class org.powertac.common.xml.DoubleArrayConverter
 
drawSample() - Method in class org.powertac.factoredcustomer.ProbabilityDistribution
 
DUMP - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "dump") used to identify the Unix DUMP archive format.
DumpArchiveConstants - Class in org.apache.commons.compress.archivers.dump
Various constants associated with dump archives.
DumpArchiveConstants.COMPRESSION_TYPE - Enum in org.apache.commons.compress.archivers.dump
The type of compression.
DumpArchiveConstants.SEGMENT_TYPE - Enum in org.apache.commons.compress.archivers.dump
The type of tape segment.
DumpArchiveEntry - Class in org.apache.commons.compress.archivers.dump
This class represents an entry in a Dump archive.
DumpArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Default constructor.
DumpArchiveEntry(String, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Constructor taking only filename.
DumpArchiveEntry(String, String, int, DumpArchiveEntry.TYPE) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Constructor taking name, inode and type.
DumpArchiveEntry.PERMISSION - Enum in org.apache.commons.compress.archivers.dump
 
DumpArchiveEntry.TYPE - Enum in org.apache.commons.compress.archivers.dump
 
DumpArchiveException - Exception in org.apache.commons.compress.archivers.dump
Dump Archive Exception
DumpArchiveException() - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(String) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(Throwable) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(String, Throwable) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveInputStream - Class in org.apache.commons.compress.archivers.dump
The DumpArchiveInputStream reads a UNIX dump archive as an InputStream.
DumpArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Constructor using the platform's default encoding for file names.
DumpArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Constructor.
DumpArchiveSummary - Class in org.apache.commons.compress.archivers.dump
This class represents identifying information about a Dump archive volume.

E

EconomicControlEvent - Class in org.powertac.common.msg
Message sent by a broker to the subscribers to a particular tariff, requesting them to adjust usage against that tariff in the specified timeslot.
EconomicControlEvent(TariffSpecification, double, int) - Constructor for class org.powertac.common.msg.EconomicControlEvent
Creates a new EconomicControlEvent to take effect in the following timeslot.
EconomicControlEvent() - Constructor for class org.powertac.common.msg.EconomicControlEvent
 
EFS_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Deprecated.
ELECTRIC_VEHICLE - Static variable in class org.powertac.common.enumerations.PowerType
 
enabledTimeslots() - Method in class org.powertac.common.repo.TimeslotRepo
Returns the list of enabled timeslots, starting with the first by serial number.
encode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Encodes the set bits in a form suitable for ZIP archives.
encode(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Encodes the set bits in a form suitable for ZIP archives.
encode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
Encode a filename or a comment to a byte array suitable for storing it to a serialized zip entry.
ENCRYPTION - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry is encrypted.
ensureRegulationCapacity() - Method in class org.powertac.common.TariffSubscription
Ensures that regulationAccumulator is non-null - needed for non-regulatable customer models
equals(Object) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
 
equals(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
equals(Object) - Method in class org.powertac.util.Pair
 
estimateCost(Tariff, double[], Instant, boolean) - Method in class org.powertac.common.TariffEvaluationHelper
Estimate the total cost of buying the given amounts of power from the given tariff, starting in the timeslot identified by startIndex.
estimateCost(Tariff, double[], boolean) - Method in class org.powertac.common.TariffEvaluationHelper
Estimate cost for a profile starting in the next timeslot
estimateCost(Tariff, double[], Instant) - Method in class org.powertac.common.TariffEvaluationHelper
Returns aggregate estimated cost, including periodic charges
estimateCost(Tariff, double[]) - Method in class org.powertac.common.TariffEvaluationHelper
Returns aggregate estimated cost, including periodic charges, starting in the next timeslot.
estimateCostArray(Tariff, double[], boolean) - Method in class org.powertac.common.TariffEvaluationHelper
Returns the cost estimate in the form of an array of the same shape as the usage vector.
estimateCostArray(Tariff, double[]) - Method in class org.powertac.common.TariffEvaluationHelper
Returns a cost estimate in array form, including periodic charges.
evaluateTariffs() - Method in class org.powertac.common.TariffEvaluator
Evaluates tariffs and updates subscriptions for a single customer model with a single power type.
evaluateTariffs(List<Tariff>) - Method in class org.powertac.customer.AbstractCustomer
Called to evaluate tariffs.
evaluateTariffs(List<Tariff>) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
evaluateTariffs(List<Tariff>) - Method in class org.powertac.customer.model.Battery
 
evaluateTariffs(List<Tariff>) - Method in class org.powertac.customer.model.LiftTruck
 
evaluateTariffs(List<Tariff>) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
evaluateTariffs(List<Tariff>) - Method in class org.powertac.evcustomer.customers.EvSocialClass
This is the basic evaluation function, taking into consideration the minimum cost without shifting the appliances' load but the tariff chosen is picked up randomly by using a possibility pattern.
evaluateTariffs() - Method in interface org.powertac.factoredcustomer.interfaces.FactoredCustomer
 
evaluateTariffs() - Method in interface org.powertac.factoredcustomer.interfaces.UtilityOptimizer
 
EvCustomer - Class in org.powertac.evcustomer.customers
 
EvCustomer(String) - Constructor for class org.powertac.evcustomer.customers.EvCustomer
 
EvCustomer.ChargeException - Exception in org.powertac.evcustomer.customers
 
EvCustomer.RiskAttitude - Enum in org.powertac.evcustomer.customers
 
EvSocialClass - Class in org.powertac.evcustomer.customers
Instances represent identifiable "classes" of EV customers.
EvSocialClass() - Constructor for class org.powertac.evcustomer.customers.EvSocialClass
Default constructor, requires manual setting of name
EvSocialClass(String) - Constructor for class org.powertac.evcustomer.customers.EvSocialClass
 
exerciseBalancingControl(BalancingOrder, double, double) - Method in interface org.powertac.common.interfaces.CapacityControl
Creates BalancingControlEvent, posts it on correct TariffSubscription instances.
expandCodeToOutputStack(int, boolean) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Expands the entry with index code to the output stack and may create a new entry
extractPrefix(long) - Static method in class org.powertac.common.IdGenerator
Returns the id prefix for the given id.
ExtraFieldUtils - Class in org.apache.commons.compress.archivers.zip
ZipExtraField related methods
ExtraFieldUtils() - Constructor for class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
 
ExtraFieldUtils.UnparseableExtraField - Class in org.apache.commons.compress.archivers.zip
"enum" for the possible actions to take if the extra field cannot be parsed.

F

FactoredCustomer - Interface in org.powertac.factoredcustomer.interfaces
 
FactoredCustomerService - Class in org.powertac.factoredcustomer
Key class that processes the configuration file and creates a collection of customers during the initialization process.
FactoredCustomerService() - Constructor for class org.powertac.factoredcustomer.FactoredCustomerService
 
FILE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates plain files.
fileBased(File) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Create a ScatterZipOutputStream with default compression level that is backed by a file
fileBased(File, int) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Create a ScatterZipOutputStream that is backed by a file
FileBasedScatterGatherBackingStore - Class in org.apache.commons.compress.parallel
ScatterGatherBackingStore that is backed by a file.
FileBasedScatterGatherBackingStore(File) - Constructor for class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
FileNameUtil - Class in org.apache.commons.compress.compressors
File name mapping code for the compression formats.
FileNameUtil(Map<String, String>, String) - Constructor for class org.apache.commons.compress.compressors.FileNameUtil
sets up the utility with a map of known compressed to uncompressed suffix mappings and the default extension of the format.
filter(Collection<T>, Predicate<T>) - Static method in class org.powertac.util.ListTools
Filters a Collection using a Predicate, returning a List.
finalize() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Ensures that the close method of this zipfile is called when there are no more references to it.
finalize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Overriden to warn about an unclosed stream.
find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
 
find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
findActiveSubscriptionsForBroker(Broker) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of active subscriptions for a given broker.
findActiveSubscriptionsForCustomer(CustomerInfo) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of active subscriptions for a given customer.
findActiveTariffs(PowerType) - Method in class org.powertac.common.repo.TariffRepo
Returns the list of active tariffs that exactly match the given PowerType.
findAllActiveTariffs(PowerType) - Method in class org.powertac.common.repo.TariffRepo
Returns the list of active tariffs that can be used by a customer of the given PowerType, including those that are more generic than the specific type.
findAllByTimeslot(Timeslot) - Method in class org.powertac.common.repo.OrderbookRepo
 
findAllTariffs() - Method in class org.powertac.common.repo.TariffRepo
 
findAllTariffSpecifications() - Method in class org.powertac.common.repo.TariffRepo
 
findAvailableArchiveInputStreamProviders() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constructs a new sorted map from input stream provider names to provider objects.
findAvailableArchiveOutputStreamProviders() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constructs a new sorted map from output stream provider names to provider objects.
findAvailableCompressorInputStreamProviders() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constructs a new sorted map from input stream provider names to provider objects.
findAvailableCompressorOutputStreamProviders() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constructs a new sorted map from output stream provider names to provider objects.
findById(long) - Method in class org.powertac.common.repo.BrokerRepo
 
findById(long) - Method in class org.powertac.common.repo.CustomerRepo
 
findByInstant(Instant) - Method in class org.powertac.common.repo.TimeslotRepo
Returns the timeslot (if any) corresponding to a particular Instant.
findByName(String) - Method in class org.powertac.common.repo.CustomerRepo
 
findByNameAndPowerType(String, PowerType) - Method in class org.powertac.common.repo.CustomerRepo
 
findBySerialNumber(int) - Method in class org.powertac.common.repo.TimeslotRepo
Returns the timeslot with the given serial number.
findByTimeslot(Timeslot) - Method in class org.powertac.common.repo.OrderbookRepo
Returns the most recent Orderbook that has been created for the specified timeslot.
findByUsername(String) - Method in class org.powertac.common.repo.BrokerRepo
 
findDisabledBrokers() - Method in class org.powertac.common.repo.BrokerRepo
 
findFirst(Collection<T>, Predicate<T>) - Static method in class org.powertac.util.ListTools
Returns the first element of a Collection that satisfies a Predicate.
findMarketPositionByTimeslot(int) - Method in class org.powertac.common.Broker
Returns the MarketPosition associated with the given Timeslot.
findMarketPositionByTimeslot(Timeslot) - Method in class org.powertac.common.Broker
Deprecated.
findOrCreateBySerialNumber(int) - Method in class org.powertac.common.repo.TimeslotRepo
Returns the timeslot with the given serial number.
findOrCreateByUsername(String) - Method in class org.powertac.common.repo.BrokerRepo
 
findRateById(long) - Method in class org.powertac.common.repo.TariffRepo
 
findRecentActiveTariffs(int, PowerType) - Method in class org.powertac.common.repo.TariffRepo
Returns the n most "recent" active tariffs from each broker that can be used by a customer with the given powerType.
findRetailBrokerNames() - Method in class org.powertac.common.repo.BrokerRepo
 
findRetailBrokers() - Method in class org.powertac.common.repo.BrokerRepo
 
findSpecificationById(long) - Method in class org.powertac.common.repo.TariffRepo
 
findSpotByTimeslot(Timeslot) - Method in class org.powertac.common.repo.OrderbookRepo
Returns the most recent orderbook with a non-null clearing price.
findSubscriptionForTariffAndCustomer(Tariff, CustomerInfo) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the subscription, if any, for the specified tariff and customer.
findSubscriptionsForBroker(Broker) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of subscriptions for the specified broker.
findSubscriptionsForCustomer(CustomerInfo) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of subscriptions for a given customer.
findSubscriptionsForTariff(Tariff) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of subscriptions for a given tariff.
findTariffById(long) - Method in class org.powertac.common.repo.TariffRepo
 
findTariffsByBroker(Broker) - Method in class org.powertac.common.repo.TariffRepo
 
findTariffsByState(Tariff.State) - Method in class org.powertac.common.repo.TariffRepo
 
findTariffSpecificationsByBroker(Broker) - Method in class org.powertac.common.repo.TariffRepo
 
findTariffSpecificationsByPowerType(PowerType) - Method in class org.powertac.common.repo.TariffRepo
 
findWholesaleBrokers() - Method in class org.powertac.common.repo.BrokerRepo
 
finish() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
finish() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Finishes the addition of entries to this stream, without closing it.
finish() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Finishes writing the contents of the CPIO output stream without closing the underlying stream.
finish() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Finishes the addition of entries to this archive, without closing it.
finish() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Ends the TAR archive without closing the underlying OutputStream.
finish() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Finishes the addition of entries to this stream, without closing it.
finish() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
finish() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Finishes compression without closing the underlying stream.
finish() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
Finishes writing compressed data to the underlying stream without closing it.
finish() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
Finishes compression without closing the underlying stream.
finish() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
finish() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Finishes compression without closing the underlying stream.
finished - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
indicates if this archive is finished.
flush() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
flush() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
flush() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Flushes the encoder and calls outputStream.flush().
flush() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
flush() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
Doesn't do anything as LZMAOutputStream doesn't support flushing.
flush() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Flushes the encoder and calls outputStream.flush().
flush() - Method in class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
 
FlushShieldFilterOutputStream - Class in org.apache.commons.compress.utils
Re-implements FilterOutputStream.flush() to do nothing.
FlushShieldFilterOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
 
FORMAT_NEW - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
write/read a CPIOArchiveEntry in the new format
FORMAT_NEW_CRC - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
write/read a CPIOArchiveEntry in the new format with crc
FORMAT_NEW_MASK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Mask for both new formats
FORMAT_OLD_ASCII - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
write/read a CPIOArchiveEntry in the old ascii format
FORMAT_OLD_BINARY - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
write/read a CPIOArchiveEntry in the old binary format
FORMAT_OLD_MASK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Mask for both old formats
FORMAT_OLDGNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
GNU format as per before tar 1.12.
FORMAT_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Pure Posix format.
FORMAT_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
xstar format used by Jörg Schilling's star.
formatCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Writes an octal value into a buffer.
formatLongOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Write an octal long integer into a buffer.
formatLongOctalOrBinaryBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Write an long integer into a buffer as an octal string if this will fit, or as a binary number otherwise.
formatNameBytes(String, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Copy a name into a buffer.
formatNameBytes(String, byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Copy a name into a buffer.
formatOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Write an octal integer into a buffer.
formatUnsignedOctalString(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Fill buffer with unsigned octal number, padded with leading zeroes.
forwardMessage(Object) - Method in interface org.powertac.common.interfaces.VisualizerProxy
Forwards message to registered listeners
FOSSIL_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
FramedSnappyCompressorInputStream - Class in org.apache.commons.compress.compressors.snappy
CompressorInputStream for the framing Snappy format.
FramedSnappyCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream using the FramedSnappyDialect.STANDARD dialect.
FramedSnappyCompressorInputStream(InputStream, FramedSnappyDialect) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.
FramedSnappyDialect - Enum in org.apache.commons.compress.compressors.snappy
Dialects of the framing format that FramedSnappyCompressorInputStream can deal with.
fromDosTime(ZipLong) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Convert a DOS date/time field to a Date object.
fromString(String) - Method in class org.powertac.common.xml.BrokerConverter
 
fromString(String) - Method in class org.powertac.common.xml.CustomerConverter
 
fromString(String) - Method in class org.powertac.common.xml.DoubleArrayConverter
 
fromString(String) - Method in class org.powertac.common.xml.PowerTypeConverter
 
fromString(String) - Method in class org.powertac.common.xml.TariffSpecificationConverter
 
fromXML(String) - Method in class org.powertac.common.XMLMessageConverter
 
FS_UFS2_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
FullCustomerConverter - Class in org.powertac.common.xml
 
FullCustomerConverter() - Constructor for class org.powertac.common.xml.FullCustomerConverter
 

G

gatherBootstrapList(List<Object>, ConfigurationRecorder) - Method in class org.powertac.common.config.Configurator
Pulls "bootstrapState" ConfigurationValues out of objects in the given list, adds them to config with their names.
gatherBootstrapState(Object, ConfigurationRecorder) - Method in class org.powertac.common.config.Configurator
Pulls the "bootstrapState" ConfigurableValues out of object thing, adds them to config.
gatherPublishedConfiguration(Object, ConfigurationRecorder) - Method in class org.powertac.common.config.Configurator
Pulls the "published" ConfigurableValues out of object thing, adds them to config.
Genco - Class in org.powertac.genco
Represents a producer of power in the transmission domain.
Genco(String) - Constructor for class org.powertac.genco.Genco
 
GeneralPurposeBit - Class in org.apache.commons.compress.archivers.zip
Parser/encoder for the "general purpose bit" field in ZIP's local file and central directory headers.
GeneralPurposeBit() - Constructor for class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
generateNext(int) - Method in class org.powertac.factoredcustomer.TimeseriesGenerator
 
generateOrders(Instant, List<Timeslot>) - Method in class org.powertac.genco.Buyer
Generates buy orders.
generateOrders(Instant, List<Timeslot>) - Method in class org.powertac.genco.CpGenco
Generates Orders in the market to sell remaining available capacity.
generateOrders(Instant, List<Timeslot>) - Method in class org.powertac.genco.Genco
Generates Orders in the market to sell available capacity.
generateOrders(Instant, List<Timeslot>) - Method in class org.powertac.genco.MisoBuyer
Generates Orders in the market to sell remaining available capacity.
generateWeatherData(Timeslot, List<Timeslot>) - Method in interface org.powertac.common.interfaces.PhysicalEnvironment
Generates and returns weather forecasts for every enabled timeslot The physical environment module is responsible for computing weather forecasts for each entry in targetTimeslots from the perspective of the currentTimeslot.
get() - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier
Supply a ZipArchiveEntryRequest to be added to a parallel archive.
get() - Method in interface org.apache.commons.compress.parallel.InputStreamSupplier
Supply an input stream for a resource.
get() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
Create a ScatterGatherBackingStore.
getAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the access date.
getAccessJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the access time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getAccessJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the access time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getAccessTime() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the time the file was last accessed.
getAccessTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the "File last access time" of this zip entry as a ZipEightByteInteger object, or ZipEightByteInteger.ZERO if no such timestamp exists in the zip entry.
getAccessTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the access time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
getActiveTariffList(PowerType) - Method in interface org.powertac.common.interfaces.TariffMarket
Returns the list of currently active tariffs for the given PowerType.
getActivityId() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getAddedFromChangeSet() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Returns a list of filenames which has been added from the changeset
getAddedFromStream() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Returns a list of filenames which has been added from the original stream
getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns the EncryptionAlgorithm for the given code or null if the method is not known.
getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns the HashAlgorithm for the given code or null if the method is not known.
getAlignmentBoundary() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the alignment boundary for this CPIO format
getAmount() - Method in class org.powertac.common.BankTransaction
 
getArchiveComment() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Gets the archive's comment.
getArchiveInputStreamProviders() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
getArchiveName() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Gets the archive's recorded name.
getArchiveOutputStreamProviders() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
getAsks() - Method in class org.powertac.common.Orderbook
The set of asks (negative energy quantities) that were submitted and did not clear, ascending sort.
getAtTime() - Method in class org.powertac.common.HourlyCharge
 
getAwayChargeKW() - Method in class org.powertac.evcustomer.beans.CarType
 
getBalance() - Method in class org.powertac.common.CashPosition
Returns the balance in the account at the time this CashPosition was generated.
getBalancingCost() - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the per-timeslot charge for running the balancing market
getBalancingOrders() - Method in class org.powertac.common.repo.TariffRepo
Retrieves the complete set of balancing orders
getBase() - Method in class org.powertac.common.TimeService
 
getBaseCapacityType() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getBaseIndividualCapacity() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getBaseInstant() - Method in class org.powertac.common.TimeService
 
getBasePopulationCapacity() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getBatteryCapacity() - Method in class org.powertac.customer.model.LiftTruck
 
getBean(String) - Method in interface org.powertac.common.interfaces.ContextService
Retrieves a Spring component instance by name
getBean(String) - Static method in class org.powertac.common.spring.SpringApplicationContext
Returns the Spring bean, if any, with the given name.
getBean(String) - Method in class org.powertac.genco.SimpleGencoService
Retrieves a Spring component instance by name
getBean(String) - Method in class org.powertac.logtool.LogtoolContext
Retrieves a Spring component instance by name
getBeanByType(Class<T>) - Static method in class org.powertac.common.spring.SpringApplicationContext
Returns the first Spring bean found that is an instance of the given class.
getBeans() - Method in class org.powertac.customer.ModelBuilder
Retrieves the list of configured beans, given a package prefix and a list of classnames in that package.
getBeans() - Method in class org.powertac.evcustomer.Config
Retrieves the list of configured beans
getBenchmarkRate(int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getBids() - Method in class org.powertac.common.Orderbook
The set of bids (positive energy quantities) that were submitted and did not clear, ascending sort.
getBlockSize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Returns the blocksize parameter specified at construction time.
getBootState() - Method in class org.powertac.common.repo.BootstrapDataRepo
Returns the Properties recorded in the boot record, including various values representing the state of the sim at the end of the boot session.
getBootstrapCompetition() - Method in class org.powertac.common.repo.BootstrapDataRepo
Returns the Competition instances from the boot record
getBootstrapDiscardedTimeslots() - Method in class org.powertac.common.Competition
Length of bootstrap interval in msec.
getBootstrapTimeslotCount() - Method in class org.powertac.common.Competition
Number of timeslots in the bootstrap data report for a normal sim.
getBroker() - Method in class org.powertac.common.BrokerTransaction
The Broker to whom this Transaction applies.
getBroker() - Method in class org.powertac.common.MarketPosition
 
getBroker() - Method in class org.powertac.common.msg.OrderStatus
 
getBroker() - Method in class org.powertac.common.msg.PauseRelease
 
getBroker() - Method in class org.powertac.common.msg.PauseRequest
 
getBroker() - Method in class org.powertac.common.Order
 
getBroker() - Method in class org.powertac.common.Tariff
 
getBroker() - Method in class org.powertac.common.TariffMessage
 
getBroker() - Method in class org.powertac.common.TariffSpecification
 
getBrokers() - Method in class org.powertac.common.Competition
The Brokers who are participating in this Competion.
getBrokerSwitchFactor(boolean) - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
Returns the inconvenience of switching brokers.
getBrokerSwitchFactor(boolean) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getBrokerSwitchFactor(boolean) - Method in class org.powertac.customer.model.Battery
 
getBrokerSwitchFactor(boolean) - Method in class org.powertac.customer.model.LiftTruck
 
getBrokerSwitchFactor() - Method in class org.powertac.evcustomer.Config
 
getBrokerSwitchFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getBrokerTime() - Method in class org.powertac.common.msg.BrokerAuthentication
Returns the system time set by the broker.
getBundleCount() - Method in class org.powertac.factoredcustomer.CustomerStructure
 
getBundleValueWeight() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getBuyLimitPriceMax() - Method in class org.powertac.du.DefaultBrokerService
 
getBuyLimitPriceMin() - Method in class org.powertac.du.DefaultBrokerService
 
getById(long) - Method in class org.powertac.logtool.common.DomainObjectReader
 
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Get value as eight bytes in big endian byte order.
getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Get value as eight bytes in big endian byte order.
getBytes(BigInteger) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Get value as eight bytes in big endian byte order.
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Get value as four bytes in big endian byte order.
getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Get value as four bytes in big endian byte order.
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Get value as two bytes in big endian byte order.
getBytes(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Get value as two bytes in big endian byte order.
getBytesRead() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Returns the current number of bytes read from this stream.
getBytesRead() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
 
getBytesRead() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Return the number of bytes read from the source stream
getBytesRead() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Returns the current number of bytes read from this stream.
getBytesRead() - Method in class org.apache.commons.compress.utils.CountingInputStream
Returns the current number of bytes read from this stream.
getBytesWritten() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Returns the current number of bytes written to this stream.
getBytesWritten() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
getBytesWritten() - Method in class org.apache.commons.compress.utils.CountingOutputStream
Returns the current number of bytes written to this stream.
getBytesWrittenForLastEntry() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
The number of bytes written to the output for the last entry
getBzip2() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getCapacityInUse() - Method in class org.powertac.customer.model.LiftTruck
 
getCapacityKWh() - Method in class org.powertac.customer.model.Battery
 
getCapacityName() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getCapacityOriginators() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getCapacityOriginators() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getCapacityProfile(Tariff) - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
Returns a capacity profile for the given tariff.
getCapacityProfile(Tariff) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getCapacityProfile(Tariff) - Method in class org.powertac.customer.model.Battery
 
getCapacityProfile(Tariff) - Method in class org.powertac.customer.model.LiftTruck
 
getCarbonEmissionRate() - Method in class org.powertac.genco.Genco
Rate at which this plant emits carbon, relative to a coal-fired thermal plant.
getCarName() - Method in class org.powertac.evcustomer.beans.ClassCar
 
getCashBalance() - Method in class org.powertac.common.Broker
Returns broker's cash balance.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
The actual data to put central directory - without Header-ID or length specifier.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Get the central data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
The actual data to put into central directory.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the central data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
The actual data to put into central directory data - without Header-ID or length specifier.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The actual data to put into central directory data - without Header-ID or length specifier.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
The actual data to put into central directory data - without Header-ID or length specifier.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getCentralDirectoryData() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The actual data to put into central directory - without Header-ID or length specifier.
getCentralDirectoryExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the extra data for the central directory.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Length of the extra field in the central directory - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Get the central data length.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Length of the complete extra field in the central directory.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the central data length.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Length of the extra field in the local file data - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Length of the extra field in the local file data - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Length of the extra field in the central directory data - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getCentralDirectoryLength() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Length of the extra field in the central directory - without Header-ID or length specifier.
getCertificates() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Deprecated.
since 1.5, not currently implemented
getCharge() - Method in class org.powertac.common.BalancingTransaction
Returns the total charge imposed by the DU for this imbalance -- positive for credit to broker, negative for debit from broker
getCharge() - Method in class org.powertac.common.CapacityTransaction
The total charge imposed by the DU for this assessment.
getCharge() - Method in class org.powertac.common.DistributionTransaction
Returns the total fee assessed for transport and customer connections.
getCharge() - Method in class org.powertac.common.TariffTransaction
Returns the debit (negative) or credit (positive) to the broker's money account represented by this transaction.
getChargeEfficiency() - Method in class org.powertac.customer.model.Battery
 
getChargeEfficiency() - Method in class org.powertac.customer.model.LiftTruck
 
getChargingCapacity() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getChksum() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the checksum.
getClearCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getClearingPrice() - Method in class org.powertac.common.Orderbook
Returns the positive price at which the market cleared.
getClockParameters() - Method in class org.powertac.common.Competition
Returns the clock parameters for the start of a normal sim session as a simple Map, to simplify code that must mediate between Competition and TimeService instances.
getCloudCover() - Method in class org.powertac.common.WeatherForecastPrediction
 
getCloudCover() - Method in class org.powertac.common.WeatherReport
 
getCloudCoverFactor(int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getCloudCoverInfluence() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getCode() - Method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
the algorithm id.
getCode() - Method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
the hash algorithm ID.
getCode() - Method in enum org.apache.commons.compress.archivers.zip.ZipMethod
the code of the compression method.
getCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getCoefficientArray() - Method in class org.powertac.genco.CpGenco
Returns coefficients as a array.
getCoefficients() - Method in class org.powertac.genco.CpGenco
Returns function coefficients as an array of Strings
getComment() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getCommitmentLeadtime() - Method in class org.powertac.genco.Genco
Leadtime to commit energy from this plant, expressed in number of timeslots.
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
Maps the given filename to the name that the file should have after compression with bzip2.
getCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
Maps the given filename to the name that the file should have after compression.
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
Maps the given filename to the name that the file should have after compression with gzip.
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Maps the given filename to the name that the file should have after compression with lzma.
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Maps the given filename to the name that the file should have after compression with xz.
getCompressedSize() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The compressed size stored in this extra field.
getCompressionElapsed() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
The number of milliseconds elapsed in the parallel compression phase
getCompressionLevel() - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
The compression level.
getCompressionLevel() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getCompressorInputStreamProviders() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getCompressorOutputStreamProviders() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getConsumptionRate() - Method in class org.powertac.du.DefaultBrokerService
 
getContentMethods() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the (compression) methods to use for entry's content - the default is LZMA2.
getContext() - Static method in class org.powertac.common.spring.SpringApplicationContext
 
getContext() - Method in class org.powertac.logtool.LogtoolContext
Return the ApplicationContext
getControllableKW() - Method in class org.powertac.common.CustomerInfo
Returns total controllable capacity in kW per member.
getControllableKWh() - Method in class org.powertac.common.CustomerInfo
Deprecated.
getCoolCoef() - Method in class org.powertac.genco.MisoBuyer
 
getCoolThreshold() - Method in class org.powertac.genco.MisoBuyer
 
getCop() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getCore() - Method in class org.powertac.logtool.LogtoolContext
Returns LogtoolCore instance
getCost() - Method in class org.powertac.genco.Genco
Ask price for energy from this plant.
getCount() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Deprecated.
this method may yield wrong results for large archives, use #getBytesRead instead
getCount() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Deprecated.
this method may yield wrong results for large archives, use #getBytesWritten instead
getCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Deprecated.
getCount() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Deprecated.
getCount() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Deprecated.
this method may yield wrong results for large archives, use #getBytesRead instead
getCount() - Method in class org.powertac.factoredcustomer.CustomerStructure
 
getCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
use getCrcValue instead.
getCrc32() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
The crc32 of the last deflated file
getCrcValue() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the CRC.
getCreateJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the create time as a a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getCreateJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the create time as a a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getCreateTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the "File creation time" of this zip entry as a ZipEightByteInteger object, or ZipEightByteInteger.ZERO if no such timestamp exists in the zip entry.
getCreateTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the create time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
getCreationDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the creation date.
getCreationTime() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Get file creation time.
getCreatorKey() - Method in class org.powertac.factoredcustomer.CustomerStructure
 
getCurrentCapacity() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getCurrentDateTime() - Method in class org.powertac.common.TimeService
 
getCurrentEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Get the current TAR Archive Entry that this input stream is processing
getCurrentForecast() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getCurrentForecastPerSub(TariffSubscription) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getCurrentMarketPosition(Broker) - Method in interface org.powertac.common.interfaces.Accounting
Returns the market position for the current timeslot for a given broker.
getCurrentNetLoad(Broker) - Method in interface org.powertac.common.interfaces.Accounting
Returns the current net load represented by unprocessed TariffTransactions for a specific Broker.
getCurrentSubscriptions() - Method in class org.powertac.customer.AbstractCustomer
Returns the current tariff subscriptions for the first CustomerInfo.
getCurrentSubscriptions(PowerType) - Method in class org.powertac.customer.AbstractCustomer
Returns the current tariff subscriptions for the first CustomerInfo with the given PowerType.
getCurrentSupplyDemandByBroker() - Method in interface org.powertac.common.interfaces.Accounting
Returns a mapping of brokers to total supply and demand among subscribed customers.
getCurrentTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getCurrentTime() - Method in class org.powertac.common.TimeService
Returns the current time as an Instant
getCurrentTimeslot() - Method in class org.powertac.common.WeatherForecast
Deprecated.
getCurrentTimeslot() - Method in class org.powertac.common.WeatherReport
Deprecated.
getCurtailment() - Method in class org.powertac.common.TariffSubscription
Deprecated.
Use getRegulation() instead, but remember that it returns a per-member value, while this method returns an aggregate value.
getCurtailmentRatio() - Method in class org.powertac.common.msg.EconomicControlEvent
 
getCurtailmentShifts() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getCustId() - Method in class org.powertac.customer.AbstractCustomer
 
getCustomer() - Method in class org.powertac.common.TariffSubscription
 
getCustomerClass() - Method in class org.powertac.common.CustomerInfo
Returns the customer class of this customer.
getCustomerCount() - Method in class org.powertac.common.TariffTransaction
Number of individual customers within the customer model represented by this transaction.
getCustomerInfo() - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
Returns the CustomerInfo instance for this customer model.
getCustomerInfo() - Method in class org.powertac.common.TariffTransaction
 
getCustomerInfo(PowerType) - Method in class org.powertac.customer.AbstractCustomer
Returns the first CustomerInfo associated with this instance and PowerType.
getCustomerInfo() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getCustomerInfo() - Method in class org.powertac.customer.model.Battery
 
getCustomerInfo() - Method in class org.powertac.customer.model.LiftTruck
 
getCustomerInfo() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getCustomerInfo() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getCustomerInfoList(PowerType) - Method in class org.powertac.customer.AbstractCustomer
Returns the list of CustomerInfos associated with this instance and PowerType.
getCustomerInfos() - Method in class org.powertac.customer.AbstractCustomer
Returns the list of CustomerInfo records associated with this customer model.
getCustomerName() - Method in class org.powertac.common.msg.CustomerBootstrapData
 
getCustomerRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a CustomerRepo
getCustomerRepo() - Method in class org.powertac.customer.CustomerModelService
 
getCustomers() - Method in class org.powertac.common.Competition
The list of customers (or more precisely, customer models) in the simulation environment.
getCustomersCommitted() - Method in class org.powertac.common.TariffSubscription
 
getDailyBegin() - Method in class org.powertac.common.Rate
 
getDailyEnd() - Method in class org.powertac.common.Rate
 
getDailyKm(String) - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getData() - Method in class org.powertac.common.repo.BootstrapDataRepo
Returns the entire list of objects
getData(Class<?>) - Method in class org.powertac.common.repo.BootstrapDataRepo
Returns the list of items of a particular class
getDataPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the number of bytes needed to pad the data to the alignment boundary.
getDateExecuted() - Method in class org.powertac.common.ClearedTrade
 
getDateExecuted() - Method in class org.powertac.common.Orderbook
The date when the market cleared.
getDateTimeForIndex(int) - Method in class org.powertac.common.repo.TimeslotRepo
Converts int timeslot index to DateTime in UTC timezone
getDayWeight(int) - Method in class org.powertac.evcustomer.beans.Activity
 
getDeactivateTimeslotsAhead() - Method in class org.powertac.common.Competition
Number of timeslots, starting with the current timeslot, that are closed for trading.
getDecompressUntilEOF() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getDefaultSpotPrice() - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the value used for spot price per MWh if unavailable from wholesale market.
getDefaultTariff(PowerType) - Method in interface org.powertac.common.interfaces.TariffMarket
Returns the default tariff.
getDefaultTariff(PowerType) - Method in class org.powertac.common.repo.TariffRepo
 
getDeflate() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getDeleted() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Returns a list of filenames which has been deleted
getDescription() - Method in class org.powertac.common.Competition
Uninterpreted text that further describes the competition.
getDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the device id.
getDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the major device id.
getDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the minor device id
getDevMajor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's major device number.
getDevMinor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's minor device number.
getDevname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the device name, e.g., /dev/sda3 or /dev/mapper/vg0-home.
getDirectoryEntries() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getDischargingCapacity() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getDiskStartNumber() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The disk start number stored in this extra field.
getDominantLoad() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getDoubleProperty(String, Double) - Method in interface org.powertac.common.interfaces.ServerProperties
Returns the value of the named property as a Double, or defaultValue if no such property is found.
getDownRegulationCapacity() - Method in class org.powertac.common.RegulationAccumulator
Returns the available down-regulation capacity in kWh.
getDownRegulationCapacity() - Method in class org.powertac.common.RegulationCapacity
Returns the available down-regulation capacity in kWh.
getDownRegulationKW() - Method in class org.powertac.common.CustomerInfo
Returns the maximum down-regulation rate in kW per member.
getDownRegulationPayment() - Method in class org.powertac.common.RegulationRate
 
getDumpDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the date of this dump.
getEarlyWithdrawPayment() - Method in class org.powertac.common.Tariff
Payment from customer to broker for canceling subscription before minDuration has elapsed.
getEarlyWithdrawPayment() - Method in class org.powertac.common.TariffSpecification
 
getElasticity() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getElasticityModelType() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
The encoding to use for filenames and the file comment.
getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
The encoding to use for filenames and the file comment.
getEncryptionAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Get encryption algorithm.
getEndInstant() - Method in class org.powertac.common.Timeslot
 
getEnergyCharging() - Method in class org.powertac.customer.model.LiftTruck
 
getEnergyInUse() - Method in class org.powertac.customer.model.LiftTruck
 
getEntries() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Returns meta-data of all archive entries.
getEntries() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns all entries.
getEntries(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns all named entries in the same order they appear within the archive's central directory.
getEntriesInPhysicalOrder() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns all entries in physical order.
getEntriesInPhysicalOrder(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns all named entries in the same order their contents appear within the archive.
getEntry() - Method in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
The entry using the unsupported feature.
getEntry(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns a named entry - or null if no entry by that name exists.
getEntryEncoding() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Returns the encoding to use for arj, jar, zip, dump, cpio and tar files, or null for the archiver default.
getEpsilon() - Method in class org.powertac.evcustomer.Config
 
getEvalEnvTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getExecutionMWh() - Method in class org.powertac.common.ClearedTrade
 
getExecutionPrice() - Method in class org.powertac.common.ClearedTrade
 
getExerciseRatio() - Method in class org.powertac.common.msg.BalancingOrder
 
getExpectedCurtailment() - Method in class org.powertac.common.TariffEvaluationHelper
Returns the expected-curtailment-per-timeslot quantity
getExpectedDischarge() - Method in class org.powertac.common.TariffEvaluationHelper
Returns the expected-discharge-per-timeslot quantity
getExpectedDownRegulation() - Method in class org.powertac.common.TariffEvaluationHelper
Returns the expected-down-regulation-per-timeslot quantity
getExpectedDuration() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getExpectedMean() - Method in class org.powertac.common.Rate
 
getExpectedTimeslotCount() - Method in class org.powertac.common.Competition
Expected value of timeslot count for a normal sim session.
getExpiration() - Method in class org.powertac.common.Tariff
 
getExpiration() - Method in class org.powertac.common.TariffSpecification
 
getExpiredCustomerCount() - Method in class org.powertac.common.TariffSubscription
Returns the number of individual customers who may withdraw from this subscription without penalty.
getExpMeanPriceWeight() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getExternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the external file attributes.
getExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Looks up an extra field by its header id.
getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves all extra fields that have been parsed successfully.
getExtraFields(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves extra fields.
getFace() - Method in class org.powertac.du.DefaultBrokerService
 
getFeature() - Method in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
The unsupported feature that has been used.
getFemaleDailyKm() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getFemaleProbability() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's file.
getFilename() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getFilesystem() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the last mountpoint, e.g., /home.
getFirstEnabled() - Method in class org.powertac.common.msg.TimeslotUpdate
Returns the serial number of the first enabled timeslot.
getFirstRecord() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the inode of the first record on this volume.
getFlags() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the miscellaneous flags.
getFlags() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets flags byte.
getFloorRValue() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getForecastForNextTimeslot() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getForecastPerSubStartingAt(int, TariffSubscription) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getForecastTime() - Method in class org.powertac.common.WeatherForecastPrediction
 
getFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the format for this entry.
getFormat() - Method in exception org.apache.commons.compress.archivers.StreamingNotSupportedException
Returns the format that has been requested/detected.
getGeneralPurposeBit() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The "general purpose bit" field.
getGeneration() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the generation of the file.
getGenericType() - Method in class org.powertac.common.enumerations.PowerType
Returns the least-specific capacity type for a given PowerType.
getGID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the group id.
getGID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Gets the GID as a long.
getGroupId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getGroupId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the group id
getGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated.
use #getLongGroupId instead as group ids can be bigger than Integer.MAX_VALUE
getGroupId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the group id.
getGroupId() - Method in class org.powertac.evcustomer.beans.ClassGroup
 
getGroupId() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getGroupName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's group name.
getGzip() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getHasAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Returns whether this entry has got an access date at all.
getHasCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Returns whether this entry has got a crc.
getHasCreationDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Returns whether this entry has got a creation date at all.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
Get hash algorithm.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
Get hash algorithm.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Get hash algorithm.
getHasLastModifiedDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Returns whether this entry has got a last modified date at all.
getHasWindowsAttributes() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Returns whether this entry has windows attributes.
getHeaderCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the number of records in this segment.
getHeaderHoles() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the number of sparse records in this segment.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Get the header id.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
 
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
 
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the header id.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getHeaderId() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The Header-ID.
getHeaderPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the number of bytes needed to pad the header to the alignment boundary.
getHeaderSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the header size for this CPIO format
getHeaderType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the type of the tape segment header.
getHeatCoef() - Method in class org.powertac.genco.MisoBuyer
 
getHeatThreshold() - Method in class org.powertac.genco.MisoBuyer
 
getHomeChargeKW() - Method in class org.powertac.evcustomer.beans.CarType
 
getHostname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the hostname of the system where the dump was performed.
getHostOs() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
The operating system the archive has been created on.
getHourlyCharge() - Method in class org.powertac.common.msg.VariableRateUpdate
 
getHourlyChargeId() - Method in class org.powertac.common.msg.VariableRateUpdate
 
getHourOfDay() - Method in class org.powertac.common.TimeService
Returns the current hour-of-day
getHourWeight(int, double) - Method in class org.powertac.evcustomer.beans.Activity
 
getHysteresis() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getId() - Method in class org.powertac.common.Broker
Returns the unique ID for this broker
getId() - Method in class org.powertac.common.BrokerTransaction
 
getId() - Method in class org.powertac.common.ClearedTrade
 
getId() - Method in class org.powertac.common.Competition
 
getId() - Method in class org.powertac.common.CustomerInfo
 
getId() - Method in class org.powertac.common.HourlyCharge
 
getId() - Method in class org.powertac.common.MarketPosition
 
getId() - Method in class org.powertac.common.msg.BalanceReport
Returns the id of this instance
getId() - Method in class org.powertac.common.msg.CustomerBootstrapData
 
getId() - Method in class org.powertac.common.msg.DistributionReport
 
getId() - Method in class org.powertac.common.msg.MarketBootstrapData
 
getId() - Method in class org.powertac.common.msg.OrderStatus
 
getId() - Method in class org.powertac.common.msg.TimeslotUpdate
 
getId() - Method in class org.powertac.common.Order
 
getId() - Method in class org.powertac.common.Orderbook
 
getId() - Method in class org.powertac.common.OrderbookOrder
 
getId() - Method in class org.powertac.common.RandomSeed
 
getId() - Method in class org.powertac.common.RateCore
Returns the id of this Rate
getId() - Method in class org.powertac.common.RegulationAccumulator
 
getId() - Method in class org.powertac.common.RegulationCapacity
 
getId() - Method in class org.powertac.common.Tariff
make id a synonym for specId
getId() - Method in class org.powertac.common.TariffMessage
 
getId() - Method in class org.powertac.common.TariffSpecification
 
getId() - Method in class org.powertac.common.TariffSubscription
 
getId() - Method in class org.powertac.common.Timeslot
 
getId() - Method in class org.powertac.common.WeatherForecast
 
getId() - Method in class org.powertac.common.WeatherForecastPrediction
 
getId() - Method in class org.powertac.common.WeatherReport
 
getId() - Method in class org.powertac.customer.AbstractCustomer
Synonym for getCustId()
getId() - Method in class org.powertac.evcustomer.beans.Activity
 
getId() - Method in class org.powertac.evcustomer.beans.CarType
 
getId() - Method in class org.powertac.evcustomer.beans.SocialGroup
 
getId() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getId() - Static method in class org.powertac.factoredcustomer.utils.SeedIdGenerator
 
getIdPrefix() - Method in class org.powertac.common.Broker
Returns the ID prefix for this broker.
getInconvenienceWeight() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getInertiaDistribution() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getInertiaSample() - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
Returns a [0,1] random value used to choose whether individual customers evaluate tariffs or not.
getInertiaSample() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getInertiaSample() - Method in class org.powertac.customer.model.Battery
 
getInertiaSample() - Method in class org.powertac.customer.model.LiftTruck
 
getInfiltrationRatio() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getInitialBidKWh() - Method in class org.powertac.du.DefaultBrokerService
 
getIno() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the ino of the entry.
getInode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the inode.
getInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Returns an InputStream for reading the contents of the given entry.
getInputStream() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
getInputStream() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
An input stream that contains the scattered payload
getInputStreamArchiveNames() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
getInputStreamArchiveNames() - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Gets all the input stream archive names for this provider
getInputStreamCompressorNames() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getInputStreamCompressorNames() - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Gets all the input stream compressor names for this provider
getInstance() - Static method in class org.apache.commons.compress.archivers.zip.JarMarker
Since JarMarker is stateless we can always use the same instance.
getInstance() - Static method in class org.powertac.common.repo.BrokerRepo
 
getInstance() - Static method in class org.powertac.common.TimeService
Returns the most-recently created instance of TimeService.
getInstance() - Static method in class org.powertac.customer.ModelBuilder
Singleton accessor
getInstance() - Static method in class org.powertac.evcustomer.Config
Singleton accessor
getInstance() - Static method in class org.powertac.factoredcustomer.Config
Singleton accessor
getIntegerProperty(String, Integer) - Method in interface org.powertac.common.interfaces.ServerProperties
Returns the value of the named property as an Integer, or defaultValue if no such property is found.
getInternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the internal file attributes.
getInterruptibilityFactor() - Method in class org.powertac.common.TariffEvaluator
Returns inconvenience of interruptibility.
getInterruptibilityFactor() - Method in class org.powertac.evcustomer.Config
 
getInterruptibilityFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getIsSupersededBy() - Method in class org.powertac.common.Tariff
 
getKey() - Method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key of the action to take.
getKey() - Method in class org.powertac.common.Broker
Returns the jms ID for this broker.
getKey() - Method in class org.powertac.common.msg.BrokerAccept
Returns the jms key used to validate broker communications.
getKey() - Method in class org.powertac.factoredcustomer.LearningCustomerCreator
 
getKWh() - Method in class org.powertac.common.BalancingTransaction
Returns the total size of the imbalance in kWH, positive for surplus and negative for deficit
getKWh() - Method in class org.powertac.common.CapacityTransaction
The amount by which this broker's total net consumption exceeded the threshold, in kWh.
getKWh() - Method in class org.powertac.common.DistributionTransaction
Returns the transported energy quantity represented by this transaction.
getKwh() - Method in class org.powertac.common.msg.BalancingControlEvent
 
getKWh() - Method in class org.powertac.common.TariffTransaction
Returns the debit (negative) or credit (positive) to the broker's energy account in the current timeslot represented by this transaction.
getKWh() - Method in class org.powertac.customer.StepInfo
 
getLabel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get dump label.
getLambda() - Method in class org.powertac.evcustomer.Config
 
getLastEnabled() - Method in class org.powertac.common.msg.TimeslotUpdate
Returns the serial number of the first enabled timeslot.
getLastModified() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Last modified time in seconds since the epoch.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getLastModifiedDate() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
Gets the last modified date of this entry.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
The last modified date of the entry.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
 
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
The last modified date.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the last modified date.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
 
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Wraps ZipEntry.getTime() with a Date as the entry's last modified date.
getLatitude() - Method in class org.powertac.common.Competition
Returns approximate latitude in degrees for sim locale.
getLength() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getLevel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the level of this dump.
getLimitPrice() - Method in class org.powertac.common.Order
Setter for logtool access; do not use otherwise
getLimitPrice() - Method in class org.powertac.common.OrderbookOrder
Returns the limit price for this unsatisfied order.
getLinkedFile() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Name of linked file
getLinkName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's link name.
getLoads(int, int) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Get the local data.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
The actual data to put into local file data.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the local data.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getLocalFileDataData() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the extra data for the local file data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Get the length of the local data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Length of the complete extra field in the local file data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the length of the local data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getLocalFileDataLength() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getLogitChoiceRationality() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getLongGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's group id.
getLongNameData() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Get the next entry in this tar archive as longname data.
getLongUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's user id.
getLongValue() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Get value as Java long.
getLongValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from eight bytes starting at given array offset
getLongValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from an eight-byte array
getLzma() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getMaleDailyKm() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getMaleProbability() - Method in class org.powertac.evcustomer.beans.ClassGroup
 
getMaleProbability() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getManifestAttributes() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Deprecated.
since 1.5, do not use; always returns null
getMarketBalance(Broker) - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the market balance for a given broker.
getMarketPrice() - Method in class org.powertac.common.msg.MarketBootstrapData
 
getMaxAskPrices() - Method in class org.powertac.common.repo.OrderbookRepo
Returns maxAskPrices array, representing the maximum ask prices for the most recent clearing of the wholesale market.
getMaxCapacity() - Method in class org.powertac.evcustomer.beans.CarType
 
getMaxChargeKW() - Method in class org.powertac.customer.model.Battery
 
getMaxChargeKW() - Method in class org.powertac.customer.model.LiftTruck
 
getMaxCurtailment() - Method in class org.powertac.common.Rate
Returns the maximum proportion of offered load or supply that can be curtailed in a given timeslot.
getMaxDefaultDuration() - Method in class org.powertac.evcustomer.Config
 
getMaxDischargeKW() - Method in class org.powertac.customer.model.Battery
 
getMaxTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getMaxUpRegulation(double, double) - Method in class org.powertac.common.Tariff
Returns the maximum interruptible quantity in kwh for this tariff in the current timeslot, for the specified proposed and cumulative usage.
getMaxValue() - Method in class org.powertac.common.Rate
 
getMaxValuePriceWeight() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getMergingElapsed() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase
getMessage() - Method in class org.powertac.common.msg.TariffStatus
 
getMetaData() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Provides the stream's meta data - may change with each stream when decompressing concatenated streams.
getMethod() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
The specified method.
getMethod() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Returns the compression method of this entry, or -1 if the compression method has not been specified.
getMethod() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
The compression method to use
getMethodByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
returns the ZipMethod for the given code or null if the method is not known.
getMinAskPrices() - Method in class org.powertac.common.repo.OrderbookRepo
Returns the minAskPrices array, representing the minimum ask prices for the most recent clearing of the wholesale market.
getMinDefaultDuration() - Method in class org.powertac.evcustomer.Config
 
getMinDuration() - Method in class org.powertac.common.Tariff
Delegation for TariffSpecification.minDuration
getMinDuration() - Method in class org.powertac.common.TariffSpecification
 
getMinimumOrderQuantity() - Method in class org.powertac.common.Competition
Minimum order quantity in MWh.
getMinimumTimeslotCount() - Method in class org.powertac.common.Competition
Minimum number of timeslots for this competition.
getMinPlanningHorizon() - Method in class org.powertac.customer.model.LiftTruck
 
getMinQuantity() - Method in class org.powertac.genco.CpGenco
Minimum total quantity to offer.
getMinTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getMinValue() - Method in class org.powertac.common.Rate
 
getMode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getMode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
File mode of this entry.
getMode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the mode of this entry (e.g.
getMode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the access permissions on the entry.
getMode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's mode.
getMode() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
File mode of this file.
getMode(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the file mode for given permissions with the correct file type.
getModificationTime() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getModifyJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the modify time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getModifyJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the modify time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
getModifyTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns the "File last modification time" of this zip entry as a ZipEightByteInteger object, or ZipEightByteInteger.ZERO if no such timestamp exists in the zip entry.
getModifyTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns the modify time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
getModTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
getModulo() - Method in class org.powertac.common.TimeService
 
getMultiplier() - Static method in class org.powertac.common.IdGenerator
Returns the multiplier for an id, needed to validate id values
getMWh() - Method in class org.powertac.common.MarketTransaction
 
getMwh() - Method in class org.powertac.common.msg.MarketBootstrapData
 
getMWh() - Method in class org.powertac.common.Order
 
getMWh() - Method in class org.powertac.common.OrderbookOrder
Returns the quantity of energy unsatisfied for an order.
getMwh() - Method in class org.powertac.genco.Buyer
 
getName() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getName() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
Gets the name of the entry in this archive.
getName() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
Get this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the name.
getName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the name of the entry.
getName() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Get this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Get the name of the entry.
getName() - Method in class org.powertac.common.Competition
Returns the competition name
getName() - Method in class org.powertac.common.CustomerInfo
Display name for this CustomerInfo instance.
getName() - Method in class org.powertac.customer.AbstractCustomer
Returns the name of this model
getName() - Method in class org.powertac.customer.model.Battery
 
getName() - Method in class org.powertac.customer.model.LiftTruck
 
getName() - Method in class org.powertac.evcustomer.beans.Activity
 
getName() - Method in class org.powertac.evcustomer.beans.CarType
 
getName() - Method in class org.powertac.evcustomer.beans.ClassCar
 
getName() - Method in class org.powertac.evcustomer.beans.ClassGroup
 
getName() - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getName() - Method in class org.powertac.evcustomer.beans.SocialGroup
 
getName() - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getName() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getName() - Method in class org.powertac.factoredcustomer.CustomerStructure
 
getName() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getName() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getName() - Method in interface org.powertac.factoredcustomer.interfaces.StructureInstance
 
getName() - Method in class org.powertac.factoredcustomer.ProbabilityDistribution
 
getName() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getName() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getName() - Method in class org.powertac.factoredcustomer.TimeseriesGenerator
 
getNameCRC32() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getNBatteries() - Method in class org.powertac.customer.model.LiftTruck
 
getNChargers() - Method in class org.powertac.customer.model.LiftTruck
 
getNeededCapacity(double) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
getNetImbalance() - Method in class org.powertac.common.msg.BalanceReport
 
getNetUsage() - Method in class org.powertac.common.msg.CustomerBootstrapData
 
getNewExpiration() - Method in class org.powertac.common.msg.TariffExpire
 
getNewStockTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getNext(Timeslot) - Method in class org.powertac.common.repo.TimeslotRepo
Returns the following timeslot.
getNextArEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
Returns the next AR entry in this stream.
getNextCPIOEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Reads the next CPIO file entry and positions stream at the beginning of the entry data.
getNextDumpEntry() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Read the next entry.
getNextEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Returns the next Archive Entry in this Stream.
getNextEntry() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Returns the next Archive Entry in this archive.
getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Returns the next Archive Entry in this Stream.
getNextEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
getNextJarEntry() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
 
getNextTarEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Get the next entry in this tar archive.
getNextZipEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
getNLarge() - Method in class org.powertac.common.DistributionTransaction
Returns the number of large customer subscriptions for which meter fees are assessed.
getNlink() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the number of hard links to the entry.
getNominalCapacity() - Method in class org.powertac.genco.Genco
Nominal or mean capacity of plant.
getNominalTemp() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getNonCoolingUsage() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getNonScaledScore(CapacityProfile) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
getNormWtExpected() - Method in class org.powertac.common.TariffEvaluationHelper
 
getNormWtMax() - Method in class org.powertac.common.TariffEvaluationHelper
 
getNoticeInterval() - Method in class org.powertac.common.Rate
 
getNsInertia() - Method in class org.powertac.evcustomer.Config
 
getNSmall() - Method in class org.powertac.common.DistributionTransaction
Returns the number of small customer subscriptions for which meter fees are assessed.
getNTRec() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the number of records per tape block.
getNumberOfLinks() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the number of links.
getOfferDate() - Method in class org.powertac.common.Tariff
 
getOffset() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the offset within the archive
getOffset() - Method in exception org.apache.commons.compress.archivers.dump.InvalidFormatException
 
getOffset() - Method in class org.powertac.common.TimeService
Computes and returns the offset in msec between the current system time and the current clock time.
getOperatingSystem() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getOpinions() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
getOptimizerStructure() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getOptimizerStructure() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getOptions() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
The specified options.
getOrderId() - Method in class org.powertac.common.msg.OrderStatus
 
getOutputStreamArchiveNames() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
getOutputStreamArchiveNames() - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Gets all the output stream archive names for this provider
getOutputStreamCompressorNames() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getOutputStreamCompressorNames() - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Gets all the output stream compressor names for this provider
getOverallBalance() - Method in class org.powertac.common.MarketPosition
 
getPack200() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getParentBundle() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getPassword() - Method in class org.powertac.common.Broker
 
getPassword() - Method in class org.powertac.common.msg.BrokerAuthentication
 
getPayload() - Method in class org.powertac.common.msg.VariableRateUpdate
conventional getter to satisfy beanutils
getPayloadStream() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
The paylaod that will be added to this zip entry
getPayment() - Method in class org.powertac.common.msg.BalancingControlEvent
 
getPeakTimeslot() - Method in class org.powertac.common.CapacityTransaction
When this peak occurred.
getPendingTariffTransactions() - Method in interface org.powertac.common.interfaces.Accounting
Returns the list of pending tariff transactions for the current timeslot.
getPeriodicPayment() - Method in class org.powertac.common.Tariff
Flat payment per period for two-part tariffs, typically negative.
getPeriodicPayment() - Method in class org.powertac.common.TariffSpecification
 
getPeriodicSkew(int, int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getPermissions() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the permissions on the entry.
getPermutationRule() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getPermutations(CapacityProfile.PermutationRule) - Method in class org.powertac.factoredcustomer.CapacityProfile
 
getPlanningHorizon() - Method in class org.powertac.customer.model.LiftTruck
 
getPlatform() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Platform specification to put into the "version made by" part of the central file header.
getPMinusPrime() - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the slope of cost curve for down-regulation.
getPomId() - Method in class org.powertac.common.Competition
Returns the pom version id from the server on which this Competition was created.
getPopulation() - Method in class org.powertac.common.CustomerInfo
Returns the population of the model represented by this CustomerInfo.
getPopulation(CustomerInfo) - Method in class org.powertac.customer.AbstractCustomer
 
getPopulation() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getPopulation() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getPostedTime() - Method in class org.powertac.common.BrokerTransaction
When this Transaction was posted.
getPostedTime() - Method in class org.powertac.common.msg.TimeslotUpdate
 
getPostedTimeslot() - Method in class org.powertac.common.BrokerTransaction
Timeslot when transaction was posted
getPostedTimeslotIndex() - Method in class org.powertac.common.BrokerTransaction
Timeslot index when transaction was posted.
getPowerType() - Method in class org.powertac.common.CustomerInfo
Returns the type of power consumption and/or production available in this customer model.
getPowerType() - Method in class org.powertac.common.msg.CustomerBootstrapData
 
getPowerType() - Method in class org.powertac.common.Tariff
Type of power covered by this tariff
getPowerType() - Method in class org.powertac.common.TariffSpecification
 
getPowerType() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getPowerType() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getPPlusPrime() - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the slope of cost curve for up-regulation.
getPredictions() - Method in class org.powertac.common.WeatherForecast
 
getPrefix(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getPrefix() - Static method in class org.powertac.common.IdGenerator
Returns the id prefix - needed for testing.
getPrefix() - Method in class org.powertac.common.msg.BrokerAccept
Returns the ID prefix to be used by the broker.
getPrefixesLength() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getPreviousDumpDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get the date of the previous dump at this level higher.
getPrice() - Method in class org.powertac.common.MarketTransaction
 
getPrice() - Method in class org.powertac.common.msg.BalancingOrder
 
getPriceBeta() - Method in class org.powertac.genco.Buyer
 
getPriceInterval() - Method in class org.powertac.genco.CpGenco
Difference between sequential nominal bid prices
getProbabilities() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
getProbability() - Method in class org.powertac.evcustomer.beans.ClassCar
 
getProbability() - Method in class org.powertac.evcustomer.beans.ClassGroup
 
getProbability(String) - Method in class org.powertac.evcustomer.beans.GroupActivity
 
getProductionRate() - Method in class org.powertac.du.DefaultBrokerService
 
getProfile() - Method in class org.powertac.common.CapacityProfile
 
getProfileChangeWeight() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getProfileLength() - Method in class org.powertac.evcustomer.Config
 
getProfileSelectionMethod() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getProperty(String) - Method in interface org.powertac.common.interfaces.ServerProperties
Returns the value of the property with the given name, or null if no such property is found.
getProperty(String, String) - Method in interface org.powertac.common.interfaces.ServerProperties
Returns the value of the named property, or the defaultValue if no such property is found.
getProperty(String) - Method in class org.powertac.util.PropertiesUtil
 
getProperty(String, String) - Method in class org.powertac.util.PropertiesUtil
 
getPSigma() - Method in class org.powertac.genco.CpGenco
Std deviation ratio for bid price.
getPurpose() - Method in class org.powertac.common.RandomSeed
 
getQSigma() - Method in class org.powertac.genco.CpGenco
Std deviation ratio for bid quantity.
getQuantity() - Method in class org.powertac.common.BalancingTransaction
Deprecated.
getQuantity() - Method in class org.powertac.common.DistributionTransaction
Deprecated.
getRandomSeed(String, long, String) - Method in class org.powertac.common.repo.RandomSeedRepo
Returns the RandomSeed instance identified by classname, id, and purpose, creating it if necessary.
getRandomSeedRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a RandomSeedRepo
getRandomSeedRepo() - Method in class org.powertac.customer.CustomerModelService
 
getRange() - Method in class org.powertac.evcustomer.beans.CarType
 
getRate() - Method in class org.powertac.common.TimeService
 
getRateHistory() - Method in class org.powertac.common.Rate
Returns the sequence of HourlyCharge instances for this Rate.
getRateId() - Method in class org.powertac.common.HourlyCharge
 
getRateId() - Method in class org.powertac.common.msg.VariableRateUpdate
 
getRates() - Method in class org.powertac.common.TariffSpecification
Returns the Rate instances from among the rates in this tariff spec.
getRationalityFactor() - Method in class org.powertac.evcustomer.Config
 
getRationalityFactor() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getRawFlag() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The content of the flags field.
getRawInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Expose the raw stream of the archive entry (compressed form).
getRawName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Returns the raw bytes that made up the name before it has been converted using the configured or guessed encoding.
getReactivityFactor() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getRealizedPrice() - Method in class org.powertac.common.Tariff
Returns the actual realized price, or 0.0 if information unavailable.
getRealizedPriceWeight() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getRealSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's real file size in case of a sparse file.
getReceptivityFactor() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
Get record count.
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
Get record count.
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Get record count.
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Get the record size being used by this stream's buffer.
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Get the record size being used by this stream's TarBuffer.
getRegulation(Broker) - Method in interface org.powertac.common.interfaces.BalancingMarket
Returns the net regulation energy (positive for up-regulation, negative for down-regulation) for a given broker.
getRegulation() - Method in class org.powertac.common.TariffSubscription
Returns the regulation quantity exercised per member in the previous timeslot.
getRegulationCapacity(BalancingOrder) - Method in interface org.powertac.common.interfaces.CapacityControl
Gathers up power usage data for the current timeslot that could be subject to a BalancingOrder.
getRegulationCapacity() - Method in class org.powertac.customer.StepInfo
 
getRegulationCharge(double, double, boolean) - Method in class org.powertac.common.Tariff
Returns the usage charge for regulation usage/or production.
getRegulationRates() - Method in class org.powertac.common.TariffSpecification
Returns the RegulationRate instances from among the rates in this tariff spec.
getRelativeHeaderOffset() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The relative header offset stored in this extra field.
getReliability() - Method in class org.powertac.genco.Genco
Probability that this plant will submit asks in any given timeslot
getRemainingRegulationCapacity() - Method in class org.powertac.common.TariffSubscription
Returns the maximum aggregate up-regulation possible after the customer model has run and possibly applied economic controls.
getRemoteDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the remote device id.
getRemoteDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the remote major device id.
getRemoteDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the remote minor device id.
getRequesterClass() - Method in class org.powertac.common.RandomSeed
 
getRequesterId() - Method in class org.powertac.common.RandomSeed
 
getResponse() - Method in class org.powertac.common.RegulationRate
 
getRevokedSubscriptionList(CustomerInfo) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the list of subscriptions for this customer that have been revoked and have non-zero committed customer counts.
getRoofArea() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getRoofRValue() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getRwaOffset() - Method in class org.powertac.genco.CpGenco
Random-walk offset for the quadratic coefficient
getRwaSigma() - Method in class org.powertac.genco.CpGenco
Random-walk sigma for the quadratic coefficient
getRwcOffset() - Method in class org.powertac.genco.CpGenco
Random-walk offset for the constant coefficient
getRwcSigma() - Method in class org.powertac.genco.CpGenco
Random-walk sigma for the constant coefficient
getScaleFactor() - Method in class org.powertac.genco.MisoBuyer
 
getScores() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
getSelfDischargeRate() - Method in class org.powertac.customer.model.Battery
 
getSellLimitPriceMax() - Method in class org.powertac.du.DefaultBrokerService
 
getSellLimitPriceMin() - Method in class org.powertac.du.DefaultBrokerService
 
getSerialNumber() - Method in class org.powertac.common.Timeslot
 
getServerConfiguration() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a ServerConfiguration service
getServerConfiguration() - Method in class org.powertac.customer.CustomerModelService
 
getServerTime() - Method in class org.powertac.common.msg.BrokerAccept
Returns the server's system time at the time this instance was created.
getShiftData() - Method in class org.powertac.customer.model.LiftTruck
 
getShiftingInconvenienceFactor(Tariff) - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
 
getShiftingInconvenienceFactor(Tariff) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getShiftingInconvenienceFactor(Tariff) - Method in class org.powertac.customer.model.Battery
 
getShiftingInconvenienceFactor(Tariff) - Method in class org.powertac.customer.model.LiftTruck
 
getShiftingInconvenienceFactor(Tariff) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
getShiftSag() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getSignupPayment() - Method in class org.powertac.common.Tariff
One-time payment for subscribing to tariff, negative for payment from customer, positive for payment to customer.
getSignupPayment() - Method in class org.powertac.common.TariffSpecification
 
getSimpleName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the path of the entry.
getSimulationBaseTime() - Method in class org.powertac.common.Competition
Start time of a sim session in the sim world.
getSimulationModulo() - Method in class org.powertac.common.Competition
Minimum value in milliseconds by which time advances in a simulation, or in other words, the size of a clock tick.
getSimulationRate() - Method in class org.powertac.common.Competition
The time-compression factor for the simulation.
getSimulationTimeslotSeconds() - Method in class org.powertac.common.Competition
Returns the number of seconds in wall-clock time per timeslot, truncated to an integer.
getSingleton() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getSize() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getSize() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
Gets the uncompressed size of this entry.
getSize() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
Get this entry's file size.
getSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the filesize.
getSize() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the size of the entry.
getSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Get this entry's file size.
getSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's file size.
getSize() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The uncompressed size stored in this extra field.
getSize() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the uncompressed size of the entry data.
getSize() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Get the uncompressed size of the stream
getSnappyFramed() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getSnappyRaw() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getSocialClassName() - Method in class org.powertac.evcustomer.beans.ClassCar
 
getSocialClassName() - Method in class org.powertac.evcustomer.beans.ClassGroup
 
getSoldThreshold() - Method in class org.powertac.common.TariffEvaluationHelper
 
getSpecId() - Method in class org.powertac.common.Tariff
 
getStart() - Method in class org.powertac.common.CapacityProfile
 
getStart() - Method in class org.powertac.common.msg.SimResume
 
getStart() - Method in class org.powertac.common.msg.SimStart
 
getStart() - Method in class org.powertac.common.TimeService
 
getStartInstant() - Method in class org.powertac.common.Timeslot
 
getStartTime() - Method in class org.powertac.common.Timeslot
Returns the DateTime representation of the start time for this timeslot
getState() - Method in class org.powertac.common.Tariff
 
getStatisticsMessage() - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Returns a message describing the overall statistics of the compression run
getStatus() - Method in class org.powertac.common.msg.OrderStatus
 
getStatus() - Method in class org.powertac.common.msg.TariffStatus
 
getStockCapacity() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getStorageCapacity() - Method in class org.powertac.common.CustomerInfo
Returns the maximum energy storage capacity in kWh per member.
getString(long) - Static method in class org.powertac.common.IdGenerator
Converts ID value to String as A.B.
getStructures() - Method in class org.powertac.factoredcustomer.Config
Retrieves the list of configured beans
getStructureTypes() - Method in class org.powertac.factoredcustomer.Config
 
getSubscriberStructure() - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
getSubscriberStructure() - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
getSubscription(CustomerInfo, Tariff) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Returns the TariffSubscription for the given Tariff/Customer pair, creating it if necessary.
getSubscription() - Method in class org.powertac.customer.StepInfo
 
getSummary() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Return the archive summary information.
getSupersedes() - Method in class org.powertac.common.TariffSpecification
 
getTableSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getTariff() - Method in class org.powertac.common.TariffSubscription
 
getTariffChoiceSample() - Method in interface org.powertac.common.interfaces.CustomerModelAccessor
Returns a [0,1] random value used to make choices using the logit choice model.
getTariffChoiceSample() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getTariffChoiceSample() - Method in class org.powertac.customer.model.Battery
 
getTariffChoiceSample() - Method in class org.powertac.customer.model.LiftTruck
 
getTariffCount() - Method in class org.powertac.evcustomer.Config
 
getTariffId() - Method in class org.powertac.common.msg.TariffStatus
 
getTariffId() - Method in class org.powertac.common.msg.TariffUpdate
 
getTariffId() - Method in class org.powertac.common.RateCore
Returns the id of the TariffSpecification to which this Rate is attached.
getTariffRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a TariffRepo
getTariffRepo() - Method in class org.powertac.customer.CustomerModelService
 
getTariffSpec() - Method in class org.powertac.common.Tariff
 
getTariffSpec() - Method in class org.powertac.common.TariffTransaction
Returns the TariffSpecification instance to which this transaction applies.
getTariffSpecification() - Method in class org.powertac.common.Tariff
 
getTariffSubscriptionRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a TariffSubscriptionRepo
getTariffSubscriptionRepo() - Method in class org.powertac.customer.CustomerModelService
 
getTariffSwitchFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getTariffVolumeThreshold() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getTempAlpha() - Method in class org.powertac.genco.MisoBuyer
 
getTemperature() - Method in class org.powertac.common.WeatherForecastPrediction
 
getTemperature() - Method in class org.powertac.common.WeatherReport
 
getTemperatureFactor(int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getTemperatureInfluence() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getTemperatureReference() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getThreshold() - Method in class org.powertac.common.CapacityTransaction
The peak-demand threshold for this assessment.
getTieredRateFactor() - Method in class org.powertac.common.TariffEvaluator
Returns inconvenience of tiered rate.
getTieredRateFactor() - Method in class org.powertac.evcustomer.Config
 
getTieredRateFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getTierThreshold() - Method in class org.powertac.common.Rate
 
getTime() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the time in seconds.
getTimeForIndex(int) - Method in class org.powertac.common.repo.TimeslotRepo
Converts int timeslot index to Instant
getTimeService() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to the TimeService
getTimeService() - Method in class org.powertac.customer.CustomerModelService
 
getTimeslot() - Method in class org.powertac.common.ClearedTrade
 
getTimeslot() - Method in class org.powertac.common.MarketPosition
 
getTimeslot() - Method in class org.powertac.common.MarketTransaction
 
getTimeslot() - Method in class org.powertac.common.msg.DistributionReport
 
getTimeslot() - Method in class org.powertac.common.Order
 
getTimeslot() - Method in class org.powertac.common.Orderbook
 
getTimeslot() - Method in class org.powertac.common.WeatherForecast
Deprecated.
getTimeslot() - Method in class org.powertac.customer.StepInfo
 
getTimeslotDuration() - Method in class org.powertac.common.Competition
Returns the duration of a timeslot in milliseconds sim-time.
getTimeslotIndex() - Method in class org.powertac.common.ClearedTrade
 
getTimeslotIndex() - Method in class org.powertac.common.MarketPosition
 
getTimeslotIndex() - Method in class org.powertac.common.MarketTransaction
 
getTimeslotIndex() - Method in class org.powertac.common.msg.BalanceReport
 
getTimeslotIndex() - Method in class org.powertac.common.msg.ControlEvent
 
getTimeslotIndex() - Method in class org.powertac.common.msg.TimeslotComplete
 
getTimeslotIndex() - Method in class org.powertac.common.Order
 
getTimeslotIndex() - Method in class org.powertac.common.Orderbook
The timeslot in which energy commitments represented by cleared trades are due.
getTimeslotIndex(Instant) - Method in class org.powertac.common.repo.TimeslotRepo
Converts time to timeslot index without actually creating a timeslot
getTimeslotIndex() - Method in class org.powertac.common.WeatherForecast
 
getTimeslotIndex() - Method in class org.powertac.common.WeatherReport
 
getTimeslotLength() - Method in class org.powertac.common.Competition
Returns the length of a timeslot in minutes (sim time).
getTimeslotRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a TimeslotRepo
getTimeslotRepo() - Method in class org.powertac.customer.CustomerModelService
 
getTimeslotsOpen() - Method in class org.powertac.common.Competition
Number of timeslots simultaneously open for trading.
getTimezoneOffset() - Method in class org.powertac.common.Competition
Returns timezone offset for sim locale.
getTotalBytesWritten() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
The total number of bytes written to the output for all files
getTotalConsumption() - Method in class org.powertac.common.msg.DistributionReport
 
getTotalCost() - Method in class org.powertac.common.Tariff
 
getTotalProduction() - Method in class org.powertac.common.msg.DistributionReport
 
getTotalUsage() - Method in class org.powertac.common.Tariff
 
getTotalUsage() - Method in class org.powertac.common.TariffSubscription
 
getTouFactor() - Method in class org.powertac.common.TariffEvaluator
Returns inconvenience of time-of-use rate.
getTouFactor() - Method in class org.powertac.evcustomer.Config
 
getTouFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getTruckKW() - Method in class org.powertac.customer.model.LiftTruck
 
getTruckStd() - Method in class org.powertac.customer.model.LiftTruck
 
getTurnoverRatio() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getTxType() - Method in class org.powertac.common.TariffTransaction
 
getType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Get the type of the entry.
getUID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Get the user id.
getUID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Gets the UID as a long.
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
Maps the given name of a bzip2-compressed file to the name that the file should have after uncompression.
getUncompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
Maps the given name of a compressed file to the name that the file should have after uncompression.
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
Maps the given name of a gzip-compressed file to the name that the file should have after uncompression.
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Maps the given name of a lzma-compressed file to the name that the file should have after uncompression.
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Maps the given name of a xz-compressed file to the name that the file should have after uncompression.
getUnicodeName() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
getUnitSize() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getUnixMode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
File mode of this entry as Unix stat value.
getUnixMode() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Unix permission.
getUnixSymlink(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Convenience method to return the entry's content as a String if isUnixSymlink() returns true for it, otherwise returns null.
getUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Looks up extra field data that couldn't be parsed correctly.
getUpdateId() - Method in class org.powertac.common.msg.TariffStatus
 
getUpRegulationCapacity() - Method in class org.powertac.common.RegulationAccumulator
Returns the available up-regulation capacity in kWh.
getUpRegulationCapacity() - Method in class org.powertac.common.RegulationCapacity
Returns the available up-regulation capacity in kWh.
getUpRegulationKW() - Method in class org.powertac.common.CustomerInfo
Returns the maximum up-regulation rate in kW per member, beyond the curtailment of its load.
getUpRegulationPayment() - Method in class org.powertac.common.RegulationRate
 
getUsageCharge(double, double, boolean) - Method in class org.powertac.common.Tariff
Returns the usage charge for a single customer in the current timeslot.
getUsageCharge(Instant, double, double) - Method in class org.powertac.common.Tariff
Returns the usage charge for a single customer using an amount of energy at some time in the past or future.
getUsageCharge(Instant, double, double, TariffEvaluationHelper) - Method in class org.powertac.common.Tariff
Returns a risk-adjusted usage charge, with prices for variable rates adjusted by the given TariffEvaluationHelper.
getUsageChargePercentBenefit() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getUsageChargeStance() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getUsageChargeThreshold() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
getUserId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getUserId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the user id.
getUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated.
use #getLongUserId instead as user ids can be bigger than Integer.MAX_VALUE
getUserId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the user id.
getUserName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's user name.
getUsername() - Method in class org.powertac.common.Broker
Returns the username for this Broker.
getUsername() - Method in class org.powertac.common.msg.BrokerAuthentication
 
getUtilities() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Get value as Java long.
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java BigInteger from eight bytes starting at given array offset
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from an eight-byte array
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Get value as Java long.
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Helper method to get the value as a Java long from four bytes starting at given array offset
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Helper method to get the value as a Java long from a four-byte array
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Get value as Java int.
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Helper method to get the value as a java int from two bytes starting at given array offset
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Helper method to get the value as a java int from a two-byte array
getValue() - Method in class org.powertac.common.HourlyCharge
 
getValue() - Method in class org.powertac.common.RandomSeed
 
getValue() - Method in class org.powertac.common.Rate
Returns the rate for the current time.
getValue(AbstractInstant) - Method in class org.powertac.common.Rate
Shortcut to get value at an instant without a TEH.
getValue(AbstractInstant, TariffEvaluationHelper) - Method in class org.powertac.common.Rate
Returns the rate for some time in the past or future, regardless of whether the Rate applies at that time, and regardless of whether the requested time is beyond the notification interval of a variable rate.
getVariability() - Method in class org.powertac.genco.Genco
Maximim amount by which capacity can change/timeslot in random walk.
getVariablePricingFactor() - Method in class org.powertac.common.TariffEvaluator
Returns inconvenience of variable pricing.
getVariablePricingFactor() - Method in class org.powertac.evcustomer.Config
 
getVariablePricingFactor() - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
getVersionMadeBy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The "version made by" field.
getVersionRequired() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The "version required to expand" field.
getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Return the tape volume where this file is located.
getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Get volume (tape) number.
getWallArea() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getWallRValue() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
getWeatherReportRepo() - Method in interface org.powertac.common.interfaces.CustomerServiceAccessor
Returns a reference to a WeatherReportRepo
getWeatherReportRepo() - Method in class org.powertac.customer.CustomerModelService
 
getWeekdayWeight() - Method in class org.powertac.evcustomer.beans.Activity
 
getWeekendWeight() - Method in class org.powertac.evcustomer.beans.Activity
 
getWeeklyBegin() - Method in class org.powertac.common.Rate
 
getWeeklyEnd() - Method in class org.powertac.common.Rate
 
getWeightInconvenience() - Method in class org.powertac.evcustomer.Config
 
getWindDirection() - Method in class org.powertac.common.WeatherForecastPrediction
 
getWindDirection() - Method in class org.powertac.common.WeatherReport
 
getWindDirectionFactor(int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getWindDirectionInfluence() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getWindowsAttributes() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the windows attributes.
getWindSpeed() - Method in class org.powertac.common.WeatherForecastPrediction
 
getWindSpeed() - Method in class org.powertac.common.WeatherReport
 
getWindspeedFactor(int) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getWindSpeedInfluence() - Method in class org.powertac.factoredcustomer.CapacityStructure
 
getWtExpected() - Method in class org.powertac.common.TariffEvaluationHelper
Parameter access
getWtMax() - Method in class org.powertac.common.TariffEvaluationHelper
 
getWtRealized() - Method in class org.powertac.common.TariffEvaluationHelper
 
getXz() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getZ() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getZipEncoding(String) - Static method in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
Instantiates a zip encoding.
GIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the group id field in a header buffer.
GNAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the group name field in a header buffer.
GNU_LONGLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The name of the GNU tar entry which contains a long name.
GroupActivity - Class in org.powertac.evcustomer.beans
Join table between SocialGroup and Activity.
GroupActivity(String) - Constructor for class org.powertac.evcustomer.beans.GroupActivity
Auto-configure constructor
GZIP - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "gz") used to identify the GZIP compression algorithm.
GzipCompressorInputStream - Class in org.apache.commons.compress.compressors.gzip
Input stream that decompresses .gz files.
GzipCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Constructs a new input stream that decompresses gzip-compressed data from the specified input stream.
GzipCompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Constructs a new input stream that decompresses gzip-compressed data from the specified input stream.
GzipCompressorOutputStream - Class in org.apache.commons.compress.compressors.gzip
Compressed output stream using the gzip format.
GzipCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
Creates a gzip compressed output stream with the default parameters.
GzipCompressorOutputStream(OutputStream, GzipParameters) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
Creates a gzip compressed output stream with the specified parameters.
GzipParameters - Class in org.apache.commons.compress.compressors.gzip
Parameters for the GZIP compressor.
GzipParameters() - Constructor for class org.apache.commons.compress.compressors.gzip.GzipParameters
 
GzipUtils - Class in org.apache.commons.compress.compressors.gzip
Utility code for the gzip compression format.

H

handleMessage(TariffTransaction) - Method in class org.powertac.du.DefaultBrokerService
Handles a TariffTransaction.
handleMessage(WeatherReport) - Method in class org.powertac.du.DefaultBrokerService
Receives a new WeatherReport.
handleMessage(MarketTransaction) - Method in class org.powertac.du.DefaultBrokerService
Receives a new MarketTransaction.
handleMessage(CustomerBootstrapData) - Method in class org.powertac.du.DefaultBrokerService
Handles CustomerBootstrapData by populating the customer model corresponding to the given customer and power type.
handleMessage(CashPosition) - Method in class org.powertac.du.DefaultBrokerService
CashPosition is the last message sent by Accounting.
handleMessage(TimeslotComplete) - Method in class org.powertac.du.DefaultBrokerService
TimeslotComplete is the last message sent in each timeslot.
handleNewObject(Object) - Method in interface org.powertac.logtool.common.NewObjectListener
 
handleNewTimeslot() - Method in interface org.powertac.factoredcustomer.interfaces.FactoredCustomer
 
handleNewTimeslot(Timeslot) - Method in interface org.powertac.factoredcustomer.interfaces.UtilityOptimizer
 
handleProfileRecommendation(ProfileRecommendation) - Method in interface org.powertac.factoredcustomer.ProfileRecommendation.Listener
 
handleProfileRecommendationPerSub(ProfileRecommendation, TariffSubscription, CapacityProfile) - Method in interface org.powertac.factoredcustomer.ProfileRecommendation.Listener
 
handleRevokedTariff() - Method in class org.powertac.common.TariffSubscription
Handles the subscription switch in case the underlying Tariff has been revoked.
hashCode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
 
hashCode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Hashcodes are based on entry names.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Get the hashCode of the entry.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
hashCode() - Method in class org.powertac.util.Pair
 
hasNext() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
 
hasRegulationRate() - Method in class org.powertac.common.Tariff
Wrapper for TariffSpecification.hasRegulationRate()
hasRegulationRate() - Method in class org.powertac.common.TariffSpecification
Returns true just in case this tariff has one or more RegulationRates.
hasRegulationRate() - Method in class org.powertac.common.TariffSubscription
True just in case this subscription allows regulation.
hasStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Whether there is any content associated with this entry.
HEADER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
The header for each entry
HIGH_DENSITY_NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
HostOs() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
HOUR - Static variable in class org.powertac.common.TimeService
 
HourlyCharge - Class in org.powertac.common
Represents the cost of power during a specific timeslot in a variable Rate.
HourlyCharge(Instant, double) - Constructor for class org.powertac.common.HourlyCharge
Creates a new HourlyCharge to communicate rate information to customers.
HourlyCharge() - Constructor for class org.powertac.common.HourlyCharge
 

I

id - Variable in class org.powertac.common.BrokerTransaction
 
id - Variable in class org.powertac.common.MarketPosition
 
id - Variable in class org.powertac.common.msg.DistributionReport
 
id - Variable in class org.powertac.common.msg.OrderStatus
 
id - Variable in class org.powertac.common.TariffMessage
 
IdGenerator - Class in org.powertac.common
Generates numeric ID values for domain types.
IdGenerator() - Constructor for class org.powertac.common.IdGenerator
 
in - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
incrementCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
init() - Method in class org.powertac.common.interfaces.TimeslotPhaseProcessor
This method must be called in the per-game initialization code in each implementing class.
init() - Method in class org.powertac.common.Tariff
Initializes tariff by building the rate map.
init(double, double, double, double) - Method in class org.powertac.common.TariffEvaluationHelper
Initializes, setting parameters, then normalize the weights for expectedMean and maxValue.
init() - Method in class org.powertac.common.TariffEvaluationHelper
Initializes, without changing parameter settings
init(Instant) - Method in class org.powertac.common.TimeService
Sets current time to modulo before the desired start time.
init(BrokerProxy, int, RandomSeedRepo, TimeslotRepo) - Method in class org.powertac.genco.CpGenco
 
init(BrokerProxy, int, RandomSeedRepo) - Method in class org.powertac.genco.Genco
 
init(BrokerProxy, int, ContextService) - Method in class org.powertac.genco.MisoBuyer
 
init(List<Genco>) - Method in class org.powertac.genco.SimpleGencoService
Simply receives and stores the list of genco and buyer instances generated by the initialization service.
InitializationService - Interface in org.powertac.common.interfaces
Implementations of this interface are expected to initialize individual plugins prior to the beginning of a game.
initialize(Competition, List<String>) - Method in interface org.powertac.common.interfaces.InitializationService
Initializes a plugin prior to the beginning of a game.
initialize() - Method in class org.powertac.customer.AbstractCustomer
Initializes the instance.
initialize() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
initialize(Competition, List<String>) - Method in class org.powertac.customer.CustomerModelService
 
initialize() - Method in class org.powertac.customer.model.Battery
Initialization must provide accessor to Customer instance and time.
initialize() - Method in class org.powertac.customer.model.LiftTruck
Initialization must provide accessor to Customer instance and time.
initialize(CustomerServiceAccessor) - Method in interface org.powertac.customer.ModelComponent
Initializes the component with service reference
initialize(Competition, List<String>) - Method in class org.powertac.du.DefaultBrokerService
Called by initialization service once at the beginning of each game.
initialize(int, double, double, double, double) - Method in class org.powertac.evcustomer.beans.GroupActivity
Fills in fields for testing
initialize(SocialGroup, String, Map<Integer, Activity>, Map<Integer, GroupActivity>, CarType, CustomerServiceAccessor, Config) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
initialize() - Method in class org.powertac.evcustomer.customers.EvSocialClass
Hooks up data structures, creates EvCustomers and corresponding CustomerInfo instances.
initialize(FactoredCustomerService) - Method in class org.powertac.factoredcustomer.CapacityStructure
 
initialize(FactoredCustomerService, CustomerStructure) - Method in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
initialize(Competition, List<String>) - Method in class org.powertac.factoredcustomer.FactoredCustomerService
This is called once at the beginning of each game.
initialize(FactoredCustomerService, CustomerStructure) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityBundle
 
initialize(FactoredCustomerService) - Method in interface org.powertac.factoredcustomer.interfaces.FactoredCustomer
 
initialize(FactoredCustomerService) - Method in interface org.powertac.factoredcustomer.interfaces.UtilityOptimizer
 
initialize(FactoredCustomerService) - Method in class org.powertac.factoredcustomer.ProbabilityDistribution
 
initialize(FactoredCustomerService) - Method in class org.powertac.factoredcustomer.TariffSubscriberStructure
 
initialize(FactoredCustomerService) - Method in class org.powertac.factoredcustomer.TimeseriesGenerator
 
initialize(Competition, List<String>) - Method in class org.powertac.genco.SimpleGencoService
Creates the gencos and the buyer using the server configuration service.
initialize() - Method in class org.powertac.logtool.LogtoolContext
Set up the Spring context
initializeCostFactors(double, double, double, double) - Method in class org.powertac.common.TariffEvaluationHelper
Initializes cost factors and normalizes
initializeCostFactors(double, double, double, double) - Method in class org.powertac.common.TariffEvaluator
Delegates profile cost factors to helper.
initializeInconvenienceFactors(double, double, double, double) - Method in class org.powertac.common.TariffEvaluator
Initializes the per-tariff inconvenience factors.
initializeRegulationFactors(double, double, double) - Method in class org.powertac.common.TariffEvaluationHelper
Initializes regulation factors.
initializeRegulationFactors(double, double, double) - Method in class org.powertac.common.TariffEvaluator
Initializes the per-timeslot regulation-capacity estimates.
initializeTables(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Initializes the arrays based on the maximum code size.
InputStreamSupplier - Interface in org.apache.commons.compress.parallel
Supplies input streams.
INTERRUPTIBLE_CONSUMPTION - Static variable in class org.powertac.common.enumerations.PowerType
 
InvalidFormatException - Exception in org.apache.commons.compress.archivers.dump
Invalid Format Exception.
InvalidFormatException() - Constructor for exception org.apache.commons.compress.archivers.dump.InvalidFormatException
 
InvalidFormatException(long) - Constructor for exception org.apache.commons.compress.archivers.dump.InvalidFormatException
 
IOUtils - Class in org.apache.commons.compress.utils
Utility functions
isActive() - Method in class org.powertac.common.Tariff
True just in case this tariff is OFFERED or ACTIVE
isAdaptive - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
isAllocationDetailsLogging() - Method in class org.powertac.factoredcustomer.Config
 
isAnalyzed() - Method in class org.powertac.common.Tariff
Returns the analyzed flag.
isAntiItem() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Indicates whether this is an "anti-item" used in differential backups, meaning it should delete the same file from a previous backup.
isArrayZero(byte[], int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Returns true if the first N bytes of an array are all zero
isAtEOF() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
isBit0_modifyTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns whether bit0 of the flags byte is set or not, which should correspond to the presence or absence of a modify timestamp in this particular zip entry.
isBit1_accessTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns whether bit1 of the flags byte is set or not, which should correspond to the presence or absence of a "last access" timestamp in this particular zip entry.
isBit2_createTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns whether bit2 of the flags byte is set or not, which should correspond to the presence or absence of a create timestamp in this particular zip entry.
isBlkDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a block device?
isBlockDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a block device.
isBlockDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a block device entry.
isBootstrapMode() - Method in interface org.powertac.common.interfaces.CompetitionControl
True just in case the sim is running in bootstrap mode - generating bootstrap data.
isCanNegotiate() - Method in class org.powertac.common.CustomerInfo
True just in case the underlying Customer model can negotiate individual contracts.
isCapacityDetailsLogging() - Method in class org.powertac.factoredcustomer.Config
 
isCharacterDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a character device.
isCharacterDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a character device entry.
isCheckSumOK() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's checksum status.
isChrDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a character device?
isCompressed() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Is this volume compressed? N.B., individual blocks may or may not be compressed.
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
Detects common bzip2 suffixes in the given filename.
isCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
Detects common format suffixes in the given filename.
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
Detects common gzip suffixes in the given filename.
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Detects common lzma suffixes in the given filename.
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Detects common xz suffixes in the given filename.
isConsumption() - Method in class org.powertac.common.enumerations.PowerType
Returns true just in case this type would apply to a consumption tariff.
isCovered() - Method in class org.powertac.common.Tariff
True just in case the set of Rates cover all the possible hour and tier slots.
isDeleted() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Has this file been deleted? (On valid on incremental dumps.)
isDescendent(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the given entry is a descendant of this entry.
isDirectory() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
isDirectory() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
Returns true if this entry refers to a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
True if the entry refers to a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a directory?
isDirectory() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Return whether or not this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Return whether or not this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Is this entry a directory?
isDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Is this entry a directory?
isEmpty() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
isEnabled() - Method in class org.powertac.common.Broker
True just in case either the broker is logged in, or is a local wholesale broker.
isEOFRecord(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Determine if an archive record indicate End of Archive.
isEqual(byte[], int, int, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, optionally ignoring trailing nulls
isEqual(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers
isEqual(byte[], byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers
isEqual(byte[], byte[], boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, optionally ignoring trailing nulls
isEqualWithNull(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, ignoring trailing nulls
isExpired() - Method in class org.powertac.common.Tariff
True just in case the current time is past the expiration date of this Tariff.
isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicates in case of an oldgnu sparse file if an extension sparse header follows.
isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
 
isExtendedAttributes() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Does this volume cotain extended attributes.
ISEXTENDEDLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the is extension field in an old GNU header buffer.
ISEXTENDEDLEN_GNU_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the is extension field in a sparse header buffer.
isFifo() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a fifo/pipe?
isFIFO() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a FIFO (pipe) entry.
isFile() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a regular file?
isFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a "normal file"
isFixed() - Method in class org.powertac.common.Rate
 
isGlobalPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a Pax header.
isGNULongLinkEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU long linkname block
isGNULongNameEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU long name block
isGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU sparse block.
isHostOsUnix() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
Is the operating system the archive has been created on one that is considered a UNIX OS by arj?
isInOperation() - Method in class org.powertac.genco.Genco
True if plant is currently operating
isInterruptible() - Method in class org.powertac.common.enumerations.PowerType
Returns true just in case this type is interruptible.
isInterruptible() - Method in class org.powertac.common.Tariff
True just in case this tariff could result in curtailment
isLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a link entry.
isLink() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Is this entry a symbolic link?
isLocal() - Method in class org.powertac.common.Broker
True for a Broker that is local to the server.
isLZMACompressionAvailable() - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Are the classes required to support LZMA compression available?
isMetaDataOnly() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Does this volume only contain metadata?
isMultiContracting() - Method in class org.powertac.common.CustomerInfo
True if this customer can subscribe to multiple contracts.
isNetwork() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a network device.
isNewHeader() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Is this the new header format? (We do not currently support the old format.)
isNewInode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Is this the new inode format? (We do not currently support the old format.)
ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.CharsetNames
CharEncodingISO Latin Alphabet No.
ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.Charsets
CharsetNamesISO Latin Alphabet No.
isOldGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU or star sparse block using the oldgnu format.
isOpen() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
isPaxGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU sparse block using one of the PAX formats.
isPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a Pax header.
isPipe() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a pipe.
isProduction() - Method in class org.powertac.common.enumerations.PowerType
Returns true just in case this type would apply to a production tariff.
isReceiveRecommendations() - Method in class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
isRegularFile() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a regular file.
isRegulation() - Method in class org.powertac.common.TariffTransaction
True just in case this is transaction reports exercise of regulation capacity.
isRemoved(long) - Method in class org.powertac.common.repo.TariffRepo
Tests whether a tariff has been deleted.
isRevoked() - Method in class org.powertac.common.Tariff
True just in case this tariff has been revoked.
isRunning() - Method in interface org.powertac.common.interfaces.CompetitionControl
True if a simulation (boot or sim) session is currently running.
isSeekable() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
This method indicates whether this archive is writing to a seekable stream (i.e., to a random access file).
isSocket() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a socket.
isSocket() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a network device?
isSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check whether this is a sparse entry.
isSparseRecord(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a sparse record?
isStarSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a star sparse block using PAX headers.
isStorage() - Method in class org.powertac.common.enumerations.PowerType
Returns true just in case this type is a storage type.
isSubscribable() - Method in class org.powertac.common.Tariff
True just in case this tariff can accept new subscriptions
isSymbolicLink() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Check if this entry represents a symbolic link.
isSymbolicLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Check if this is a symbolic link entry.
isTiered() - Method in class org.powertac.common.Tariff
True just in case this tariff has at least one tiered rate
isTimeOfUse() - Method in class org.powertac.common.Rate
True just in case this Rate does not apply everywhen
isTimeOfUse() - Method in class org.powertac.common.Tariff
True just in case this tariff has at least one Time-of-Use rate
isTimeslotEnabled(Timeslot) - Method in class org.powertac.common.repo.TimeslotRepo
True just in case the specified timeslot is enabled.
isTimeslotEnabled(int) - Method in class org.powertac.common.repo.TimeslotRepo
True just in case the timeslot with the given index is enabled.
isUnixSymlink() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Returns true if this entry represents a unix symlink, in which case the entry's content contains the target path for the symlink.
isUsageChargesLogging() - Method in class org.powertac.factoredcustomer.Config
 
isValid() - Method in class org.powertac.common.msg.BalancingOrder
Valid if exerciseRatio between 0 and 1
isValid() - Method in class org.powertac.common.msg.VariableRateUpdate
By default, these are invalid.
isValid(Rate) - Method in class org.powertac.common.msg.VariableRateUpdate
Given a Rate, a VRU is valid if it has the correct ID, if the Rate is not fixed, and if the HourlyCharge specifies a value between the minValue and maxValue of the Rate.
isValid(TariffSpecification) - Method in class org.powertac.common.Rate
Returns true just in case this Rate is internally valid, and valid with respect to the given TariffSpecification.
isValid(TariffSpecification) - Method in class org.powertac.common.RegulationRate
Returns true just in case this Rate is internally valid, and valid with respect to the given TariffSpecification.
isValid() - Method in class org.powertac.common.TariffMessage
 
isValid() - Method in class org.powertac.common.TariffSpecification
A TariffSpecification is valid if it has a least one Rate, and all its Rates are valid; minDuration is non-negative;
isValid() - Method in interface org.powertac.common.ValidatableMessage
Implementation should return true just in case the message is internally valid.
isVariableRate() - Method in class org.powertac.common.Tariff
True just in case this tariff has at least one dynamic rate
isWeekly() - Method in class org.powertac.common.Tariff
 
isWholesale() - Method in class org.powertac.common.Broker
True for a broker that operates on the wholeside of the wholesale market.
isXZCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Are the classes required to support XZ compression available?
Iterators - Class in org.apache.commons.compress.utils
Iterator utilities.

J

JAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "jar") used to identify the JAR archive format.
JarArchiveEntry - Class in org.apache.commons.compress.archivers.jar
 
JarArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(JarEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveInputStream - Class in org.apache.commons.compress.archivers.jar
Implements an input stream that can read entries from jar files.
JarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Creates an instance from the input stream using the default encoding.
JarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Creates an instance from the input stream using the specified encoding.
JarArchiveOutputStream - Class in org.apache.commons.compress.archivers.jar
Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on Solaris.
JarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 
JarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
Create and instance that wraps the output stream using the provided encoding.
JarMarker - Class in org.apache.commons.compress.archivers.zip
If this extra field is added as the very first extra field of the archive, Solaris will consider it an executable jar file.
JarMarker() - Constructor for class org.apache.commons.compress.archivers.zip.JarMarker
No-arg constructor
javaTimeToNtfsTime(Date) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Converts Java time to NTFS time.

L

lastSunday() - Method in class org.powertac.customer.AbstractCustomer
 
LBLSIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
LearningCustomerCreator - Class in org.powertac.factoredcustomer
Creates instances of @code{LearningFactoredCustomer} through the @code{CustomerFactory}.
LearningCustomerCreator() - Constructor for class org.powertac.factoredcustomer.LearningCustomerCreator
 
LF_BLK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Block device file type.
LF_CHR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Character device file type.
LF_CONTIG - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Contiguous file type.
LF_DIR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Directory file type.
LF_FIFO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
FIFO (pipe) file type.
LF_GNUTYPE_LONGLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the *next* file on the tape as having a long linkname.
LF_GNUTYPE_LONGNAME - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the *next* file on the tape as having a long name.
LF_GNUTYPE_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Sparse file type.
LF_LINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Link file type.
LF_NORMAL - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Normal file type.
LF_OLDNORM - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_PAX_EXTENDED_HEADER_LC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax extended header.
LF_PAX_EXTENDED_HEADER_UC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax extended header (SunOS tar -E).
LF_PAX_GLOBAL_EXTENDED_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax global extended header.
LF_SYMLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Symbolic link file type.
LFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Local File Header Signature
LiftTruck - Class in org.powertac.customer.model
Models the complement of lift trucks in a warehouse.
LiftTruck() - Constructor for class org.powertac.customer.model.LiftTruck
Default constructor, requires manual setting of name
LiftTruck(String) - Constructor for class org.powertac.customer.model.LiftTruck
Standard constructor for named configurable type
LINK_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates symbolic links.
list() - Method in class org.powertac.common.repo.BrokerRepo
 
list() - Method in class org.powertac.common.repo.CustomerRepo
 
listBeansOfType(Class<T>) - Static method in class org.powertac.common.spring.SpringApplicationContext
Returns all the Spring beans that are instances of the given type.
Lister - Class in org.apache.commons.compress.archivers
Simple command line application that lists the contents of an archive.
Lister() - Constructor for class org.apache.commons.compress.archivers.Lister
 
Lists - Class in org.apache.commons.compress.utils
List utilities
ListTools - Class in org.powertac.util
A collection of static methods intended to simplify list processing tasks.
ListTools() - Constructor for class org.powertac.util.ListTools
 
loadSeeds(File) - Method in class org.powertac.common.repo.RandomSeedRepo
Pre-loads seeds from an existing server logfile, or from a stripped-down logfile containing only the RandomSeed lines.
loadSeeds(InputStreamReader) - Method in class org.powertac.common.repo.RandomSeedRepo
Pre-loads seeds from a stream.
log - Static variable in class org.powertac.common.RegulationAccumulator
 
log - Static variable in class org.powertac.common.RegulationCapacity
 
log - Static variable in class org.powertac.customer.AbstractCustomer
 
loginBroker(String) - Method in interface org.powertac.common.interfaces.CompetitionControl
Attempts to log in a broker by username.
Logtool - Class in org.powertac.logtool
This is the top level of the top-down version of the Power TAC logtool analyzer.
Logtool() - Constructor for class org.powertac.logtool.Logtool
 
LogtoolContext - Class in org.powertac.logtool
Abstract class to hook an Analyzer into the Spring Context.
LogtoolContext() - Constructor for class org.powertac.logtool.LogtoolContext
 
LogtoolCore - Class in org.powertac.logtool
Reads a state log file, re-creates and updates objects, calls listeners.
LogtoolCore() - Constructor for class org.powertac.logtool.LogtoolCore
Default constructor
LONGFILE_BSD - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
BSD ar extensions are used to store long file names in the archive.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Fail if a long file name is required in the archive.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Fail if a long file name is required in the archive.
LONGFILE_GNU - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
GNU tar extensions are used to store long file names in the archive.
LONGFILE_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
POSIX/PAX extensions are used to store long file names in the archive.
LONGFILE_TRUNCATE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Long paths will be truncated in the archive.
LONGNAMESLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the long names field in an old GNU header buffer.
LZMA - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "lzma") used to identify the LZMA compression method.
LZMACompressorInputStream - Class in org.apache.commons.compress.compressors.lzma
LZMA decompressor.
LZMACompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
Creates a new input stream that decompresses LZMA-compressed data from the specified input stream.
LZMACompressorOutputStream - Class in org.apache.commons.compress.compressors.lzma
LZMA compressor.
LZMACompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
Creates a LZMA compressor.
LZMAUtils - Class in org.apache.commons.compress.compressors.lzma
Utility code for the lzma compression format.
LZWInputStream - Class in org.apache.commons.compress.compressors.lzw
Generic LZW implementation.
LZWInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.compressors.lzw.LZWInputStream
 

M

MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
MAGIC_ANT - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The magic tag representing an Ant tar archive.
MAGIC_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The magic tag representing a GNU tar archive.
MAGIC_NEW - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
magic number of a cpio entry in the new format
MAGIC_NEW_CRC - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
magic number of a cpio entry in the new format with crc
MAGIC_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset of start of magic field within header record
MAGIC_OLD_ASCII - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
magic number of a cpio entry in the old ascii format
MAGIC_OLD_BINARY - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
magic number of a cpio entry in the old binary format
MAGIC_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The magic tag representing a POSIX tar archive.
MAGIC_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The magix string used in the last four bytes of the header to identify the xstar format.
MAGICLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the magic field in a header buffer.
main(String[]) - Static method in class org.apache.commons.compress.archivers.Lister
 
main(String[]) - Static method in class org.apache.commons.compress.archivers.sevenz.CLI
 
main(String[]) - Static method in class org.powertac.factoredcustomer.utils.BootDataExtractor
 
main(String[]) - Static method in class org.powertac.logtool.Logtool
Sets up the logtool, delegates everything to a LogtoolCore instance.
makeBalancingTransaction(Broker, double, double) - Method in class org.powertac.common.TransactionFactory
 
makeBankTransaction(Broker, double) - Method in class org.powertac.common.TransactionFactory
 
makeCapacityTransaction(Broker, int, double, double, double) - Method in class org.powertac.common.TransactionFactory
 
makeCashPosition(Broker, double) - Method in class org.powertac.common.TransactionFactory
 
makeDistributionTransaction(Broker, int, int, double, double) - Method in class org.powertac.common.TransactionFactory
 
makeMarketTransaction(Broker, Timeslot, double, double) - Method in class org.powertac.common.TransactionFactory
 
makeOrderbook(Timeslot, Double) - Method in class org.powertac.common.repo.OrderbookRepo
Creates a new Orderbook, with standard defaults (productType = Future, dateExecuted = now).
makeTariffTransaction(Broker, TariffTransaction.Type, TariffSpecification, CustomerInfo, int, double, double) - Method in class org.powertac.common.TransactionFactory
Creates a tariff transaction that is not a regulation transaction.
makeTariffTransaction(Broker, TariffTransaction.Type, TariffSpecification, CustomerInfo, int, double, double, boolean) - Method in class org.powertac.common.TransactionFactory
Creates a tariff transaction that could be a regulation transaction, depending on the value of the isRegulation parameter.
makeTimeslot(Instant) - Method in class org.powertac.common.repo.TimeslotRepo
Creates a timeslot with the given start time.
mapBeansOfType(Class<T>) - Static method in class org.powertac.common.spring.SpringApplicationContext
Returns a map of all the Spring beans that are instances of the given type.
mark(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Since we do not support marking just yet, we do nothing.
mark(int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
MarketBootstrapData - Class in org.powertac.common.msg
Encapsulates market prices and quantities over the bootstrap period.
MarketBootstrapData(double[], double[]) - Constructor for class org.powertac.common.msg.MarketBootstrapData
 
MarketPosition - Class in org.powertac.common
A MarketPosition domain instance represents the current position of a single broker for wholesale power in a given timeslot.
MarketPosition(Broker, int, double) - Constructor for class org.powertac.common.MarketPosition
 
MarketPosition(Broker, Timeslot, double) - Constructor for class org.powertac.common.MarketPosition
 
MarketTransaction - Class in org.powertac.common
A MarketTransaction instance represents a trade in the wholesale market.
MarketTransaction(Broker, int, int, double, double) - Constructor for class org.powertac.common.MarketTransaction
 
MarketTransaction(Broker, int, Timeslot, double, double) - Constructor for class org.powertac.common.MarketTransaction
 
markSupported() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Since we do not support marking just yet, we return false.
markSupported() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.powertac.common.xml.FullCustomerConverter
 
matchAsciiBuffer(String, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Check if buffer contents matches Ascii String.
matchAsciiBuffer(String, byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Check if buffer contents matches Ascii String.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
Checks if the signature matches ASCII "!<arch>" followed by a single LF control character
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Checks if the signature matches what is expected for an arj file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Checks if the signature matches one of the following magic values: Strings: "070701" - MAGIC_NEW "070702" - MAGIC_NEW_CRC "070707" - MAGIC_OLD_ASCII Octal Binary value: 070707 - MAGIC_OLD_BINARY (held as a short) = 0x71C7 or 0xC771
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Look at the first few bytes of the file to decide if it's a dump archive.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Checks if the signature matches what is expected for a jar file (in this case it is the same as for a zip file).
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Checks if the signature matches what is expected for a 7z file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Checks if the signature matches what is expected for a tar file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Checks if the signature matches what is expected for a zip file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Checks if the signature matches what is expected for a bzip2 file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Checks if the signature matches what is expected for a zlib / deflated file with the zlib header.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Checks if the signature matches what is expected for a .gz file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
Checks if the signature matches what is expected for an lzma file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Checks if the signature matches what is expected for a .lzma file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Checks if the signature matches what is expected for a pack200 file (0xCAFED00D).
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Checks if the signature matches what is expected for a .sz file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Checks if the signature matches what is expected for a .xz file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Checks if the signature matches what is expected for a .xz file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Checks if the signature matches what is expected for a Unix compress file.
MAX_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
The maximum supported blocksize == 9.
MAX_NAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Maximum length of a user's name in the tar file
MAXID - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The maximum value of gid/uid in a tar archive which can be expressed in octal char notation (that's 7 sevens, octal).
MAXSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The maximum size of a file in a tar archive which can be expressed in octal char notation (that's 11 sevens, octal).
mergeCentralDirectoryData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Merges the central directory fields of the given ZipExtraFields.
mergeLocalFileDataData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Merges the local file data fields of the given ZipExtraFields.
MessageDispatcher - Class in org.powertac.util
Static resource for dispatching messages.
MessageDispatcher() - Constructor for class org.powertac.util.MessageDispatcher
 
METHOD - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry used an unsupported compression method.
MILLIS_PER_SECOND - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Convert millis to seconds
MIN_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
The minimum supported blocksize == 1.
MINUTE - Static variable in class org.powertac.common.TimeService
 
MisoBuyer - Class in org.powertac.genco
Buys energy to meet demand in a large wholesale market.
MisoBuyer(String) - Constructor for class org.powertac.genco.MisoBuyer
 
MissingDomainObject - Exception in org.powertac.logtool.common
 
MissingDomainObject(String) - Constructor for exception org.powertac.logtool.common.MissingDomainObject
 
ModelBuilder - Class in org.powertac.customer
Builds model components from configuration.
ModelComponent - Interface in org.powertac.customer
Abstract customer model component, intended to compose composite customer models.
MODELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the mode field in a header buffer.
MODIFY_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The bit set inside the flags by when the last modification time is present in this extra field.
MODTIMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the modification time field in a header buffer.
multiContracting - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 

N

name - Variable in class org.powertac.customer.AbstractCustomer
 
name - Variable in class org.powertac.evcustomer.beans.ClassCar
 
name - Variable in class org.powertac.evcustomer.beans.ClassGroup
 
name - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
NAMELEN - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
NAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the name field in a header buffer.
NEVER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Never create Unicode extra fields.
newArrayList() - Static method in class org.apache.commons.compress.utils.Lists
Creates a new ArrayList.
newArrayList(Iterator<? extends E>) - Static method in class org.apache.commons.compress.utils.Lists
Creates a new ArrayList filled with the contents of the given iterator.
newHashSet(E...) - Static method in class org.apache.commons.compress.utils.Sets
Creates a new HashSet filled with the given elements
newInstance(String) - Static method in class org.powertac.common.Competition
 
NewObjectListener - Interface in org.powertac.logtool.common
Implementations can receive notifications of new objects.
NewTariffListener - Interface in org.powertac.common.interfaces
Implementors of this interface can be notified of new tariff publication by calling registerNewTariffListener(this) on the TariffMarket.
NEXT - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
next() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
 
nextStartOfDay() - Method in class org.powertac.customer.AbstractCustomer
 
NFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
NoopAnalyzer - Class in org.powertac.logtool.common
 
NoopAnalyzer() - Constructor for class org.powertac.logtool.common.NoopAnalyzer
 
normalize(File) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive in-place so it can be safely signed and packed.
normalize(File, Map<String, String>) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive in-place so it can be safely signed and packed.
normalize(File, File) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive so it can be safely signed and packed.
normalize(File, File, Map<String, String>) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive so it can be safely signed and packed.
normalizeOpinions() - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
NOT_ENCODEABLE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Create Unicode extra fields for filenames that cannot be encoded using the specified encoding.
ntfsTimeToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Converts NTFS time (100 nanosecond units since 1 January 1601) to Java time.
NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 

O

offset - Variable in exception org.apache.commons.compress.archivers.dump.InvalidFormatException
 
OFFSETLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the multivolume start offset field in an old GNU header buffer.
OFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
Opinion() - Constructor for class org.powertac.factoredcustomer.ProfileRecommendation.Opinion
 
Order - Class in org.powertac.common
A Order instance represents a market (no price specified) or a limit (min/max price specified) order in the PowerTAC wholesale market.
Order(Broker, int, double, Double) - Constructor for class org.powertac.common.Order
Creates a new Order for Broker to buy or sell a quantity of energy in Timeslot.
Order(Broker, Timeslot, double, Double) - Constructor for class org.powertac.common.Order
Deprecated.
Order() - Constructor for class org.powertac.common.Order
 
Orderbook - Class in org.powertac.common
An orderbook instance captures a snapshot of the PowerTAC wholesale market's orderbook (the un-cleared bids and asks remaining after the market is cleared).
Orderbook(int, Double, Instant) - Constructor for class org.powertac.common.Orderbook
Constructor with default product type.
Orderbook(Timeslot, Double, Instant) - Constructor for class org.powertac.common.Orderbook
 
OrderbookOrder - Class in org.powertac.common
Each instance is an individual un-cleared entry (a Bid or an Ask) within an Orderbook.
OrderbookOrder(double, Double) - Constructor for class org.powertac.common.OrderbookOrder
 
OrderbookRepo - Class in org.powertac.common.repo
Repository for Orderbooks.
OrderbookRepo() - Constructor for class org.powertac.common.repo.OrderbookRepo
Standard constructor
OrderStatus - Class in org.powertac.common.msg
Represents a response from the server about an Order that could not be processed by the Auctioneer.
OrderStatus(Broker, long, OrderStatus.Status) - Constructor for class org.powertac.common.msg.OrderStatus
 
OrderStatus(Broker, long) - Constructor for class org.powertac.common.msg.OrderStatus
Convenience constructor for timeslotDisabled message
OrderStatus.Status - Enum in org.powertac.common.msg
 
org.apache.commons.compress - package org.apache.commons.compress
 
org.apache.commons.compress.archivers - package org.apache.commons.compress.archivers
Provides a unified API and factories for dealing with archives in different formats.
org.apache.commons.compress.archivers.ar - package org.apache.commons.compress.archivers.ar
Provides stream classes for reading and writing archives using the AR format.
org.apache.commons.compress.archivers.arj - package org.apache.commons.compress.archivers.arj
Provides stream classes for reading archives using the ARJ format.
org.apache.commons.compress.archivers.cpio - package org.apache.commons.compress.archivers.cpio
Provides stream classes for reading and writing archives using the CPIO format.
org.apache.commons.compress.archivers.dump - package org.apache.commons.compress.archivers.dump
This package provides stream classes for reading archives using the Unix DUMP format.
org.apache.commons.compress.archivers.jar - package org.apache.commons.compress.archivers.jar
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
org.apache.commons.compress.archivers.sevenz - package org.apache.commons.compress.archivers.sevenz
Provides classes for reading and writing archives using the 7z format.
org.apache.commons.compress.archivers.tar - package org.apache.commons.compress.archivers.tar
Provides stream classes for reading and writing archives using the TAR format.
org.apache.commons.compress.archivers.zip - package org.apache.commons.compress.archivers.zip
Provides stream classes for reading and writing archives using the ZIP format.
org.apache.commons.compress.changes - package org.apache.commons.compress.changes
EXPERIMENTAL support for changesets that are applied to archives.
org.apache.commons.compress.compressors - package org.apache.commons.compress.compressors
Provides a unified API and factories for dealing with compressed streams.
org.apache.commons.compress.compressors.bzip2 - package org.apache.commons.compress.compressors.bzip2
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
org.apache.commons.compress.compressors.deflate - package org.apache.commons.compress.compressors.deflate
Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.
org.apache.commons.compress.compressors.gzip - package org.apache.commons.compress.compressors.gzip
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
org.apache.commons.compress.compressors.lzma - package org.apache.commons.compress.compressors.lzma
Provides a stream class decompressing streams using the "stand-alone" LZMA algorithm.
org.apache.commons.compress.compressors.lzw - package org.apache.commons.compress.compressors.lzw
Generic LZW implementation.
org.apache.commons.compress.compressors.pack200 - package org.apache.commons.compress.compressors.pack200
Provides stream classes for compressing and decompressing streams using the Pack200 algorithm used to compress Java archives.
org.apache.commons.compress.compressors.snappy - package org.apache.commons.compress.compressors.snappy
Provides stream classes for decompressing streams using the Snappy algorithm.
org.apache.commons.compress.compressors.xz - package org.apache.commons.compress.compressors.xz
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
org.apache.commons.compress.compressors.z - package org.apache.commons.compress.compressors.z
Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.
org.apache.commons.compress.parallel - package org.apache.commons.compress.parallel
Provides common API classes for parallel compression features.
org.apache.commons.compress.utils - package org.apache.commons.compress.utils
Contains utilities used internally by the compress library.
org.powertac.common - package org.powertac.common
 
org.powertac.common.config - package org.powertac.common.config
 
org.powertac.common.enumerations - package org.powertac.common.enumerations
 
org.powertac.common.exceptions - package org.powertac.common.exceptions
 
org.powertac.common.interfaces - package org.powertac.common.interfaces
 
org.powertac.common.msg - package org.powertac.common.msg
 
org.powertac.common.repo - package org.powertac.common.repo
 
org.powertac.common.spring - package org.powertac.common.spring
 
org.powertac.common.xml - package org.powertac.common.xml
 
org.powertac.customer - package org.powertac.customer
General customer-model infrastructure.
org.powertac.customer.coldstorage - package org.powertac.customer.coldstorage
 
org.powertac.customer.model - package org.powertac.customer.model
Discrete capacity modules that can be combined into customer models.
org.powertac.du - package org.powertac.du
 
org.powertac.evcustomer - package org.powertac.evcustomer
 
org.powertac.evcustomer.beans - package org.powertac.evcustomer.beans
 
org.powertac.evcustomer.customers - package org.powertac.evcustomer.customers
 
org.powertac.factoredcustomer - package org.powertac.factoredcustomer
 
org.powertac.factoredcustomer.interfaces - package org.powertac.factoredcustomer.interfaces
 
org.powertac.factoredcustomer.utils - package org.powertac.factoredcustomer.utils
 
org.powertac.genco - package org.powertac.genco
 
org.powertac.logtool - package org.powertac.logtool
 
org.powertac.logtool.common - package org.powertac.logtool.common
 
org.powertac.logtool.ifc - package org.powertac.logtool.ifc
 
org.powertac.util - package org.powertac.util
 
OS_2 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 

P

PACK200 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "pack200") used to identify the PACK200 compression algorithm.
Pack200CompressorInputStream - Class in org.apache.commons.compress.compressors.pack200
An input stream that decompresses from the Pack200 format to be read as any other stream.
Pack200CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream, caching the decompressed data in memory.
Pack200CompressorInputStream(InputStream, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream using the given strategy to cache the results.
Pack200CompressorInputStream(InputStream, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream, caching the decompressed data in memory and using the given properties.
Pack200CompressorInputStream(InputStream, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream using the given strategy to cache the results and the given properties.
Pack200CompressorInputStream(File) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file, caching the decompressed data in memory.
Pack200CompressorInputStream(File, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file using the given strategy to cache the results.
Pack200CompressorInputStream(File, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file, caching the decompressed data in memory and using the given properties.
Pack200CompressorInputStream(File, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file using the given strategy to cache the results and the given properties.
Pack200CompressorOutputStream - Class in org.apache.commons.compress.compressors.pack200
An output stream that compresses using the Pack200 format.
Pack200CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
Compresses the given stream, caching the compressed data in memory.
Pack200CompressorOutputStream(OutputStream, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
Compresses the given stream using the given strategy to cache the results.
Pack200CompressorOutputStream(OutputStream, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
Compresses the given stream, caching the compressed data in memory and using the given properties.
Pack200CompressorOutputStream(OutputStream, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
Compresses the given stream using the given strategy to cache the results and the given properties.
Pack200Strategy - Enum in org.apache.commons.compress.compressors.pack200
The different modes the Pack200 streams can use to wrap input and output.
Pack200Utils - Class in org.apache.commons.compress.compressors.pack200
Utility methods for Pack200.
PAD2LEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the padding field in an old GNU header buffer.
Pair<L,R> - Class in org.powertac.util
Simple generic immutable pair structure
Pair(L, R) - Constructor for class org.powertac.util.Pair
 
ParallelScatterZipCreator - Class in org.apache.commons.compress.archivers.zip
Creates a zip in parallel by using multiple threadlocal ScatterZipOutputStream instances.
ParallelScatterZipCreator() - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Create a ParallelScatterZipCreator with default threads, which is set to the number of available processors, as defined by Runtime.availableProcessors()
ParallelScatterZipCreator(ExecutorService) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Create a ParallelScatterZipCreator
ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Create a ParallelScatterZipCreator
parse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data as local file data, throwing an exception if the data cannot be parsed.
parse(byte[], boolean) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data, throwing an exception if the data cannot be parsed.
parse(byte[], boolean, ExtraFieldUtils.UnparseableExtraField) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the given data.
parse(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Parses the supported flags from the given archive data.
parseBoolean(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parse a boolean byte from a buffer.
parseCentralDirectoryFormat(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Parse central directory format.
parseFileFormat(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Parse file header format.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Populate data from this array as if it was in central directory data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Doesn't do anything since this class doesn't store anything inside the central directory.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
parseFromCentralDirectoryData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Populate data from this array as if it was in central directory data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Populate data from this array as if it was in local file data.
parseName(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parse an entry name from a buffer.
parseName(byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parse an entry name from a buffer.
parseOctal(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parse an octal string from a buffer.
parseOctalOrBinary(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Compute the value contained in a byte buffer.
parseTarHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Parse an entry's header information from a header buffer.
parseTarHeader(byte[], ZipEncoding) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Parse an entry's header information from a header buffer.
PasswordRequiredException - Exception in org.apache.commons.compress
Exception thrown when trying to read an encrypted entry or file without configuring a password.
PasswordRequiredException(String) - Constructor for exception org.apache.commons.compress.PasswordRequiredException
Create a new exception.
PauseRelease - Class in org.powertac.common.msg
This message is used by a broker to release a pause in the simulation that was previously requested by the same broker.
PauseRelease(Broker) - Constructor for class org.powertac.common.msg.PauseRelease
 
PauseRequest - Class in org.powertac.common.msg
This message is used by a broker to request a pause in the simulation.
PauseRequest(Broker) - Constructor for class org.powertac.common.msg.PauseRequest
 
perform(ArchiveInputStream, ArchiveOutputStream) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.
perform(ZipFile, ArchiveOutputStream) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.
perform() - Method in interface org.powertac.common.Action
 
perform(Instant) - Method in interface org.powertac.common.TimedAction
 
PERM_MASK - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Bits used for permissions (and sticky bit)
PhysicalEnvironment - Interface in org.powertac.common.interfaces
Common Interface for the Physical Environment module.
PKWareExtraHeader - Class in org.apache.commons.compress.archivers.zip
Base class for all PKWare strong crypto extra headers.
PKWareExtraHeader(ZipShort) - Constructor for class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
PKWareExtraHeader.EncryptionAlgorithm - Enum in org.apache.commons.compress.archivers.zip
Encryption algorithm.
PKWareExtraHeader.HashAlgorithm - Enum in org.apache.commons.compress.archivers.zip
Hash Algorithm
PLATFORM_FAT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
PLATFORM_UNIX - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
population - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
position() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
position(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
postBalancingControl(BalancingControlEvent) - Method in interface org.powertac.common.interfaces.Accounting
Updates a broker's cash position resulting from the Balancing Market payment for Demand Response exercise.
postBalancingControl(double) - Method in class org.powertac.common.TariffSubscription
Posts a BalancingControlEvent to the subscription and generate the correct TariffTransaction.
postEconomicControl(EconomicControlEvent) - Method in interface org.powertac.common.interfaces.CapacityControl
Posts an EconomicControlEvent on the correct TariffSubscription instances.
postedTimeslot - Variable in class org.powertac.common.BrokerTransaction
The timeslot for which this meter reading is generated
postRatioControl(double) - Method in class org.powertac.common.TariffSubscription
Posts the ratio for an EconomicControlEvent to the subscription for the current timeslot.
PowerTacException - Exception in org.powertac.common.exceptions
Generic PowerTAC Exception
PowerTacException() - Constructor for exception org.powertac.common.exceptions.PowerTacException
 
PowerTacException(String) - Constructor for exception org.powertac.common.exceptions.PowerTacException
 
PowerTacException(String, Throwable) - Constructor for exception org.powertac.common.exceptions.PowerTacException
 
PowerTacException(Throwable) - Constructor for exception org.powertac.common.exceptions.PowerTacException
 
PowerType - Class in org.powertac.common.enumerations
Types of power a Customer can produce or consume.
PowerTypeConverter - Class in org.powertac.common.xml
Converts Timeslot instances by serial number.
PowerTypeConverter() - Constructor for class org.powertac.common.xml.PowerTypeConverter
 
Predicate<T> - Interface in org.powertac.util
Interface used for filtering and other testing purposes.
PREFIXLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Length of the prefix field.
PREFIXLEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Length of the prefix field in xstar archives.
preGame() - Method in interface org.powertac.common.interfaces.CompetitionSetup
Runs the pre-game cycle of the simulator, which sets all plugin components to their default state.
PRIMOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
probability - Variable in class org.powertac.evcustomer.beans.ClassCar
 
probability - Variable in class org.powertac.evcustomer.beans.ClassGroup
 
ProbabilityDistribution - Class in org.powertac.factoredcustomer
Container class for one a large set of probability distribution samplers.
ProbabilityDistribution(String) - Constructor for class org.powertac.factoredcustomer.ProbabilityDistribution
 
processCmdLine(String[]) - Method in class org.powertac.logtool.LogtoolCore
Processes a command line, providing a state-log file from the local filesystem, or a remote URL.
processOrder(Order) - Method in interface org.powertac.common.interfaces.Auctioneer
Processes an incoming order, typically by saving it on a list for the next market clearing.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.powertac.util.PropertiesUtil
 
processRevokedTariffs() - Method in interface org.powertac.common.interfaces.TariffMarket
Deprecated.
PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
ProfileOptimizerStructure - Class in org.powertac.factoredcustomer
Data-holder class for parsed configuration elements that control the capacity profile optimization of a capacity bundle.
ProfileOptimizerStructure(String) - Constructor for class org.powertac.factoredcustomer.ProfileOptimizerStructure
 
ProfileOptimizerStructure.ProfileSelectionMethod - Enum in org.powertac.factoredcustomer
 
ProfileOptimizerStructure.UsageChargeStance - Enum in org.powertac.factoredcustomer
 
ProfileRecommendation - Class in org.powertac.factoredcustomer
Contains maps of opinions, scores, utilities, and choice probabilities for each CapacityProfile.
ProfileRecommendation.Listener - Interface in org.powertac.factoredcustomer
 
ProfileRecommendation.Opinion - Class in org.powertac.factoredcustomer
 
PropertiesUtil - Class in org.powertac.util
 
PropertiesUtil() - Constructor for class org.powertac.util.PropertiesUtil
 
publishConfiguration(Object) - Method in interface org.powertac.common.interfaces.ServerConfiguration
Gathers public configuration data for publication to brokers.
publishNewTariffs(List<Tariff>) - Method in interface org.powertac.common.interfaces.NewTariffListener
Called periodically with a list of newly-published Tariffs
publishNewTariffs(List<Tariff>) - Method in class org.powertac.customer.CustomerModelService
 
publishNewTariffs(List<Tariff>) - Method in class org.powertac.factoredcustomer.FactoredCustomerService
 
PUMPED_STORAGE_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
pushedBackBytes(long) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Decrements the counter of already read bytes.
pushedBackBytes(long) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Decrements the counter of already read bytes.
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Writes the headers for an archive entry to the output stream.
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Begins writing a new CPIO file entry and positions the stream to the start of the entry data.
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Records an archive entry to add.
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Put an entry on the output stream.
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the headers for an archive entry to the output stream.
putLong(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
put the value as four bytes in big endian byte order.
putLong(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
 
putShort(int, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
put the value as two bytes in big endian byte order.

R

RandomSeed - Class in org.powertac.common
RandomSeed is used to store generated random seed in the database in order to be able to "replay" PowerTAC competitions later on with exactly the same random seed settings as originally used.
RandomSeed(String, long, String) - Constructor for class org.powertac.common.RandomSeed
Constructor that creates a new seed with a random value.
RandomSeed(String, long, String, long) - Constructor for class org.powertac.common.RandomSeed
Constructor to re-create a random seed with a given value.
RandomSeedRepo - Class in org.powertac.common.repo
Repository for RandomSeed instances.
RandomSeedRepo() - Constructor for class org.powertac.common.repo.RandomSeedRepo
 
Rate - Class in org.powertac.common
Tariffs are composed of Rates.
Rate() - Constructor for class org.powertac.common.Rate
Default constructor only.
RateCore - Class in org.powertac.common
 
RateCore() - Constructor for class org.powertac.common.RateCore
 
raw - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
read() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Reads from the current CPIO entry into an array of bytes.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Reads bytes from the current dump archive entry.
read() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a byte of data.
read(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads data into an array of bytes.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads data into an array of bytes.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Reads bytes from the current tar archive entry.
READ - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Read the extra field data into an instance of UnparseableExtraFieldData.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
read() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
read() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read(byte[]) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
read() - Method in class org.apache.commons.compress.utils.BoundedInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.BoundedInputStream
 
read() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Reads a single byte from the stream
read(byte[]) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Reads a byte array from the stream
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Reads from the stream into a byte array.
read() - Method in class org.apache.commons.compress.utils.CountingInputStream
 
read(byte[]) - Method in class org.apache.commons.compress.utils.CountingInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingInputStream
 
read(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
READ_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key for "read" action.
readBits(int) - Method in class org.apache.commons.compress.utils.BitInputStream
Returns at most 63 bits read from the underlying stream.
readBootRecord(URL) - Method in class org.powertac.common.repo.BootstrapDataRepo
 
readFully(InputStream, byte[]) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads as much from input as possible to fill the given array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads as much from input as possible to fill the given array with the given amount of bytes.
readFully(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads b.remaining() bytes from the given channel starting at the current channel's position.
readNextCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Reads the next code from the stream.
readNextCode() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Reads the next code from the stream.
readObject(String) - Method in class org.powertac.logtool.common.DomainObjectReader
Converts a line from the log to an object.
readProperties(String) - Static method in class org.powertac.common.config.Configurator
 
readProperties(URL) - Static method in class org.powertac.common.config.Configurator
 
readProperties(File) - Static method in class org.powertac.common.config.Configurator
 
readRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Read a record from the input stream and return the data.
readStateLog(String, Analyzer...) - Method in class org.powertac.logtool.LogtoolCore
Reads the given state-log source using the DomainObjectReader.
readStateLog(File, Analyzer...) - Method in class org.powertac.logtool.LogtoolCore
Reads state-log from given input file using the DomainObjectReader.
readStateLog(URL, Analyzer...) - Method in class org.powertac.logtool.LogtoolCore
Reads state-log from given input url using the DomainObjectReader.
readStateLog(InputStream, Analyzer...) - Method in class org.powertac.logtool.LogtoolCore
Reads state-log from given input stream using the DomainObjectReader.
readXML(String) - Static method in class org.powertac.common.config.Configurator
 
readXML(File) - Static method in class org.powertac.common.config.Configurator
 
readXML(URL) - Static method in class org.powertac.common.config.Configurator
 
REALSIZELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the real size field in an old GNU header buffer.
receiveBrokerMessage(Object) - Method in class org.powertac.du.DefaultBrokerService
Incoming messages for brokers include: TariffTransaction tells us about customer subscription activity and power usage, MarketPosition tells us how much power we have bought or sold in a given timeslot, TimeslotComplete that tell us it's time to send in our bids/asks along with a number of other message types that we can safely ignore.
receiveMessage(Object) - Method in class org.powertac.common.Broker
Default implementation does nothing.
receiveMessage(Object) - Method in interface org.powertac.common.interfaces.VisualizerMessageListener
 
receiveMessage(Object) - Method in class org.powertac.du.DefaultBroker
Receives a message intended for the broker, forwards it to the message handler in the enclosing service.
recordItem(String, Object) - Method in interface org.powertac.common.config.ConfigurationRecorder
Records a single configuration item
recycle() - Static method in class org.powertac.common.IdGenerator
Recycles the generator.
recycle() - Method in class org.powertac.common.repo.BootstrapDataRepo
 
recycle() - Method in class org.powertac.common.repo.BrokerRepo
 
recycle() - Method in class org.powertac.common.repo.CustomerRepo
 
recycle() - Method in interface org.powertac.common.repo.DomainRepo
Implementations must clear out the repository in preparation for a new simulation.
recycle() - Method in class org.powertac.common.repo.OrderbookRepo
Clears the index in preparation for a new simulation
recycle() - Method in class org.powertac.common.repo.RandomSeedRepo
 
recycle() - Method in class org.powertac.common.repo.TariffRepo
 
recycle() - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Clears out the repo in preparation for another simulation.
recycle() - Method in class org.powertac.common.repo.TimeslotRepo
 
recycle() - Method in class org.powertac.common.repo.WeatherForecastRepo
 
recycle() - Method in class org.powertac.common.repo.WeatherReportRepo
 
recycle() - Static method in class org.powertac.customer.ModelBuilder
 
recycle() - Static method in class org.powertac.evcustomer.Config
 
recycle() - Static method in class org.powertac.factoredcustomer.Config
 
register(Class<?>) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Register a ZipExtraField implementation.
registerBrokerMessageListener(Object, Class<?>) - Method in interface org.powertac.common.interfaces.BrokerProxy
Sets up a dispatch listener for market messages
registerNewObjectListener(NewObjectListener, Class<?>) - Method in class org.powertac.logtool.common.DomainObjectReader
Registers a NewObjectListener.
registerNewObjectListener(NewObjectListener, Class<?>) - Method in class org.powertac.logtool.LogtoolContext
Passthrough for event registration
registerNewTariffListener(NewTariffListener) - Method in interface org.powertac.common.interfaces.TariffMarket
Registers a listener for publication of new Tariffs.
registerTimeslotPhase(TimeslotPhaseProcessor, int) - Method in interface org.powertac.common.interfaces.CompetitionControl
Registers the caller to be activated during each timeslot in the proper phase sequence.
registerVisualizerMessageListener(VisualizerMessageListener) - Method in interface org.powertac.common.interfaces.VisualizerProxy
Sets up a dispatch listener for market messages
RegulationAccumulator - Class in org.powertac.common
Accumulates available regulation capacity for a given TariffSubscription.
RegulationAccumulator(double, double) - Constructor for class org.powertac.common.RegulationAccumulator
Creates a new RegulationAccumulator instance specifying the amounts of regulating capacity available for up-regulation and down-regulation.
RegulationAccumulator(RegulationCapacity) - Constructor for class org.powertac.common.RegulationAccumulator
Creates a new RegulationAccumulator from an immutable RegulationCapacity instance.
RegulationCapacity - Class in org.powertac.common
Accumulates available regulation capacity for a given TariffSubscription.
RegulationCapacity(TariffSubscription, double, double) - Constructor for class org.powertac.common.RegulationCapacity
Creates a new RegulationAccumulator instance specifying the amounts of regulating capacity available for up-regulation and down-regulation.
RegulationRate - Class in org.powertac.common
Tariffs are composed of Rates, including RegulationRates.
RegulationRate() - Constructor for class org.powertac.common.RegulationRate
Default constructor only.
RegulationRate.ResponseTime - Enum in org.powertac.common
 
remove() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
 
removeExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Remove an extra field.
removeSpecification(long) - Method in class org.powertac.common.repo.TariffRepo
 
removeSubscriptionsForTariff(Tariff) - Method in class org.powertac.common.repo.TariffSubscriptionRepo
Removes all subscriptions for the given tariff.
removeTariff(Tariff) - Method in class org.powertac.common.repo.TariffRepo
Removes a tariff and its specification from the repo.
removeUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Removes unparseable extra field data.
reparseCentralDirectoryData(boolean, boolean, boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
Parses the raw bytes read from the central directory extra field with knowledge which fields are expected to be there.
report() - Method in class org.powertac.logtool.common.DomainBuilder
 
report() - Method in class org.powertac.logtool.common.NoopAnalyzer
 
report() - Method in interface org.powertac.logtool.ifc.Analyzer
Called after reading the logfile
reset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Since we do not support marking just yet, we do nothing.
reset() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
reset() - Static method in class org.powertac.factoredcustomer.utils.SeedIdGenerator
 
resetCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
resetPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
reverse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Reverses a byte[] array.
routeMessage(Object) - Method in interface org.powertac.common.interfaces.BrokerProxy
Routes a message to server components.
rs1 - Variable in class org.powertac.customer.AbstractCustomer
Random Number Generator
RUN_OF_RIVER_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
runOnce(boolean) - Method in interface org.powertac.common.interfaces.CompetitionControl
Waits for broker login, then starts and runs a simulation.
runOnce() - Method in class org.powertac.common.repo.WeatherForecastRepo
Called by weather service to indicate weather exists
runOnce() - Method in class org.powertac.common.repo.WeatherReportRepo
Called by weather service to indicate weather exists

S

S_IFMT - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Mask for all file type bits.
sanitize(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Returns a "sanitized" version of the string given as arguments, where sanitized means non-printable characters have been replaced with a question mark and the outcome is not longer than 255 chars.
saveBootstrapState() - Method in interface org.powertac.common.interfaces.BootstrapState
Saves state at the conclusion of a bootstrap session as configuration items.
saveBootstrapState(Object) - Method in interface org.powertac.common.interfaces.ServerConfiguration
Gathers state information at the end of a boot session to be restored in a subsequent sim session.
saveBootstrapState() - Method in class org.powertac.customer.AbstractCustomer
Saves model data to the bootstrap record.
saveBootstrapState() - Method in class org.powertac.customer.CustomerModelService
 
saveBootstrapState() - Method in class org.powertac.evcustomer.customers.EvSocialClass
Saves state of EvCustomer instances
saveBootstrapState(ServerConfiguration) - Method in class org.powertac.genco.CpGenco
Saves coefficients for the current timeslot in the form needed for configuration at the start of the sim session, then adds them to the bootstrap state.
saveBootstrapState() - Method in class org.powertac.genco.SimpleGencoService
 
ScatterGatherBackingStore - Interface in org.apache.commons.compress.parallel
Store intermediate payload in a scatter-gather scenario.
ScatterGatherBackingStoreSupplier - Interface in org.apache.commons.compress.parallel
Supplies ScatterGatherBackingStore instances.
ScatterStatistics - Class in org.apache.commons.compress.archivers.zip
Provides information about a scatter compression run.
ScatterZipOutputStream - Class in org.apache.commons.compress.archivers.zip
A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.
ScatterZipOutputStream(ScatterGatherBackingStore, StreamCompressor) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
 
SECOND - Static variable in class org.powertac.common.TimeService
 
seed - Variable in class org.powertac.genco.CpGenco
 
seed - Variable in class org.powertac.genco.Genco
 
SeedIdGenerator - Class in org.powertac.factoredcustomer.utils
Static source of ID values to label RandomSeed instances.
SeedIdGenerator() - Constructor for class org.powertac.factoredcustomer.utils.SeedIdGenerator
 
SeekableInMemoryByteChannel - Class in org.apache.commons.compress.utils
A SeekableByteChannel implementation that wraps a byte[].
SeekableInMemoryByteChannel(byte[]) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Constructor taking a byte array.
SeekableInMemoryByteChannel() - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Parameterless constructor - allocates internal buffer by itself.
SeekableInMemoryByteChannel(int) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Constructor taking a size of storage to be allocated.
sendMessage(Broker, Object) - Method in interface org.powertac.common.interfaces.BrokerProxy
Send a message to a specific broker
sendMessages(Broker, List<?>) - Method in interface org.powertac.common.interfaces.BrokerProxy
Sends a list of messages to a specific broker
ServerConfiguration - Interface in org.powertac.common.interfaces
Support for annotation-driven configuration.
ServerProperties - Interface in org.powertac.common.interfaces
Supports server configuration by allowing components to retrieve property values from a standard Java properties file.
service - Variable in class org.powertac.customer.AbstractCustomer
 
service - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 
ServiceLoaderIterator<E> - Class in org.apache.commons.compress.utils
Iterates all services for a given class through the standard ServiceLoader mechanism.
ServiceLoaderIterator(Class<E>) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
 
ServiceLoaderIterator(Class<E>, ClassLoader) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
 
setAccessDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the access date using NTFS time (100 nanosecond units since 1 January 1601)
setAccessDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the access date,
setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the access time as a java.util.Date of this zip entry.
setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the access time as a java.util.Date of this zip entry.
setAccessTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the time the file was last accessed.
setAccessTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the File last access time of this zip entry using a ZipEightByteInteger object.
setAccessTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the access time (seconds since epoch) of this zip entry using a ZipLong object
setAddPaxHeadersForNonAsciiNames(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Whether to add a PAX extension header for non-ASCII file names.
setAntiItem(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this is an "anti-item" used in differential backups, meaning it should delete the same file from a previous backup.
setApplicationContext(ApplicationContext) - Method in class org.powertac.common.spring.SpringApplicationContext
 
setApplicationContext(ApplicationContext) - Method in class org.powertac.genco.SimpleGencoService
 
setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
setAuthorizedBrokerList(List<String>) - Method in interface org.powertac.common.interfaces.CompetitionControl
Sets the list of brokers authorized to log in to the next game.
setAwayChargeKW(double) - Method in class org.powertac.evcustomer.beans.CarType
 
setBase(long) - Method in class org.powertac.common.TimeService
setBatteryCapacity(double) - Method in class org.powertac.customer.model.LiftTruck
 
setBigNumberMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Set the big number mode.
setBrokerTime(long) - Method in class org.powertac.common.msg.BrokerAuthentication
Sets the system time.
setBuyLimitPriceMax(double) - Method in class org.powertac.du.DefaultBrokerService
 
setBuyLimitPriceMin(double) - Method in class org.powertac.du.DefaultBrokerService
 
setCacheLZMAAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Whether to cache the result of the LZMA check.
setCacheXZAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Whether to cache the result of the XZ for Java check.
setCapacityInUse(double) - Method in class org.powertac.customer.model.LiftTruck
Updates the total capacity of in-use batteries
setCapacityKWh(double) - Method in class org.powertac.customer.model.Battery
 
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Set the extra field data in central directory.
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the extra field data in central directory.
setCentralDirectoryExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the central directory part of extra fields.
setChargeEfficiency(double) - Method in class org.powertac.customer.model.Battery
 
setChargeEfficiency(double) - Method in class org.powertac.customer.model.LiftTruck
 
setChksum(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the checksum.
setClearCode(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Sets the clear code based on the code size.
setClockParameters(long, long, long) - Method in class org.powertac.common.TimeService
Sets base, rate, and modulo clock parameters with a single call.
setClockParameters(Map<String, Long>) - Method in class org.powertac.common.TimeService
Sets base, rate, and modulo parameters from a map, which is wrapped in a Configuration to allow for conversions and default values.
setClockParameters(Competition) - Method in class org.powertac.common.TimeService
Sets base, rate, and modulo from a Competition instance
setCodeSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setComment(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Set the file comment.
setComment(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
setCompressedSize(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The uncompressed size stored in this extra field.
setCompressionLevel(int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
Sets the compression level.
setCompressionLevel(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the compression level.
setConfiguration(AbstractConfiguration) - Method in class org.powertac.common.config.Configurator
Loads a Configuration into this Configurator.
setConsumptionRate(double) - Method in class org.powertac.du.DefaultBrokerService
 
setContentCompression(SevenZMethod) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Sets the default compression method to use for entry contents - the default is LZMA2.
setContentMethods(Iterable<? extends SevenZMethodConfiguration>) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the (compression) methods to use for entry's content - the default is LZMA2.
setContentMethods(Iterable<? extends SevenZMethodConfiguration>) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Sets the default (compression) methods to use for entry contents - the default is LZMA2.
setContext(ApplicationContext) - Method in class org.powertac.logtool.LogtoolContext
 
setCrc(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
use setCrcValue instead.
setCrcValue(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the CRC.
setCreateJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the create time as a java.util.Date of this zip entry.
setCreateJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the create time as a java.util.Date of this zip entry.
setCreateTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the File creation time of this zip entry using a ZipEightByteInteger object.
setCreateTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the create time (seconds since epoch) of this zip entry using a ZipLong object
setCreateUnicodeExtraFields(ZipArchiveOutputStream.UnicodeExtraFieldPolicy) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether to create Unicode Extra Fields.
setCreationDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the creation date using NTFS time (100 nanosecond units since 1 January 1601)
setCreationDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the creation date,
setCreationTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the file creation time.
setCurrent(Competition) - Static method in class org.powertac.common.Competition
Makes a Competition instance be the "current" competition - this is needed in a broker when the Competition instance arrives from the server.
setCurrentCapacity(double) - Method in class org.powertac.evcustomer.customers.EvCustomer
 
setCurrentCapacity(double) - Method in class org.powertac.genco.Genco
 
setCurrentEntry(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
setCurrentTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
setCurrentTime(Instant) - Method in class org.powertac.common.TimeService
Sets current time to a specific value.
setCurrentTime(AbstractDateTime) - Method in class org.powertac.common.TimeService
Sets current time to a specific value.
setCurrentTime() - Method in class org.powertac.common.TimeService
 
setCustomersCommitted(int) - Method in class org.powertac.common.TariffSubscription
 
setDecompressConcatenated(boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Deprecated.
setDefaultTariff(TariffSpecification) - Method in interface org.powertac.common.interfaces.TariffMarket
Convenience method to set the default tariff at the beginning of the game.
setDefaultTariff(TariffSpecification) - Method in class org.powertac.common.repo.TariffRepo
 
setDeferredBroadcast(boolean) - Method in interface org.powertac.common.interfaces.BrokerProxy
Holds up message transmission when true
setDeleted(boolean) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set whether this file has been deleted.
setDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the device id.
setDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set major device id.
setDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the minor device id
setDevMajor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's major device number.
setDevMinor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's minor device number.
setDevname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the device name.
setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether or not this entry represents a directory.
setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate whether this entry is a directory.
setDiskStartNumber(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The disk start number stored in this extra field.
setDownRegulationCapacity(double) - Method in class org.powertac.common.RegulationAccumulator
Sets the down-regulation value.
setDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set dump date.
setEnabled(boolean) - Method in class org.powertac.common.Broker
Enables this Broker.
setEncoding(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
The encoding to use for filenames and the file comment.
setEnergyCharging(double) - Method in class org.powertac.customer.model.LiftTruck
Updates the energy content of offline batteries
setEnergyInUse(double) - Method in class org.powertac.customer.model.LiftTruck
Updates the energy content of in-use batteries
setEntryEncoding(String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Deprecated.
1.10 use ArchiveStreamFactory.ArchiveStreamFactory(String) to specify the encoding
setEvalEnvTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
setExpiration(Instant) - Method in class org.powertac.common.Tariff
 
setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the external file attributes.
setExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Parses the given bytes as extra field data and consumes any unparseable data as an UnparseableExtraFieldData instance.
setExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Unfortunately java.util.zip.ZipOutputStream seems to access the extra data directly, so overriding getExtra doesn't help - we need to modify super's data directly.
setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Replaces all currently attached extra fields with the new array.
setFallbackToUTF8(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether to fall back to UTF and the language encoding flag if the file name cannot be encoded using the specified encoding.
setFilename(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the name of the compressed file.
setFilesystem(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the last mountpoint.
setFirstRecord(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the inode of the first record.
setFlags(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the miscellaneous flags.
setFlags(byte) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets flags byte.
setGeneralPurposeBit(GeneralPurposeBit) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The "general purpose bit" field.
setGeneration(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the generation of the file.
setGID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the group id.
setGID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Sets the GID.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the group id.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's group id.
setGroupId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's group id.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Set the group id.
setGroupName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's group name.
setHasAccessDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this entry has got an access date at all.
setHasCrc(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this entry has got a crc.
setHasCreationDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this entry has got a creation date at all.
setHasLastModifiedDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this entry has got a last modified date at all.
setHasStream(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether there is any content associated with this entry.
setHasWindowsAttributes(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether this entry has windows attributes.
setHeaderId(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the header id.
setHomeChargeKW(double) - Method in class org.powertac.evcustomer.beans.CarType
 
setHostname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the hostname.
setIdPrefix(int) - Method in class org.powertac.common.Broker
Sets the ID prefix for this broker.
setIds(int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Convenience method to set this entry's group and user ids.
setInitialBidKWh(double) - Method in class org.powertac.du.DefaultBrokerService
 
setInode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the inode.
setInOperation(boolean) - Method in class org.powertac.genco.Genco
 
setInternalAttributes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the internal file attributes.
setKey(String) - Method in class org.powertac.common.Broker
Sets the jms key for a remote broker.
setkWh(double) - Method in class org.powertac.customer.StepInfo
 
setLabel(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set dump label.
setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the time the file was last modified.
setLastModifiedDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the last modified date using NTFS time (100 nanosecond units since 1 January 1601)
setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the last modified date,
setLevel(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set level.
setLevel(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Sets the compression level for subsequent entries.
setLinkedFile(String) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate that this entry is a symbolic link to the given filename.
setLinkName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's link name.
setLocal(boolean) - Method in class org.powertac.common.Broker
Allows subclasses to set themselves as local brokers.
setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Set the extra field data in the local file data - without Header-ID or length specifier.
setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the extra field data in the local file data - without Header-ID or length specifier.
setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Set the long file mode.
setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Set the long file mode.
setMaxAskPrices(Double[]) - Method in class org.powertac.common.repo.OrderbookRepo
 
setMaxCapacity(double) - Method in class org.powertac.evcustomer.beans.CarType
 
setMaxChargeKW(double) - Method in class org.powertac.customer.model.Battery
 
setMaxChargeKW(double) - Method in class org.powertac.customer.model.LiftTruck
 
setMaxDischargeKW(double) - Method in class org.powertac.customer.model.Battery
 
setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the compression method of this entry.
setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Sets the default compression method for subsequent entries.
setMinAskPrices(Double[]) - Method in class org.powertac.common.repo.OrderbookRepo
Set the minAskPrices array.
setMinPlanningHorizon(int) - Method in class org.powertac.customer.model.LiftTruck
 
setMode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the mode of this entry (e.g.
setMode(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the access permissions on the entry.
setMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set the mode for this entry
setMode(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
File mode of this file.
setModificationTime(long) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the modification time of the compressed file.
setModifyJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the modify time as a java.util.Date of this zip entry.
setModifyJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the modify time as a java.util.Date of this zip entry.
setModifyTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the File last modification time of this zip entry using a ZipEightByteInteger object.
setModifyTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the modify time (seconds since epoch) of this zip entry using a ZipLong object.
setModTime(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
setModTime(Date) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
setModulo(long) - Method in class org.powertac.common.TimeService
setMwh(double) - Method in class org.powertac.genco.Buyer
 
setName(String) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the name.
setName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the name of the entry.
setName(String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Set this entry's name.
setName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's name.
setName(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Set the name of the entry.
setName(String, byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the name using the raw bytes and the string created from it by guessing or using the configured encoding.
setName(String) - Method in class org.powertac.customer.AbstractCustomer
Sets the name for this model
setName(String) - Method in class org.powertac.customer.model.Battery
 
setName(String) - Method in class org.powertac.customer.model.LiftTruck
 
setNameCRC32(long) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
setNames(String, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Convenience method to set this entry's group and user names.
setNBatteries(int) - Method in class org.powertac.customer.model.LiftTruck
 
setNChargers(int) - Method in class org.powertac.customer.model.LiftTruck
 
setNlink(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the number of hard links.
setNTRec(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set the number of records per tape block.
setNumberOfLinks(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the number of links.
setOffset(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the offset within the archive.
setOperatingSystem(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the operating system on which the compression took place.
setOpinion(CapacityProfile, ProfileRecommendation.Opinion) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
setPassword(String) - Method in class org.powertac.common.Broker
 
setPlanningHorizon(int) - Method in class org.powertac.customer.model.LiftTruck
 
setPlatform(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Set the platform (UNIX or FAT).
setPopulation(Integer) - Method in class org.powertac.common.CustomerInfo
Updates the population for the underlying model.
setPrefix(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setPrefix(int) - Static method in class org.powertac.common.IdGenerator
Each entity living in a separate process must have a different prefix value.
setPreviousDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set previous dump date.
setPriceBeta(double) - Method in class org.powertac.genco.Buyer
 
setProductionRate(double) - Method in class org.powertac.du.DefaultBrokerService
 
setQueueName(String) - Method in class org.powertac.common.Broker
Sets the broker's queue name.
setRange(double) - Method in class org.powertac.evcustomer.beans.CarType
 
setRate(long) - Method in class org.powertac.common.TimeService
setRateId(long) - Method in class org.powertac.common.HourlyCharge
Sets connection between rate and hourly charge.
setRawFlag(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the content of the flags field.
setRegulation(double) - Method in class org.powertac.common.TariffSubscription
 
setRegulationCapacity(RegulationCapacity) - Method in class org.powertac.common.TariffSubscription
Communicates the ability of the customer model to handle regulation requests.
setRegulationCapacity(RegulationAccumulator) - Method in class org.powertac.customer.StepInfo
 
setRelativeHeaderOffset(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The relative header offset stored in this extra field.
setRemoteDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the remote device id.
setRemoteDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the remote major device id.
setRemoteDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the remote minor device id.
Sets - Class in org.apache.commons.compress.utils
Set utilities
setScore(CapacityProfile, Double) - Method in class org.powertac.factoredcustomer.ProfileRecommendation
 
setSelfDischargeRate(double) - Method in class org.powertac.customer.model.Battery
 
setSellLimitPriceMax(double) - Method in class org.powertac.du.DefaultBrokerService
 
setSellLimitPriceMin(double) - Method in class org.powertac.du.DefaultBrokerService
 
setService(DefaultBrokerService) - Method in class org.powertac.du.DefaultBroker
 
setServiceAccessor(CustomerServiceAccessor) - Method in class org.powertac.customer.AbstractCustomer
Provides a reference to the service accessor, through which we can get at sim services
setShiftData(List<String>) - Method in class org.powertac.customer.model.LiftTruck
Converts a list of Strings to a sorted list of Shifts.
setShiftSag(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
setSimpleName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the path of the entry.
setSize(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the filesize.
setSize(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the size of the entry.
setSize(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Set this entry's file size.
setSize(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's file size.
setSize(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The uncompressed size stored in this extra field.
setSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the uncompressed size of the entry data.
setSoldThreshold(double) - Method in class org.powertac.common.TariffEvaluationHelper
 
setStart(long) - Method in class org.powertac.common.TimeService
 
setState(Tariff.State) - Method in class org.powertac.common.Tariff
Updates the state of this tariff.
setTableSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setTariffId(long) - Method in class org.powertac.common.RateCore
Sets the backpointer to the tariff.
setTariffMarket(TariffMarket) - Method in class org.powertac.customer.AbstractCustomer
 
setTime(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the time in seconds.
setTimeslotPhase(int) - Method in class org.powertac.common.interfaces.TimeslotPhaseProcessor
This is the Spring-accessible setter for the phase number
setTruckKW(double) - Method in class org.powertac.customer.model.LiftTruck
 
setTruckStd(double) - Method in class org.powertac.customer.model.LiftTruck
 
setType(DumpArchiveEntry.TYPE) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the type of the entry.
setUID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Set the user id.
setUID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Sets the UID.
setUnicodeName(byte[]) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
setUnixMode(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets Unix permissions in a way that is understood by Info-Zip's unzip command.
setup() - Method in class org.powertac.logtool.common.DomainBuilder
 
setup() - Method in class org.powertac.logtool.common.NoopAnalyzer
 
setup() - Method in interface org.powertac.logtool.ifc.Analyzer
Called before reading the logfile.
setUpRegulationCapacity(double) - Method in class org.powertac.common.RegulationAccumulator
Sets the up-regulation value.
setUseLanguageEncodingFlag(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether to set the language encoding flag if the file name encoding is UTF-8.
setUserId(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the user id.
setUserId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's user id.
setUserId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's user id.
setUserId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Set the user id.
setUserName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's user name.
setUseZip64(Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether Zip64 extensions will be used.
setVersionMadeBy(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the "version made by" field.
setVersionRequired(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the "version required to expand" field.
setVolume(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Set the tape volume.
setVolume(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Set volume (tape) number.
setWholesale(boolean) - Method in class org.powertac.common.Broker
Allows subclasses to make themselves wholesale brokers
setWindowsAttributes(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the windows attributes.
setWithZlibHeader(boolean) - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
Sets the zlib header presence parameter.
setWtExpected(double) - Method in class org.powertac.common.TariffEvaluationHelper
 
setWtMax(double) - Method in class org.powertac.common.TariffEvaluationHelper
 
setWtRealized(double) - Method in class org.powertac.common.TariffEvaluationHelper
 
SEVEN_Z - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "7z") used to identify the 7z archive format.
SevenZArchiveEntry - Class in org.apache.commons.compress.archivers.sevenz
An entry in a 7z archive.
SevenZArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
 
SevenZFile - Class in org.apache.commons.compress.archivers.sevenz
Reads a 7z file, using SeekableByteChannel under the covers.
SevenZFile(File, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a file as 7z archive
SevenZFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a SeekableByteChannel as 7z archive
SevenZFile(SeekableByteChannel, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a SeekableByteChannel as 7z archive
SevenZFile(SeekableByteChannel, String, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a SeekableByteChannel as 7z archive
SevenZFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a file as unencrypted 7z archive
SevenZMethod - Enum in org.apache.commons.compress.archivers.sevenz
The (partially) supported compression/encryption methods used in 7z archives.
SevenZMethodConfiguration - Class in org.apache.commons.compress.archivers.sevenz
Combines a SevenZMethod with configuration options for the method.
SevenZMethodConfiguration(SevenZMethod) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
Doesn't configure any additional options.
SevenZMethodConfiguration(SevenZMethod, Object) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
Specifies and method plus configuration options.
SevenZOutputFile - Class in org.apache.commons.compress.archivers.sevenz
Writes a 7z file.
SevenZOutputFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Opens file to write a 7z archive to.
SevenZOutputFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Prepares channel to write a 7z archive to.
ShortFileException - Exception in org.apache.commons.compress.archivers.dump
Short File Exception.
ShortFileException() - Constructor for exception org.apache.commons.compress.archivers.dump.ShortFileException
 
shutDown() - Method in interface org.powertac.common.interfaces.CompetitionControl
Stops a running simulation, and sends out the SimEnd message to brokers.
signedByteToUnsignedInt(byte) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts a signed byte into an unsigned integer representation (e.g., -1 becomes 255).
SimEnd - Class in org.powertac.common.msg
This message is used to communicate the end of a simulation.
SimEnd() - Constructor for class org.powertac.common.msg.SimEnd
 
SimPause - Class in org.powertac.common.msg
This message is used to communicate a pause in a simulation.
SimPause() - Constructor for class org.powertac.common.msg.SimPause
 
SimpleGencoService - Class in org.powertac.genco
Very simple service that operates wholesale market actors, activated by the org.powertac.server.CompetitionControlService once each timeslot.
SimpleGencoService() - Constructor for class org.powertac.genco.SimpleGencoService
Default constructor
SimResume - Class in org.powertac.common.msg
This message is used to communicate a revised simulation start time prior to the end of a simulation pause.
SimResume(Instant) - Constructor for class org.powertac.common.msg.SimResume
 
simSession(String, String, String, String, String, List<String>, String, String, String) - Method in interface org.powertac.common.interfaces.CompetitionSetup
Starts a simulation session with parameters, in a new thread.
SimStart - Class in org.powertac.common.msg
This message is used to communicate the simulation start time from server to brokers in the last few seconds before the simulation starts.
SimStart(Instant) - Constructor for class org.powertac.common.msg.SimStart
 
SINGLE_SEGMENT_SPLIT_MARKER - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Marks ZIP archives that were supposed to be split or spanned but only needed a single segment in then end (so are actually neither split nor spanned).
size() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
size() - Method in class org.powertac.common.msg.TimeslotUpdate
Returns the number of enabled timeslots.
size() - Method in class org.powertac.common.repo.CustomerRepo
 
size() - Method in class org.powertac.common.repo.OrderbookRepo
Returns the count of instances in this repo
SIZE_UNKNOWN - Static variable in interface org.apache.commons.compress.archivers.ArchiveEntry
Special value indicating that the size is unknown
SIZELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the size field in a header buffer.
skip(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Skips specified number of bytes in the current CPIO entry.
skip(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Skips over and discards n bytes of data from this input stream.
SKIP - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Skip the extra field entirely and don't make its data available - effectively removing the extra field data.
skip(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Skips over and discards value bytes of data from this input stream.
skip(long) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
skip(long) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
skip(long) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
skip(long) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
skip(long) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
 
skip(InputStream, long) - Static method in class org.apache.commons.compress.utils.IOUtils
Skips the given number of bytes by repeatedly invoking skip on the given input stream if necessary.
SKIP_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key for "skip" action.
slotInDay() - Method in class org.powertac.common.Timeslot
Returns the timeslot index since the most recent midnight, starting at zero.
SNAPPY_FRAMED - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "snappy-framed") used to identify the "framed" Snappy compression method.
SNAPPY_RAW - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "snappy-raw") used to identify the "raw" Snappy compression method.
SnappyCompressorInputStream - Class in org.apache.commons.compress.compressors.snappy
CompressorInputStream for the raw Snappy format.
SnappyCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Constructor using the default buffer size of 32k.
SnappyCompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Constructor using a configurable buffer size.
socialClass - Variable in class org.powertac.evcustomer.beans.ClassCar
 
socialClassName - Variable in class org.powertac.evcustomer.beans.ClassGroup
 
SocialGroup - Class in org.powertac.evcustomer.beans
 
SocialGroup(String) - Constructor for class org.powertac.evcustomer.beans.SocialGroup
 
SocialGroup(int, String) - Constructor for class org.powertac.evcustomer.beans.SocialGroup
 
SOLAR_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
SPARSELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The sum of the length of all sparse headers in an old GNU header buffer.
SPARSELEN_GNU_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The sum of the length of all sparse headers in a sparse header buffer.
SPLITTING - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The archive uses splitting or spanning.
SpringApplicationContext - Class in org.powertac.common.spring
Static methods to access the Spring application context.
SpringApplicationContext() - Constructor for class org.powertac.common.spring.SpringApplicationContext
 
startOfDay() - Method in class org.powertac.customer.AbstractCustomer
 
step() - Method in class org.powertac.customer.AbstractCustomer
Called to run the model forward one step.
step() - Method in class org.powertac.customer.coldstorage.ColdStorage
 
step() - Method in class org.powertac.customer.model.Battery
 
step() - Method in class org.powertac.customer.model.LiftTruck
 
step(Timeslot) - Method in class org.powertac.evcustomer.customers.EvCustomer
Runs the model forward one step
step() - Method in class org.powertac.evcustomer.customers.EvSocialClass
 
StepInfo - Class in org.powertac.customer
Data-holder class, instances are used to communicate dynamic information to and transport information back from the step() method of a model component.
StepInfo(Timeslot, TariffSubscription) - Constructor for class org.powertac.customer.StepInfo
 
STORAGE - Static variable in class org.powertac.common.enumerations.PowerType
 
STORED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Compression method for stored entries.
StreamCompressor - Class in org.apache.commons.compress.archivers.zip
Encapsulates a Deflater and crc calculator, handling multiple types of output streams.
StreamingNotSupportedException - Exception in org.apache.commons.compress.archivers
Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.
StreamingNotSupportedException(String) - Constructor for exception org.apache.commons.compress.archivers.StreamingNotSupportedException
Creates a new StreamingNotSupportedException.
StructureInstance - Interface in org.powertac.factoredcustomer.interfaces
 
submit(Callable<Object>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Submit a callable for compression.
subscribe(int) - Method in class org.powertac.common.TariffSubscription
Subscribes some number of discrete customers.
subscribeToTariff(Tariff, CustomerInfo, int) - Method in interface org.powertac.common.interfaces.TariffMarket
Subscribes a block of Customers from a single Customer model to the specified Tariff, as long as the Tariff has not expired.

T

TAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant used to identify the TAR archive format.
TarArchiveEntry - Class in org.apache.commons.compress.archivers.tar
This class represents an entry in a Tar archive.
TarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with only a name.
TarArchiveEntry(String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with only a name.
TarArchiveEntry(String, byte) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with a name and a link flag.
TarArchiveEntry(String, byte, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with a name and a link flag.
TarArchiveEntry(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry for a file.
TarArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry for a file.
TarArchiveEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry from an archive's header bytes.
TarArchiveEntry(byte[], ZipEncoding) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry from an archive's header bytes.
TarArchiveInputStream - Class in org.apache.commons.compress.archivers.tar
The TarInputStream reads a UNIX tar archive as an InputStream.
TarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveInputStream(InputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveInputStream(InputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveInputStream(InputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructor for TarInputStream.
TarArchiveOutputStream - Class in org.apache.commons.compress.archivers.tar
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveOutputStream(OutputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveOutputStream(OutputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveOutputStream(OutputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructor for TarInputStream.
TarArchiveSparseEntry - Class in org.apache.commons.compress.archivers.tar
This class represents a sparse entry in a Tar archive.
TarArchiveSparseEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
Construct an entry from an archive's header bytes.
TarConstants - Interface in org.apache.commons.compress.archivers.tar
This interface contains all the definitions used in the package.
Tariff - Class in org.powertac.common
Entity wrapper for TariffSpecification that supports Tariff evaluation and billing.
Tariff(TariffSpecification) - Constructor for class org.powertac.common.Tariff
Creates a new Tariff from the given TariffSpecification.
Tariff.State - Enum in org.powertac.common
 
TariffEvaluationHelper - Class in org.powertac.common
Probe object that can be used by customer models and other players to generate cost estimates for tariffs, including a risk-adjusted estimates of the actual cost of variable-rate tariffs.
TariffEvaluationHelper() - Constructor for class org.powertac.common.TariffEvaluationHelper
Default constructor
TariffEvaluator - Class in org.powertac.common
Tariff evaluation process intended to simplify customer models.
TariffEvaluator(CustomerModelAccessor) - Constructor for class org.powertac.common.TariffEvaluator
 
TariffExpire - Class in org.powertac.common.msg
Request to change expiration date on an existing tariff.
TariffExpire(Broker, TariffSpecification, Instant) - Constructor for class org.powertac.common.msg.TariffExpire
 
TariffMarket - Interface in org.powertac.common.interfaces
Tariff Market Receives, validates, and stores new tariffs, enforces tariff validity rules.
TariffMessage - Class in org.powertac.common
Supertype of all tariff-related messages that can be processed by a TariffMessageProcessor.
TariffMessage(Broker) - Constructor for class org.powertac.common.TariffMessage
 
TariffMessage() - Constructor for class org.powertac.common.TariffMessage
 
TariffRepo - Class in org.powertac.common.repo
Repository for TariffSpecifications, Tariffs, Rates, and other related types.
TariffRepo() - Constructor for class org.powertac.common.repo.TariffRepo
 
TariffRevoke - Class in org.powertac.common.msg
Message created by a broker to request revocation of an existing tariff.
TariffRevoke(Broker, TariffSpecification) - Constructor for class org.powertac.common.msg.TariffRevoke
 
TariffRevoke() - Constructor for class org.powertac.common.msg.TariffRevoke
 
TariffSpecification - Class in org.powertac.common
Represents a Tariff offered by a Broker to customers.
TariffSpecification(Broker, PowerType) - Constructor for class org.powertac.common.TariffSpecification
Creates a new TariffSpecification for a broker and a specific powerType.
TariffSpecification() - Constructor for class org.powertac.common.TariffSpecification
 
TariffSpecificationConverter - Class in org.powertac.common.xml
 
TariffSpecificationConverter() - Constructor for class org.powertac.common.xml.TariffSpecificationConverter
 
TariffStatus - Class in org.powertac.common.msg
Represents a response from server to broker to publication or update of a tariff.
TariffStatus(Broker, long, long, TariffStatus.Status) - Constructor for class org.powertac.common.msg.TariffStatus
 
TariffStatus.Status - Enum in org.powertac.common.msg
 
TariffSubscriberStructure - Class in org.powertac.factoredcustomer
Data-holder class for parsed configuration elements of one tariff subscriber, which typically corresponds to one capapcity bundle.
TariffSubscriberStructure(String) - Constructor for class org.powertac.factoredcustomer.TariffSubscriberStructure
 
TariffSubscription - Class in org.powertac.common
A TariffSubscription is an entity representing an association between a Customer and a Tariff.
TariffSubscription(CustomerInfo, Tariff) - Constructor for class org.powertac.common.TariffSubscription
You need a CustomerInfo and a Tariff to create one of these.
TariffSubscriptionRepo - Class in org.powertac.common.repo
Repository for TariffSubscriptions.
TariffSubscriptionRepo() - Constructor for class org.powertac.common.repo.TariffSubscriptionRepo
 
TariffTransaction - Class in org.powertac.common
A TariffTransaction instance represents the kWh of energy consumed (kWh < 0) or produced kWh > 0 by some members of a specific customer model, in a specific timeslot, under a particular tariff.
TariffTransaction(Broker, int, TariffTransaction.Type, TariffSpecification, CustomerInfo, int, double, double) - Constructor for class org.powertac.common.TariffTransaction
Deprecated.
TariffTransaction(Broker, int, TariffTransaction.Type, TariffSpecification, CustomerInfo, int, double, double, boolean) - Constructor for class org.powertac.common.TariffTransaction
Creates a new TariffTransaction for broker of type txType against a particular tariff spec and customer.
TariffTransaction.Type - Enum in org.powertac.common
 
TariffUpdate - Class in org.powertac.common.msg
Command object that represents a broker's request to update a tariff, either to change its expiration date or to revoke it.
TariffUpdate(Broker, TariffSpecification) - Constructor for class org.powertac.common.msg.TariffUpdate
 
TariffUpdate(Broker, long) - Constructor for class org.powertac.common.msg.TariffUpdate
 
TariffUpdate() - Constructor for class org.powertac.common.msg.TariffUpdate
 
TarUtils - Class in org.apache.commons.compress.archivers.tar
This class provides static utility methods to work with byte streams.
test(ZipArchiveEntry) - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
Indicate if the given entry should be included in the operation
THERMAL_STORAGE_CONSUMPTION - Static variable in class org.powertac.common.enumerations.PowerType
 
THROW - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Throw an exception if field cannot be parsed.
THROW_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key for "throw an exception" action.
TimedAction - Interface in org.powertac.common
Generic action type that takes time as an argument.
TimeseriesGenerator - Class in org.powertac.factoredcustomer
Utility class that generates various time series patterns that can be used as base capacity series by implementations of @code{CapacityOriginator}.
TimeseriesGenerator(String) - Constructor for class org.powertac.factoredcustomer.TimeseriesGenerator
 
TimeService - Class in org.powertac.common
This is the simulation time-keeper and event queue.
TimeService() - Constructor for class org.powertac.common.TimeService
Default constructor.
TimeService(long, long, long, long) - Constructor for class org.powertac.common.TimeService
Handy constructor for testing
Timeslot - Class in org.powertac.common
A timeslot instance describes an interval of time (slot) for which power may be traded in the wholesale market.
Timeslot(int, Instant) - Constructor for class org.powertac.common.Timeslot
Constructor is intended to be called by repository.
TimeslotComplete - Class in org.powertac.common.msg
Message type that is guaranteed to be sent to brokers as the last outgoing message in a timeslot.
TimeslotComplete(int) - Constructor for class org.powertac.common.msg.TimeslotComplete
 
TimeslotPhaseProcessor - Class in org.powertac.common.interfaces
Plugins must extend this class in order to be invoked during timeslot processing by the CompetitionControl.
TimeslotPhaseProcessor() - Constructor for class org.powertac.common.interfaces.TimeslotPhaseProcessor
 
TimeslotRepo - Class in org.powertac.common.repo
Repository for Timeslots.
TimeslotRepo() - Constructor for class org.powertac.common.repo.TimeslotRepo
standard constructor
TimeslotUpdate - Class in org.powertac.common.msg
Message type that communicates to brokers the set of timeslots that are "open" for trading.
TimeslotUpdate(Instant, int, int) - Constructor for class org.powertac.common.msg.TimeslotUpdate
 
toAsciiBytes(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert a string to Ascii bytes.
toAsciiString(byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert an input byte array to a String using the ASCII character set.
toAsciiString(byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert an input byte array to a String using the ASCII character set.
toByteArray(InputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
Gets the contents of an InputStream as a byte[].
toCharset(Charset) - Static method in class org.apache.commons.compress.utils.Charsets
Returns the given Charset or the default Charset if the given Charset is null.
toCharset(String) - Static method in class org.apache.commons.compress.utils.Charsets
Returns a Charset for the named charset.
toDosTime(Date) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Convert a Date object to a DOS date/time field.
toDosTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Convert a Date object to a DOS date/time field.
toDosTime(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Convert a Date object to a DOS date/time field.
toQueueName() - Method in class org.powertac.common.Broker
Returns the broker's queue name if it's been set, otherwise the default queue name.
toString() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
toString() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
 
toString() - Method in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
 
toString() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
 
toString(ArchiveEntry) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Generates a string containing the name, isDirectory setting and size of an entry.
toString() - Method in class org.powertac.common.BalancingTransaction
 
toString() - Method in class org.powertac.common.Broker
 
toString() - Method in class org.powertac.common.CapacityTransaction
 
toString() - Method in class org.powertac.common.CashPosition
 
toString() - Method in class org.powertac.common.ClearedTrade
 
toString() - Method in class org.powertac.common.Competition
 
toString() - Method in class org.powertac.common.CustomerInfo
 
toString() - Method in class org.powertac.common.DistributionTransaction
 
toString() - Method in class org.powertac.common.enumerations.PowerType
 
toString() - Method in class org.powertac.common.MarketPosition
 
toString() - Method in class org.powertac.common.MarketTransaction
 
toString() - Method in class org.powertac.common.msg.TimeslotComplete
 
toString() - Method in class org.powertac.common.Order
 
toString() - Method in class org.powertac.common.OrderbookOrder
 
toString() - Method in class org.powertac.common.Rate
 
toString() - Method in class org.powertac.common.RegulationRate
 
toString() - Method in class org.powertac.common.TariffSpecification
Returns a String giving the id, broker username, and powertype
toString() - Method in class org.powertac.common.TariffTransaction
 
toString() - Method in class org.powertac.common.Timeslot
 
toString(Object) - Method in class org.powertac.common.xml.BrokerConverter
 
toString(Object) - Method in class org.powertac.common.xml.CustomerConverter
 
toString(Object) - Method in class org.powertac.common.xml.DoubleArrayConverter
 
toString(Object) - Method in class org.powertac.common.xml.PowerTypeConverter
 
toString(Object) - Method in class org.powertac.common.xml.TariffSpecificationConverter
 
toString() - Method in class org.powertac.customer.AbstractCustomer
 
toString() - Method in class org.powertac.evcustomer.customers.EvSocialClass
 
toString() - Method in class org.powertac.factoredcustomer.CapacityProfile
 
toString() - Method in class org.powertac.factoredcustomer.ProbabilityDistribution
 
toString() - Method in class org.powertac.factoredcustomer.ProfileRecommendation.Opinion
 
toXML(Object) - Method in class org.powertac.common.XMLMessageConverter
 
TP_SIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
TRAILER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
The trailer for each entry
TransactionFactory - Class in org.powertac.common
Constructs transaction objects in a way that guarantees that the correct data goes into the state log, without requiring unnecessary couplings on the part of transaction sources.
TransactionFactory() - Constructor for class org.powertac.common.TransactionFactory
 
truncate(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
truncateInstant(Instant, long) - Method in class org.powertac.common.TimeService
Returns the most recent Instant at which time % modulo was zero
type - Variable in class org.powertac.factoredcustomer.DefaultCapacityBundle
 

U

UCOM_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
 
UFT8_NAMES_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Indicates that filenames are written in UTF-8.
UIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the user id field in a header buffer.
UNAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the user name field in a header buffer.
UnicodeCommentExtraField - Class in org.apache.commons.compress.archivers.zip
Info-ZIP Unicode Comment Extra Field (0x6375):
UnicodeCommentExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
 
UnicodeCommentExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
Assemble as unicode comment extension from the name given as text as well as the encoded bytes actually written to the archive.
UnicodeCommentExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
Assemble as unicode comment extension from the comment given as text as well as the bytes actually written to the archive.
UnicodePathExtraField - Class in org.apache.commons.compress.archivers.zip
Info-ZIP Unicode Path Extra Field (0x7075):
UnicodePathExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
 
UnicodePathExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
UnicodePathExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
UNIX - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
UnixStat - Interface in org.apache.commons.compress.archivers.zip
Constants from stat.h on Unix systems.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.powertac.common.xml.FullCustomerConverter
 
UnparseableExtraFieldData - Class in org.apache.commons.compress.archivers.zip
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
UnparseableExtraFieldData() - Constructor for class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
 
UnrecognizedExtraField - Class in org.apache.commons.compress.archivers.zip
Simple placeholder for all those extra fields we don't want to deal with.
UnrecognizedExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
UnrecognizedFormatException - Exception in org.apache.commons.compress.archivers.dump
Unrecognized Format Exception.
UnrecognizedFormatException() - Constructor for exception org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
 
unsignedIntToSignedByte(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).
unsubscribe(int) - Method in class org.powertac.common.TariffSubscription
Removes customerCount customers (at most) from this subscription, posts early-withdrawal fees if appropriate.
UnsupportedCompressionAlgorithmException - Exception in org.apache.commons.compress.archivers.dump
Unsupported compression algorithm.
UnsupportedCompressionAlgorithmException() - Constructor for exception org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
 
UnsupportedCompressionAlgorithmException(String) - Constructor for exception org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
 
UnsupportedZipFeatureException - Exception in org.apache.commons.compress.archivers.zip
Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature, ZipArchiveEntry) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception.
UnsupportedZipFeatureException(ZipMethod, ZipArchiveEntry) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception for archives that use an unsupported compression algorithm.
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception when the whole archive uses an unsupported feature.
UnsupportedZipFeatureException.Feature - Class in org.apache.commons.compress.archivers.zip
ZIP Features that may or may not be supported.
UNUSED_PREFIX - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
UPATH_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
 
update(Competition) - Method in class org.powertac.common.Competition
Updates selected fields of this Competition from a template.
updateBalance(double) - Method in class org.powertac.common.MarketPosition
Adds a quantity to the current balance.
updateCash(double) - Method in class org.powertac.common.Broker
Updates broker's cash position.
updatedSubscriptionRepo() - Method in interface org.powertac.factoredcustomer.interfaces.FactoredCustomer
 
updatedSubscriptionRepo() - Method in interface org.powertac.factoredcustomer.interfaces.UtilityOptimizer
 
updateModel(Instant) - Method in class org.powertac.genco.Genco
Updates this model for the current timeslot, by adjusting capacity, checking for downtime, and creating exogenous commitments.
updateTime() - Method in class org.powertac.common.TimeService
Updates simulation time when called as specified by clock parameters, then runs any actions that may be due.
US_ASCII - Static variable in class org.apache.commons.compress.utils.CharsetNames
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - Static variable in class org.apache.commons.compress.utils.Charsets
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
useCapacity(TariffSubscription) - Method in interface org.powertac.factoredcustomer.interfaces.CapacityOriginator
 
useDataDescriptor(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will use the data descriptor to store CRC and size information.
useEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will be encrypted.
usePower(double) - Method in class org.powertac.common.TariffSubscription
Generates and posts a TariffTransaction instance for the current timeslot that represents the amount of production (negative amount) or consumption (positive amount), along with the credit/debit that results.
usesDataDescriptor() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry uses the data descriptor to store CRC and size information.
usesEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry is encrypted.
usesStrongEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry is encrypted using strong encryption.
useStrongEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will be encrypted using strong encryption.
usesUTF8ForNames() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry uses UTF8 for file name and comment.
useUTF8ForNames(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will use UTF8 for file name and comment.
UTF_16 - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16 - Static variable in class org.apache.commons.compress.utils.Charsets
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16BE - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16BE - Static variable in class org.apache.commons.compress.utils.Charsets
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_16LE - Static variable in class org.apache.commons.compress.utils.Charsets
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - Static variable in class org.apache.commons.compress.utils.CharsetNames
Eight-bit Unicode Transformation Format.
UTF_8 - Static variable in class org.apache.commons.compress.utils.Charsets
Eight-bit Unicode Transformation Format.
UtilityOptimizer - Interface in org.powertac.factoredcustomer.interfaces
 

V

ValidatableMessage - Interface in org.powertac.common
Classes of this type may implement the isValid() method to perform a local validation of the contents of a message.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.common.CustomerInfo.CustomerClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.powertac.common.enumerations.PowerType
 
valueOf(String) - Static method in enum org.powertac.common.msg.OrderStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.common.msg.TariffStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.common.RegulationRate.ResponseTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.common.Tariff.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.common.TariffTransaction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.evcustomer.customers.EvCustomer.RiskAttitude
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.factoredcustomer.CapacityStructure.BaseCapacityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.factoredcustomer.CapacityStructure.ElasticityModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.factoredcustomer.CapacityStructure.InfluenceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.factoredcustomer.ProfileOptimizerStructure.ProfileSelectionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.powertac.factoredcustomer.ProfileOptimizerStructure.UsageChargeStance
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.CustomerInfo.CustomerClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.msg.OrderStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.msg.TariffStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.RegulationRate.ResponseTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.Tariff.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.common.TariffTransaction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.evcustomer.customers.EvCustomer.RiskAttitude
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.factoredcustomer.CapacityStructure.BaseCapacityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.factoredcustomer.CapacityStructure.ElasticityModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.factoredcustomer.CapacityStructure.InfluenceKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.factoredcustomer.ProfileOptimizerStructure.ProfileSelectionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.powertac.factoredcustomer.ProfileOptimizerStructure.UsageChargeStance
Returns an array containing the constants of this enum type, in the order they are declared.
VariableRateUpdate - Class in org.powertac.common.msg
Conveys an HourlyCharge instance, labeled by its Tariff and Rate.
VariableRateUpdate(Broker, Rate, HourlyCharge) - Constructor for class org.powertac.common.msg.VariableRateUpdate
 
VariableRateUpdate() - Constructor for class org.powertac.common.msg.VariableRateUpdate
 
VAX_VMS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
verifyCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Wikipedia says: The checksum is calculated by taking the sum of the unsigned byte values of the header block with the eight checksum bytes taken to be ascii spaces (decimal value 32).
VERSION_ANT - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The "version" representing an Ant tar archive.
VERSION_GNU_SPACE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
 
VERSION_GNU_ZERO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
 
VERSION_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset of start of magic field within header record
VERSION_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
 
VERSIONLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Previously this was regarded as part of "magic" field, but it is separate.
VisualizerMessageListener - Interface in org.powertac.common.interfaces
Implementors of this interface will be notified of selected events necessary for visualization by calling registerVisualizerMessageListener(this) on VisualizerProxy.
VisualizerProxy - Interface in org.powertac.common.interfaces
Visualization Proxy is responsible for forwarding selected server data to any registered visualizer
VisualizerStatusRequest - Class in org.powertac.common.msg
Message sent by a remote visualizer to check status of a server.
VisualizerStatusRequest() - Constructor for class org.powertac.common.msg.VisualizerStatusRequest
 

W

WeatherForecast - Class in org.powertac.common
A collection of weatherReports giving hourly forecasts for future timeslot.
WeatherForecast(int, List<WeatherForecastPrediction>) - Constructor for class org.powertac.common.WeatherForecast
 
WeatherForecast(Timeslot, List<WeatherForecastPrediction>) - Constructor for class org.powertac.common.WeatherForecast
Deprecated.
WeatherForecastPrediction - Class in org.powertac.common
A weather forecast report instance that describes the weather data
WeatherForecastPrediction(int, double, double, double, double) - Constructor for class org.powertac.common.WeatherForecastPrediction
 
WeatherForecastRepo - Class in org.powertac.common.repo
Repository for WeatherReports.
WeatherForecastRepo() - Constructor for class org.powertac.common.repo.WeatherForecastRepo
standard constructor
WeatherReport - Class in org.powertac.common
A weather report instance that describes the weather data for one hour of the simulation
WeatherReport(int, double, double, double, double) - Constructor for class org.powertac.common.WeatherReport
 
WeatherReport(Timeslot, double, double, double, double) - Constructor for class org.powertac.common.WeatherReport
Deprecated.
WeatherReportRepo - Class in org.powertac.common.repo
Repository for WeatherReports.
WeatherReportRepo() - Constructor for class org.powertac.common.repo.WeatherReportRepo
standard constructor
WEEK - Static variable in class org.powertac.common.TimeService
 
WIN32 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
WIN95 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 
WIND_PRODUCTION - Static variable in class org.powertac.common.enumerations.PowerType
 
withBootstrapDiscardedTimeslots(int) - Method in class org.powertac.common.Competition
Fluent setter for bootstrap interval.
withBootstrapTimeslotCount(int) - Method in class org.powertac.common.Competition
Fluent setter for the bootstrap timeslot count.
withCanNegotiate(boolean) - Method in class org.powertac.common.CustomerInfo
Fluent setter for the canNegotiate flag.
withCarbonEmissionRate(double) - Method in class org.powertac.genco.Genco
Fluent setter for carbonEmissionRate.
withChunkSize(int) - Method in class org.powertac.common.TariffEvaluator
Sets the target size of allocation chunks.
withCoefficients(List<String>) - Method in class org.powertac.genco.CpGenco
Fluent setter for coefficient array
withCommitmentLeadtime(int) - Method in class org.powertac.genco.Genco
Fluent setter for commitment leadtime.
withControllableKW(double) - Method in class org.powertac.common.CustomerInfo
Fluent setter for controllable kWh.
withCoolCoef(double) - Method in class org.powertac.genco.MisoBuyer
 
withCoolThreshold(double) - Method in class org.powertac.genco.MisoBuyer
 
withCop(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withCost(double) - Method in class org.powertac.genco.Genco
Fluent setter for nominal capacity
withCustomerClass(CustomerInfo.CustomerClass) - Method in class org.powertac.common.CustomerInfo
Fluent setter for customerClass attribute.
withDailyBegin(AbstractDateTime) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate comes into effect.
withDailyBegin(ReadablePartial) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate comes into effect.
withDailyBegin(int) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate comes into effect as hours since midnight.
withDailyEnd(AbstractDateTime) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate is no longer in effect.
withDailyEnd(ReadablePartial) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate is no longer in effect.
withDailyEnd(int) - Method in class org.powertac.common.Rate
Sets the time of day when this Rate is no longer in effect, given as hours since midnight.
withDeactivateTimeslotsAhead(int) - Method in class org.powertac.common.Competition
Fluent setter for number of timeslots, starting with the current timeslot, that are closed for trading.
withDescription(String) - Method in class org.powertac.common.Competition
Fluent setter for competition description.
withDownRegulationKW(double) - Method in class org.powertac.common.CustomerInfo
Fluent setter for down-regulation kW.
withDownRegulationPayment(double) - Method in class org.powertac.common.RegulationRate
Sets the payment for down-regulation
withEarlyWithdrawPayment(double) - Method in class org.powertac.common.TariffSpecification
Sets the payment for a customer who withdraws from a subscription to this tariff before the minimumDuration has expired.
withEvaluateAllTariffs(boolean) - Method in class org.powertac.common.TariffEvaluator
If true, then tariff evaluations are not saved; instead, all tariffs are evaluated each time.
withExpectedMean(double) - Method in class org.powertac.common.Rate
Specifies the expected mean charge/kWh, excluding periodic charges, for this Rate.
withExpectedTimeslotCount(int) - Method in class org.powertac.common.Competition
Fluent setter for the expected length of a normal sim session.
withExpiration(Instant) - Method in class org.powertac.common.TariffSpecification
Sets the expiration date for this tariff.
withFixed(boolean) - Method in class org.powertac.common.Rate
Specifies whether this Rate is fixed (true) or variable (false).
withFloorRValue(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withHeatCoef(double) - Method in class org.powertac.genco.MisoBuyer
 
withHeatThreshold(double) - Method in class org.powertac.genco.MisoBuyer
 
withHysteresis(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withInconvenienceWeight(double) - Method in class org.powertac.common.TariffEvaluator
Sets the weight given to inconvenience (as opposed to cost) in computing tariff utility.
withInertia(double) - Method in class org.powertac.common.TariffEvaluator
Sets the steady-state evaluation inertia for the customer.
withInfiltrationRatio(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withLatitude(int) - Method in class org.powertac.common.Competition
Fluent setter for latitude value
withMaxCurtailment(double) - Method in class org.powertac.common.Rate
Sets the maximum proportion of offered load or supply that can be curtailed.
withMaxTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withMaxValue(double) - Method in class org.powertac.common.Rate
Specifies the maximum charge (furthest from zero) for variable Rates.
withMessage(String) - Method in class org.powertac.common.msg.TariffStatus
 
withMinDuration(long) - Method in class org.powertac.common.TariffSpecification
Sets the minimum duration of a subscription for this tariff.
withMinimumOrderQuantity(double) - Method in class org.powertac.common.Competition
Fluent setter for minimum order quantity.
withMinimumTimeslotCount(int) - Method in class org.powertac.common.Competition
Fluent setter for minimumTimeslotCount.
withMinQuantity(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for minimum total quantity.
withMinTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withMinValue(double) - Method in class org.powertac.common.Rate
Specifies the minimum charge (closest to zero) for variable Rates.
withMultiContracting(boolean) - Method in class org.powertac.common.CustomerInfo
Fluent setter for the multiContracting property.
withNewStockTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withNominalCapacity(double) - Method in class org.powertac.genco.Genco
Fluent setter for nominal capacity
withNominalTemp(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withNonCoolingUsage(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withNoticeInterval(Duration) - Method in class org.powertac.common.Rate
Specifies the minimum interval for rate change notifications for a variable Rate.
withNoticeInterval(long) - Method in class org.powertac.common.Rate
Specifies the minimum interval in hours for rate change notifications for a variable Rate.
withPeriodicPayment(double) - Method in class org.powertac.common.TariffSpecification
Sets the daily payment per customer for subscriptions to this tariff.
withPomId(String) - Method in class org.powertac.common.Competition
Fluent setter for Pom ID.
withPowerType(PowerType) - Method in class org.powertac.common.CustomerInfo
Fluent setter to set PowerType for this CustomerInfo.
withPreferredContractDuration(double) - Method in class org.powertac.common.TariffEvaluator
Sets the preferred maximum contract duration in days.
withPriceInterval(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for price interval.
withPSigma(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for price variability.
withQSigma(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for price variability.
withRationality(double) - Method in class org.powertac.common.TariffEvaluator
Sets the level of rationality for this customer.
withReliability(double) - Method in class org.powertac.genco.Genco
Fluent setter for reliability.
withResponse(RegulationRate.ResponseTime) - Method in class org.powertac.common.RegulationRate
Sets the response time
withRoofArea(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withRoofRValue(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withRwaOffset(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for the random-walk offset value applied to the quadratic coefficient.
withRwaSigma(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for the random-walk sigma value applied to the quadratic coefficient.
withRwcOffset(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for the random-walk offset value applied to the constant coefficient.
withRwcSigma(double) - Method in class org.powertac.genco.CpGenco
Fluent setter for the random-walk sigma value applied to the constant coefficient.
withScaleFactor(double) - Method in class org.powertac.genco.MisoBuyer
 
withSignupBonusFactor(double) - Method in class org.powertac.common.TariffEvaluator
Sets the factor by which inertia is multiplied for the case where the current tariff had a positive signup bonus.
withSignupPayment(double) - Method in class org.powertac.common.TariffSpecification
Sets the signup payment for new subscriptions.
withSimulationBaseTime(Instant) - Method in class org.powertac.common.Competition
Fluent setter for simulation base time.
withSimulationBaseTime(String) - Method in class org.powertac.common.Competition
Fluent setter for simulation base time that takes a String, interpreted as a standard DateTimeFormat as yyy-MM-dd.
withSimulationBaseTime(long) - Method in class org.powertac.common.Competition
Fluent setter for simulation base time that takes a long.
withSimulationModulo(long) - Method in class org.powertac.common.Competition
Fluent setter for simulation modulo.
withSimulationRate(long) - Method in class org.powertac.common.Competition
Fluent setter for time compression ratio.
withSimulationTimeslotSeconds(int) - Method in class org.powertac.common.Competition
Fluent setter for controlling simulation rate by setting the number of wall-clock seconds per timeslot.
withStockCapacity(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withStorageCapacity(double) - Method in class org.powertac.common.CustomerInfo
Fluent setter for storage capacity.
withTariffEvalDepth(int) - Method in class org.powertac.common.TariffEvaluator
Sets the number of tariffs/broker of each applicable PowerType to consider.
withTariffSwitchFactor(double) - Method in class org.powertac.common.TariffEvaluator
Sets the inconvenience of switching tariffs.
withTempAlpha(double) - Method in class org.powertac.genco.MisoBuyer
 
withTierThreshold(double) - Method in class org.powertac.common.Rate
Sets the usage threshold for applicability of this Rate.
withTimeslotLength(int) - Method in class org.powertac.common.Competition
Fluent setter for timeslot length, interpreted as minutes in sim time.
withTimeslotsOpen(int) - Method in class org.powertac.common.Competition
Fluent setter for the open timeslot count.
withTimezoneOffset(int) - Method in class org.powertac.common.Competition
Fluent setter for timezone offset
withTurnoverRatio(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withUnitSize(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withUpRegulationKW(double) - Method in class org.powertac.common.CustomerInfo
Fluent setter for up-regulation kW.
withUpRegulationPayment(double) - Method in class org.powertac.common.RegulationRate
Sets the payment for up-regulation
withValue(double) - Method in class org.powertac.common.Rate
Specifies the charge/kWh for a fixed rate, from the customer's viewpoint.
withVariability(double) - Method in class org.powertac.genco.Genco
Fluent setter for variability.
withWallArea(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withWallRValue(double) - Method in class org.powertac.customer.coldstorage.ColdStorage
 
withWeeklyBegin(AbstractDateTime) - Method in class org.powertac.common.Rate
Sets the day of the week on which this Rate comes into effect.
withWeeklyBegin(ReadablePartial) - Method in class org.powertac.common.Rate
Sets the day of the week on which this Rate comes into effect.
withWeeklyBegin(int) - Method in class org.powertac.common.Rate
Sets the day of the week on which this Rate comes into effect.
withWeeklyEnd(AbstractDateTime) - Method in class org.powertac.common.Rate
Sets the weekly end of applicability for this Rate, by processing end spec to extract dayOfWeek field.
withWeeklyEnd(ReadablePartial) - Method in class org.powertac.common.Rate
Sets the weekly end of applicability for this Rate, by processing end spec to extract dayOfWeek field.
withWeeklyEnd(int) - Method in class org.powertac.common.Rate
Sets the weekly end of applicability for this Rate.
withZlibHeader() - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
Whether or not the zlib header shall be written (when compressing) or expected (when decompressing).
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
write(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Writes a byte to the current archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Writes an array of bytes to the current CPIO entry data.
write(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes a byte to the current archive entry.
write(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes a byte array to the current archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes part of a byte array to the current archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes bytes to ZIP entry.
write(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 
write(byte[]) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
write(int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
write(int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(byte[]) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
 
write(byte[]) - Method in class org.apache.commons.compress.utils.CountingOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
 
write(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the "End of central dir record".
writeCentralFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the central file header entry.
writeCounted(byte[]) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeCounted(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeDataDescriptor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the data descriptor entry.
writeEntryHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Write an entry's header information to a header buffer.
writeEntryHeader(byte[], ZipEncoding, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Write an entry's header information to a header buffer.
writeLocalFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the local file header entry
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeOut(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write bytes to output or random access file.
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write bytes to output or random access file.
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
writeOut(byte[], int, int) - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
Writes a piece of payload.
writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Write the contents this to the target ZipArchiveOutputStream.
writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Write the contents of this scatter stream to a target archive.
writeZip64CentralDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the "ZIP64 End of central dir record" and "ZIP64 End of central dir locator".

X

X000A_NTFS - Class in org.apache.commons.compress.archivers.zip
NTFS extra field that was thought to store various attributes but in reality only stores timestamps.
X000A_NTFS() - Constructor for class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
X0014_X509Certificates - Class in org.apache.commons.compress.archivers.zip
PKCS#7 Store for X.509 Certificates (0x0014).
X0014_X509Certificates() - Constructor for class org.apache.commons.compress.archivers.zip.X0014_X509Certificates
 
X0015_CertificateIdForFile - Class in org.apache.commons.compress.archivers.zip
X.509 Certificate ID and Signature for individual file (0x0015).
X0015_CertificateIdForFile() - Constructor for class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
 
X0016_CertificateIdForCentralDirectory - Class in org.apache.commons.compress.archivers.zip
X.509 Certificate ID and Signature for central directory (0x0016).
X0016_CertificateIdForCentralDirectory() - Constructor for class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
 
X0017_StrongEncryptionHeader - Class in org.apache.commons.compress.archivers.zip
Strong Encryption Header (0x0017).
X0017_StrongEncryptionHeader() - Constructor for class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
X0019_EncryptionRecipientCertificateList - Class in org.apache.commons.compress.archivers.zip
PKCS#7 Encryption Recipient Certificate List (0x0019).
X0019_EncryptionRecipientCertificateList() - Constructor for class org.apache.commons.compress.archivers.zip.X0019_EncryptionRecipientCertificateList
 
X5455_ExtendedTimestamp - Class in org.apache.commons.compress.archivers.zip
An extra field that stores additional file and directory timestamp data for zip entries.
X5455_ExtendedTimestamp() - Constructor for class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Constructor for X5455_ExtendedTimestamp.
X7875_NewUnix - Class in org.apache.commons.compress.archivers.zip
An extra field that stores UNIX UID/GID data (owner & group ownership) for a given zip entry.
X7875_NewUnix() - Constructor for class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Constructor for X7875_NewUnix.
XMLMessageConverter - Class in org.powertac.common
 
XMLMessageConverter() - Constructor for class org.powertac.common.XMLMessageConverter
 
XSTAR_MAGIC_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Length of the XSTAR magic.
XSTAR_MAGIC_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the xstar magic bytes.
XZ - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "xz") used to identify the XZ compression method.
XZCompressorInputStream - Class in org.apache.commons.compress.compressors.xz
XZ decompressor.
XZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorOutputStream - Class in org.apache.commons.compress.compressors.xz
XZ compressor.
XZCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Creates a new XZ compressor using the default LZMA2 options.
XZCompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Creates a new XZ compressor using the specified LZMA2 preset level.
XZUtils - Class in org.apache.commons.compress.compressors.xz
Utility code for the xz compression format.

Z

Z - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "z") used to identify the traditional Unix compress method.
ZCompressorInputStream - Class in org.apache.commons.compress.compressors.z
Input stream that decompresses .Z files.
ZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
 
ZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
 
ZIP - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "zip") used to identify the ZIP archive format.
Zip64ExtendedInformationExtraField - Class in org.apache.commons.compress.archivers.zip
Holds size and other extended information for entries that use Zip64 features.
Zip64ExtendedInformationExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
This constructor should only be used by the code that reads archives inside of Commons Compress.
Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger) - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
Creates an extra field based on the original and compressed size.
Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger, ZipEightByteInteger, ZipLong) - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
Creates an extra field based on all four possible values.
Zip64Mode - Enum in org.apache.commons.compress.archivers.zip
The different modes ZipArchiveOutputStream can operate in.
Zip64RequiredException - Exception in org.apache.commons.compress.archivers.zip
Exception thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never.
Zip64RequiredException(String) - Constructor for exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
 
ZipArchiveEntry - Class in org.apache.commons.compress.archivers.zip
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
ZipArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with the specified name.
ZipArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ZipArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry taking some information from the given file and using the provided name.
ZipArchiveEntryPredicate - Interface in org.apache.commons.compress.archivers.zip
A predicate to test if a #ZipArchiveEntry matches a criteria.
ZipArchiveEntryRequest - Class in org.apache.commons.compress.archivers.zip
A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.
ZipArchiveEntryRequestSupplier - Interface in org.apache.commons.compress.archivers.zip
ZipArchiveInputStream - Class in org.apache.commons.compress.archivers.zip
Implements an input stream that can read Zip archives.
ZipArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Create an instance using UTF-8 encoding
ZipArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Create an instance using the specified encoding
ZipArchiveInputStream(InputStream, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Create an instance using the specified encoding
ZipArchiveInputStream(InputStream, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Create an instance using the specified encoding
ZipArchiveOutputStream - Class in org.apache.commons.compress.archivers.zip
Reimplementation of java.util.zip.ZipOutputStream that does handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
ZipArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream filtering the underlying stream.
ZipArchiveOutputStream(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream writing to a File.
ZipArchiveOutputStream(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream writing to a SeekableByteChannel.
ZipArchiveOutputStream.UnicodeExtraFieldPolicy - Class in org.apache.commons.compress.archivers.zip
enum that represents the possible policies for creating Unicode extra fields.
ZipEightByteInteger - Class in org.apache.commons.compress.archivers.zip
Utility class that represents an eight byte integer with conversion rules for the big endian byte order of ZIP files.
ZipEightByteInteger(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Create instance from a number.
ZipEightByteInteger(BigInteger) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Create instance from a number.
ZipEightByteInteger(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Create instance from bytes.
ZipEightByteInteger(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Create instance from the eight bytes starting at offset.
ZipEncoding - Interface in org.apache.commons.compress.archivers.zip
An interface for encoders that do a pretty encoding of ZIP filenames.
ZipEncodingHelper - Class in org.apache.commons.compress.archivers.zip
Static helper functions for robustly encoding filenames in zip files.
ZipEncodingHelper() - Constructor for class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
 
ZipExtraField - Interface in org.apache.commons.compress.archivers.zip
General format of extra field data.
ZipFile - Class in org.apache.commons.compress.archivers.zip
Replacement for java.util.ZipFile.
ZipFile(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given file for reading, assuming "UTF8" for file names.
ZipFile(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given file for reading, assuming "UTF8".
ZipFile(String, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names, scanning unicode extra fields.
ZipFile(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names and scanning for unicode extra fields.
ZipFile(File, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names.
ZipFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given channel for reading, assuming "UTF8" for file names.
ZipFile(SeekableByteChannel, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given channel for reading, assuming the specified encoding for file names.
ZipFile(SeekableByteChannel, String, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Opens the given channel for reading, assuming the specified encoding for file names.
ZipLong - Class in org.apache.commons.compress.archivers.zip
Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files.
ZipLong(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from a number.
ZipLong(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from bytes.
ZipLong(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from the four bytes starting at offset.
ZipMethod - Enum in org.apache.commons.compress.archivers.zip
List of known compression methods Many of these methods are currently not supported by commons compress
ZipShort - Class in org.apache.commons.compress.archivers.zip
Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files.
ZipShort(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from a number.
ZipShort(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from bytes.
ZipShort(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from the two bytes starting at offset.
ZipUtil - Class in org.apache.commons.compress.archivers.zip
Utility class for handling DOS and Java time conversions.
ZipUtil() - Constructor for class org.apache.commons.compress.archivers.zip.ZipUtil
 
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2017 Power TAC. All rights reserved.