Skip to main content

Table 4 A list of data and information exchange classes, the information they contain, and the sequences where they are prominently used

From: A generic agent-based framework for modeling business ecosystems: a case study of electric vehicle home charging

Sequence

Data and information exchange class

Contained information and [type]

Electricity load

PlannedLoad

Load value [double]

Start date [Date]

End date [Date]

Electricity consumption measurement

ElectricityMeasurement

Value [double]

Start date [Date]

End date [Date]

Measurement event [String]

Measurement type (power or energy) [String]

Meter reference [I_MeteringApp]

Consumer reference [I_ElectricityConsumer]

Electricity price

ElectricityPrice

Price [double]

Start date [Date]

End date [Date]

Type/component [String]

Electricity billing/payment

Bill

Amount [double]

Creditor [I_MonetaryTransactionCreditor]

Debtor [I_MonetaryTransactionDebtor]

Note [String]

BillBundle

Creditor [I_MonetaryTransactionCreditor]

Debtor [I_MonetaryTransactionDebtor]

Sub-bills [List<Bill>]

Total amount [double]

Note [String]