Class | Description |
---|---|
CommunicationEvent |
A communication event is an event that represents a (unidirectional) communicative act
from one model entity to another.
|
ContinuousEventScheduler |
This abstraction represents an event scheduler that is used within a continuous timing scheme.
|
DiscreteEventScheduler |
Event scheduler to manage events in a discrete temporal scheme.
|
Event |
An event is an abstraction representing any model dynamics.
|
EventScheduler |
Abstraction of an event scheduler.
|
InformationEvent |
An InformationEvent links the information a ConsumerAgent requested in an information scheme
to the processing of the respective information within the simulation.
|
MarketIntroductionEvent |
Models the introduction of a new product to the market within the simulation.
|
MarketIntroductionEventDescription |
Class to represent the description of a MIE.
|
NeedEvent |
A need event is an event that represents the development of a need of a consumer agent.
|
PostPurchaseEvaluationEvent |
A PostPurchaseEvaluationEvent is an event that represents the evaluation of an adopted product (after its purchased).
|
ProductDiscontinuationEvent |
Class that models the discontinuation of a product.
|
ProductDiscontinuationEventDescription |
Class to bundle the information needed to create a ProductDiscontinuationEvent
(removing the specified product from the simulation at a specified time).
|
ScriptedEvent |
Abstraction to represent an event scripted for a specific time.
|
ScriptedProductEvent |
Abstraction to represent a scripted event that refers to a product.
|