nrel.hive.model.entity
Module Contents
Classes
Interface for creating a generic entity |
|
Interface for creating a generic entity |
- class nrel.hive.model.entity.EntityMixin[source]
- id: str
- membership: nrel.hive.model.membership.Membership
- class nrel.hive.model.entity.EntityABC[source]
Bases:
abc.ABCInterface for creating a generic entity
- abstract property geoid: str
returns the geoid of the entity
- Returns:
the geoid of the entity
- class nrel.hive.model.entity.Entity[source]
Bases:
EntityMixin,EntityABCInterface for creating a generic entity