BH.oM.LifeCycleAssessment.MaterialFragments.IEnvironmentalFactor¶
Single value indicator for enviromental indicators. Used by for example Transport factors.
Interface structure¶
Implemented interfaces and base types¶
The IEnvironmentalFactor is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.LifeCycleAssessment.Interfaces.ILifeCycleAssessmentIndicator
- BH.oM.Base.IObject
Classes implementing this interface¶
The following classes are implementing this interface:
- BH.oM.LifeCycleAssessment.MaterialFragments.AbioticDepletionFossilResourcesFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.AbioticDepletionMineralsAndMetalsFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.AcidificationFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.ClimateChangeBiogenicFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.ClimateChangeFossilFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.ClimateChangeLandUseFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.ClimateChangeTotalFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.ClimateChangeTotalNoBiogenicFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.EutrophicationAquaticFreshwaterFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.EutrophicationAquaticMarineFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.EutrophicationCMLFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.EutrophicationTerrestrialFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.EutrophicationTRACIFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.OzoneDepletionFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.PhotochemicalOzoneCreationCMLFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.PhotochemicalOzoneCreationFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.PhotochemicalOzoneCreationTRACIFactor
- BH.oM.LifeCycleAssessment.MaterialFragments.WaterDeprivationFactor
Properties¶
Defining properties¶
The following properties are defined on the interface
Name | Type | Description | Quantity |
---|---|---|---|
Value | double | Value of the indicator. | - |
Derived properties¶
The following properties are defined as extension methods in one of the BHoM_Engines
Name | Type | Description | Quantity | Engine |
---|---|---|---|---|
IMetricType | MetricType | - | - | LifeCycleAssessment_Engine |
Code and Schema¶
C# implementation¶
C#
public interface IEnvironmentalFactor : BH.oM.LifeCycleAssessment.Interfaces.ILifeCycleAssessmentIndicator, BH.oM.Base.IObject
Assembly: LifeCycleAssessment_oM.dll
The C# interface definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/LifeCycleAssessment_oM/MaterialFragments/IEnvironmentalFactor.json"
}
The JSON Schema is available on github here: