Interface IMashStep
Direct known implementers
BeerXML\Generator\IMashStepDisplayIndirect known implementers
BeerXML\Record\MashStep
public
number
|
#
getEndTemp( )
the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius. |
public
number
|
#
getInfuseAmount( )
The volume of water in liters to infuse in this step. Required only for infusion steps, though one may also add water for temperature mash steps. One should not have an infusion amount for decoction steps. |
public
string
|
|
public
number
|
#
getRampTime( )
Time in minutes to achieve the desired step temperature – useful particularly for temperature mashes where it may take some time to achieve the step temperature. |
public
number
|
|
public
number
|
#
getStepTime( )
The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature. |
public
string
|
|
public
integer
|
#
getVersion( )
Version of the mash step record. Should always be "1" for this version of the XML standard. |