@tusss/ood
    Preparing search index...

    Class Factory<TProduct>Abstract

    Abstract base class for implementing the Factory design pattern.

    A factory is responsible for creating a product of type TProduct using a specified FactoryMaterial.

    Type Parameters

    • TProduct

      The type of product constructed by the factory.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    material: FactoryMaterial

    The material details to construct the product from.

    Methods