Interface IMashStep
Direct known implementers
BeerXML\Parser\IMashStepDisplayIndirect known implementers
BeerXML\Record\MashStep
public
|
#
setEndTemp( number $endTemp )
the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius. |
public
|
#
setInfuseAmount( number $infuseAmount )
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
|
|
public
|
#
setRampTime( number $rampTime )
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
|
|
public
|
#
setStepTime( number $stepTime )
The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature. |
public
|
|
public
|
#
setVersion( integer $version )
Version of the mash step record. Should always be "1" for this version of the XML standard. |