| Class | Description |
|---|---|
| AdoptedProduct |
An AdoptedProduct represents the adopted instance of a product by a consumer agent
at a given time, together with the lifespan of the adopted instance.
|
| FixedProductDescription |
A FixedProductDescription is the 'raw' version of a FixedProduct,
used to instantiate the corresponding product correctly.
|
| Product |
Products in IRPact are represented by encapsulating a number of aspects into a common structure,
the Product.
|
| ProductAttribute |
A ProductAttribute describes a specific quality of a Product,
based on the ProductGroupAttribute it corresponds to.
|
| ProductConfiguration |
The ProductConfiguration encapsulates all information relevant for the instantiation of the product groups.
|
| ProductFactory |
The ProductFactory serves to provides methods that instantiate product-related instances within the simulation.
|
| ProductGroup |
ProductGroups bundle together several aspects of products in one common structure.
|
| ProductGroupAttribute |
A ProductGroupAttribute describes a quality (and their attributes)
of a ProductGroup.
|
| ProtoProductGroup |
As with ProductGroups, ProtoProductGroups bundle together several aspects of products in one common structure.
|