Interface | Description |
---|---|
ProducerListener<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> |
List of event linked to the production.
|
ProducerServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>> |
Represents an ability of creating new entity.
|
ProducerUsedServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> |
List of services used by the producer.
|
Class | Description |
---|---|
FactoryProductionRts<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>> |
Represents the production factory.
|
ProducerModel<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> |
Default and abstract model implementation.
|
Producible<T extends java.lang.Enum<T>,C extends ProductionCostRts> |
Represents a producible entity.
|
ProductionCostRts |
Represents the cost of a production.
|