brim.core.base_classes#

Module containing the base class for all models in BRiM.

Functions

set_default_convention

Set the default convention for a model.

Classes

BrimBase

Base class defining a common interface for the models and connections.

ConnectionBase

Base class for all connections in brim.

ConnectionMeta

Metaclass for the brim.core.model_base.ConnectionBase.

LoadGroupBase

Base class for the load groups.

LoadGroupMeta

Metaclass for the brim.core.model_base.LoadGroupBase.

ModelBase

Base class for all objects in brim.

ModelMeta

Metaclass for the brim.core.model_base.ModelBase.