Competition Domain Class

General Description

A Competition object holds the basic information on the parameters of a competition. Therefore the competition defines the environment for the trading agents.

Competition Properties

A Competition domain class possesses the following properties:

Long serverId
  String name
  CompetitionStatus competitionStatus
  String description
  Long initialDuration
  Long durationBetweenShifts
  Integer timeslotLength
  Integer timeslotsOverall
  Integer timeslotsOpen
  Integer deactivateTimeslotsAhead
  Date simulationStartTime
  Integer participantCount
  Double balancingCostOver
  Double balancingCostUnder
  ActionType action

Property Descriptions