Class BmInput
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.input.InputEntity
edu.ie3.datamodel.models.input.AssetInput
edu.ie3.datamodel.models.input.system.SystemParticipantInput
edu.ie3.datamodel.models.input.system.BmInput
- All Implemented Interfaces:
HasNodes,HasType,NestedEntity,Operable,Serializable
Describes a biomass plant
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder pattern based approach to create copies ofBmInputentities with altered field values.Nested classes/interfaces inherited from class edu.ie3.datamodel.models.input.system.SystemParticipantInput
SystemParticipantInput.SystemParticipantInputCopyBuilder<T extends SystemParticipantInput.SystemParticipantInputCopyBuilder<T>>Nested classes/interfaces inherited from class edu.ie3.datamodel.models.input.AssetInput
AssetInput.AssetInputCopyBuilder<T extends AssetInput.AssetInputCopyBuilder<T>>Nested classes/interfaces inherited from class edu.ie3.datamodel.models.UniqueEntity
UniqueEntity.UniqueEntityBuilder, UniqueEntity.UniqueEntityCopyBuilder<T extends UniqueEntity.UniqueEntityBuilder> -
Field Summary
Fields inherited from class edu.ie3.datamodel.models.UniqueEntity
UUID_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionBmInput(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, BmTypeInput type, boolean marketReaction, boolean costControlled, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> feedInTariff) Constructor for an operated, always on biomass plantBmInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, BmTypeInput type, boolean marketReaction, boolean costControlled, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> feedInTariff) Constructor for an operated biomass plant -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.input.system.SystemParticipantInput
allNodes, getNode, getqCharacteristicsMethods inherited from class edu.ie3.datamodel.models.input.AssetInput
getId, getOperationTime, getOperatorMethods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface edu.ie3.datamodel.models.Operable
inOperationOn
-
Constructor Details
-
BmInput
public BmInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, BmTypeInput type, boolean marketReaction, boolean costControlled, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> feedInTariff) Constructor for an operated biomass plant- Parameters:
uuid- of the input entityid- of the assetoperator- of the assetoperationTime- Time for which the entity is operatednode- the asset is connected toqCharacteristics- Description of a reactive power characteristictype- of BMmarketReaction- Is this asset market oriented?costControlled- Does this plant increase the output power if the revenues exceed the energy generation costs?feedInTariff- Granted feed in tariff (typically in €/MWh)
-
BmInput
public BmInput(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, BmTypeInput type, boolean marketReaction, boolean costControlled, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> feedInTariff) Constructor for an operated, always on biomass plant- Parameters:
uuid- of the input entityid- of the assetnode- the asset is connected toqCharacteristics- Description of a reactive power characteristictype- of BMmarketReaction- Is this asset market oriented?costControlled- Does this plant increase the output power if the revenues exceed the energy generation costs?feedInTariff- Granted feed in tariff (typically in €/MWh)
-
-
Method Details
-
getType
-
isMarketReaction
public boolean isMarketReaction() -
isCostControlled
public boolean isCostControlled() -
getFeedInTariff
public tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> getFeedInTariff() -
copy
- Specified by:
copyin classSystemParticipantInput
-
equals
- Overrides:
equalsin classSystemParticipantInput
-
hashCode
public int hashCode()- Overrides:
hashCodein classSystemParticipantInput
-
toString
- Overrides:
toStringin classSystemParticipantInput
-